createMeshNoChangers.H
Go to the documentation of this file.
2  << "Create mesh for time = "
3  << runTime.name() << Foam::nl << Foam::endl;
4 
6 (
8  (
10  runTime.name(),
11  runTime,
13  ),
14  false
15 );
16 
17 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
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:270
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:258
messageStream Info
static const char nl
Definition: Ostream.H:267