createPolyMesh.H
Go to the documentation of this file.
1 //
2 // createPolyMesh.H
3 // ~~~~~~~~~~~~~~~~
4 
6  << "Create polyMesh for time = "
7  << runTime.timeName() << Foam::nl << Foam::endl;
8 
10  (
12  (
14  runTime.timeName(),
15  runTime,
17  )
18  );
Foam::IOobject
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Definition: IOobject.H:91
Foam::polyMesh::defaultRegion
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:306
Foam::IOobject::MUST_READ
@ MUST_READ
Definition: IOobject.H:108
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
Foam::polyMesh
Mesh consisting of general polyhedral cells.
Definition: polyMesh.H:74
Foam::nl
static const char nl
Definition: Ostream.H:260
Foam::Info
messageStream Info
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18