mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: topoSet: handling mesh regions
This commit is contained in:
@ -342,7 +342,7 @@ Foam::topoSet::topoSet
|
|||||||
name,
|
name,
|
||||||
mesh.time().findInstance
|
mesh.time().findInstance
|
||||||
(
|
(
|
||||||
polyMesh::meshSubDir/"sets",
|
mesh.dbDir()/polyMesh::meshSubDir/"sets",
|
||||||
word::null,
|
word::null,
|
||||||
IOobject::MUST_READ,
|
IOobject::MUST_READ,
|
||||||
mesh.facesInstance()
|
mesh.facesInstance()
|
||||||
@ -389,7 +389,7 @@ Foam::topoSet::topoSet
|
|||||||
name,
|
name,
|
||||||
mesh.time().findInstance
|
mesh.time().findInstance
|
||||||
(
|
(
|
||||||
polyMesh::meshSubDir/"sets",
|
mesh.dbDir()/polyMesh::meshSubDir/"sets",
|
||||||
word::null,
|
word::null,
|
||||||
IOobject::NO_READ,
|
IOobject::NO_READ,
|
||||||
mesh.facesInstance()
|
mesh.facesInstance()
|
||||||
@ -419,7 +419,7 @@ Foam::topoSet::topoSet
|
|||||||
name,
|
name,
|
||||||
mesh.time().findInstance
|
mesh.time().findInstance
|
||||||
(
|
(
|
||||||
polyMesh::meshSubDir/"sets",
|
mesh.dbDir()/polyMesh::meshSubDir/"sets",
|
||||||
word::null,
|
word::null,
|
||||||
IOobject::NO_READ,
|
IOobject::NO_READ,
|
||||||
mesh.facesInstance()
|
mesh.facesInstance()
|
||||||
|
|||||||
Reference in New Issue
Block a user