OpenFOAM
13
The OpenFOAM Foundation
createSpecifiedMeshNoChangers.H
Go to the documentation of this file.
1
#include "
setMeshPath.H
"
2
#include "
setRegionName.H
"
3
4
Foam::fvMesh
mesh
5
(
6
Foam::IOobject
7
(
8
regionName
,
9
runTime.name(),
10
meshPath
,
11
runTime,
12
Foam::IOobject::MUST_READ
13
),
14
false
15
);
16
17
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(), meshPath, runTime, Foam::IOobject::MUST_READ), false)
setMeshPath.H
meshPath
word meshPath
Definition:
setMeshPath.H:1
setRegionName.H
regionName
Foam::word regionName
Definition:
setRegionName.H:1
src
OpenFOAM
include
createSpecifiedMeshNoChangers.H
Generated by
1.9.1