createMeshNoClear.H
Go to the documentation of this file.
1 // Currently identical to createMesh.H
2 
4  << "Create mesh, no clear-out for time = "
5  << runTime.name() << Foam::nl << Foam::endl;
6 
7 Foam::fvMesh mesh
8 (
10  (
12  runTime.name(),
13  runTime,
15  )
16 );
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:101
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:268
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
messageStream Info
static const char nl
Definition: Ostream.H:260