mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Read features from constant instead of using findInstance.
Means that they work in parallel.
This commit is contained in:
@ -131,11 +131,7 @@ Foam::conformationSurfaces::conformationSurfaces
|
||||
IOobject
|
||||
(
|
||||
feMeshName,
|
||||
cvMesh_.time().findInstance
|
||||
(
|
||||
"extendedFeatureEdgeMesh",
|
||||
feMeshName
|
||||
),
|
||||
cvMesh_.time().constant(),
|
||||
"extendedFeatureEdgeMesh",
|
||||
cvMesh_.time(),
|
||||
IOobject::MUST_READ,
|
||||
@ -207,11 +203,7 @@ Foam::conformationSurfaces::conformationSurfaces
|
||||
IOobject
|
||||
(
|
||||
feMeshName,
|
||||
cvMesh_.time().findInstance
|
||||
(
|
||||
"extendedFeatureEdgeMesh",
|
||||
feMeshName
|
||||
),
|
||||
cvMesh_.time().constant(),
|
||||
"extendedFeatureEdgeMesh",
|
||||
cvMesh_.time(),
|
||||
IOobject::MUST_READ,
|
||||
|
||||
Reference in New Issue
Block a user