OpenFOAM
13
The OpenFOAM Foundation
createMesh.H
Go to the documentation of this file.
1
Foam::Info
2
<<
"Create mesh for time = "
3
<< runTime.name() <<
Foam::nl
<<
Foam::endl
;
4
5
Foam::fvMesh
mesh
6
(
7
Foam::IOobject
8
(
9
Foam::fvMesh::defaultRegion
,
10
runTime.name(),
11
runTime,
12
Foam::IOobject::MUST_READ
13
)
14
);
Foam::IOobject
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Definition:
IOobject.H:99
Foam::IOobject::MUST_READ
@ MUST_READ
Definition:
IOobject.H:118
Foam::fvMesh
Mesh data needed to do the Finite Volume discretisation.
Definition:
fvMesh.H:96
Foam::polyMesh::defaultRegion
static word defaultRegion
Return the default region name.
Definition:
polyMesh.H:270
mesh
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:258
Foam::Info
messageStream Info
Foam::nl
static const char nl
Definition:
Ostream.H:267
src
OpenFOAM
include
createMesh.H
Generated by
1.9.1