createRegionMeshNoChangers.H
Go to the documentation of this file.
1 #include "setRegionName.H"
2 
4 (
6  (
8  runTime.name(),
9  runTime,
11  ),
12  false
13 );
14 
15 mesh.postConstruct(false, false, fvMesh::stitchType::geometric);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Definition: IOobject.H:99
Mesh data needed to do the Finite Volume discretisation.
Definition: fvMesh.H:96
void postConstruct(const bool changers, const bool zones, const stitchType stitch)
Complete construction of the mesh.
Definition: fvMesh.C:634
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Foam::word regionName
Definition: setRegionName.H:1