Make faMesh decomposition work for regions other than defaultRegion
This commit is contained in:
parent
ac941215d5
commit
51047b302d
1 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ void faMeshDecomposition::distributeFaces()
|
|||
(
|
||||
IOobject
|
||||
(
|
||||
fvMesh::defaultRegion,
|
||||
GeoMesh<polyMesh>::mesh_.name(),
|
||||
processorDb.timeName(),
|
||||
processorDb
|
||||
)
|
||||
|
@ -252,7 +252,7 @@ void faMeshDecomposition::decomposeMesh(const bool filterEmptyPatches)
|
|||
(
|
||||
IOobject
|
||||
(
|
||||
fvMesh::defaultRegion,
|
||||
GeoMesh<polyMesh>::mesh_.name(),
|
||||
processorDb.timeName(),
|
||||
processorDb
|
||||
)
|
||||
|
@ -1073,7 +1073,7 @@ void faMeshDecomposition::decomposeMesh(const bool filterEmptyPatches)
|
|||
(
|
||||
IOobject
|
||||
(
|
||||
fvMesh::defaultRegion,
|
||||
GeoMesh<polyMesh>::mesh_.name(),
|
||||
processorDb.timeName(),
|
||||
processorDb
|
||||
)
|
||||
|
@ -1191,7 +1191,7 @@ bool faMeshDecomposition::writeDecomposition()
|
|||
(
|
||||
IOobject
|
||||
(
|
||||
fvMesh::defaultRegion,
|
||||
GeoMesh<polyMesh>::mesh_.name(),
|
||||
processorDb.timeName(),
|
||||
processorDb
|
||||
)
|
||||
|
|
Reference in a new issue