createPolyMesh.H
Go to the documentation of this file.
2  << "Create polyMesh for time = "
3  << runTime.timeName() << Foam::nl << Foam::endl;
4 
6 (
8  (
10  runTime.timeName(),
11  runTime,
13  )
14 );
engineTime & runTime
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:309
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:256
dynamicFvMesh & mesh
static const char nl
Definition: Ostream.H:265
messageStream Info
Mesh consisting of general polyhedral cells.
Definition: polyMesh.H:74
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Definition: IOobject.H:92