OpenFOAM
13
The OpenFOAM Foundation
createRegionMeshNoChangers.H
Go to the documentation of this file.
1
#include "
setRegionName.H
"
2
3
Foam::fvMesh
mesh
4
(
5
Foam::IOobject
6
(
7
regionName
,
8
runTime.name(),
9
runTime,
10
Foam::IOobject::MUST_READ
11
),
12
false
13
);
14
15
mesh
.
postConstruct
(
false
,
false
, fvMesh::stitchType::geometric);
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::fvMesh::postConstruct
void postConstruct(const bool changers, const bool zones, const stitchType stitch)
Complete construction of the mesh.
Definition:
fvMesh.C:634
mesh
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
setRegionName.H
regionName
Foam::word regionName
Definition:
setRegionName.H:1
src
OpenFOAM
include
createRegionMeshNoChangers.H
Generated by
1.9.1