OpenFOAM: API Guide
v2006
The open source CFD toolbox
createMeshNoClear.H
Go to the documentation of this file.
1
// Currently identical to createMesh.H
2
3
Foam::Info
4
<<
"Create mesh, no clear-out for time = "
5
<<
runTime
.timeName() <<
Foam::nl
<<
Foam::endl
;
6
7
Foam::fvMesh
mesh
8
(
9
Foam::IOobject
10
(
11
Foam::fvMesh::defaultRegion
,
12
runTime
.timeName(),
13
runTime
,
14
Foam::IOobject::MUST_READ
15
)
16
);
runTime
engineTime & runTime
Definition:
createEngineTime.H:13
Foam::IOobject
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Definition:
IOobject.H:104
Foam::polyMesh::defaultRegion
static word defaultRegion
Return the default region name.
Definition:
polyMesh.H:312
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:350
Foam::Info
messageStream Info
Information stream (uses stdout - output is on the master only)
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:6
Foam::fvMesh
Mesh data needed to do the Finite Volume discretisation.
Definition:
fvMesh.H:84
Foam::nl
constexpr char nl
Definition:
Ostream.H:385
Foam::IOobject::MUST_READ
Definition:
IOobject.H:120
src
OpenFOAM
include
createMeshNoClear.H
Generated by
1.8.17
OPENFOAM® is a registered
trademark
of OpenCFD Ltd.