diff --git a/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C b/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C index 97990194a2..127342e8dc 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C +++ b/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C @@ -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? diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun index 940382c4de..a13c16c18e 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun @@ -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 diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel index 89f2927ab8..b5403e5e1f 100755 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/Allrun-parallel @@ -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