Skip to content
Snippets Groups Projects
Commit 6eae520a authored by mattijs's avatar mattijs
Browse files

BUG: pointBoundaryMesh: use correct db. Fixes #3291

parent 25de821e
Branches
Tags
1 merge request!722RELEASE: develop branch to master
......@@ -177,7 +177,7 @@ Foam::pointBoundaryMesh::pointBoundaryMesh
"boundary",
io.instance(),
polyMesh::meshSubDir/pointMesh::meshSubDir,
io.db(),
m.thisDb(),
io.readOpt(),
io.writeOpt(),
false //io.registerObject() // or always set to false?
......
......@@ -16,7 +16,6 @@ runApplication subsetMesh c0 -patch walls -overwrite
runApplication splitMeshRegions -cellZones -overwrite
# create register face and cell zones
rm -f log.topoSet.register
runApplication -s register \
topoSet -region cabin -dict system/topoSetDictRegister
......
......@@ -16,8 +16,7 @@ runApplication subsetMesh c0 -patch walls -overwrite
runApplication splitMeshRegions -cellZones -overwrite
# create register face and cell zones
rm -f log.topoSet.register
runApplication -o -s register \
runApplication -s register \
topoSet -region cabin -dict system/topoSetDictRegister
# set the initial fields
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment