createMeshNoClear.H
Go to the documentation of this file.
1 //
2 // createMeshNoClear.H
3 // ~~~~~~~~~~~~~~~~~~~
4 // currently identical to createMesh.H
5 
7  << "Create mesh, no clear-out for time = "
8  << runTime.timeName() << Foam::nl << Foam::endl;
9 
11  (
13  (
15  runTime.timeName(),
16  runTime,
18  )
19  );
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::nl
static const char nl
Definition: Ostream.H:260
Foam::Info
messageStream Info
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
Foam::fvMesh
Mesh data needed to do the Finite Volume discretisation.
Definition: fvMesh.H:78