mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: blockMesh : initial blockMesh was created with region 'blockMesh'
This commit is contained in:
@ -321,7 +321,7 @@ void Foam::vtkPV3blockMesh::updateFoamMesh()
|
||||
)
|
||||
);
|
||||
|
||||
meshPtr_ = new blockMesh(meshDict);
|
||||
meshPtr_ = new blockMesh(meshDict, polyMesh::defaultRegion);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user