OpenFOAM
13
The OpenFOAM Foundation
createSpecifiedPolyMesh.H
Go to the documentation of this file.
1
#include "
setMeshPath.H
"
2
#include "
setRegionName.H
"
3
4
Foam::polyMesh
mesh
5
(
6
Foam::IOobject
7
(
8
regionName
,
9
runTime.name(),
10
meshPath
,
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::polyMesh
Mesh consisting of general polyhedral cells.
Definition:
polyMesh.H:80
mesh
Foam::polyMesh mesh(Foam::IOobject(regionName, runTime.name(), meshPath, runTime, Foam::IOobject::MUST_READ))
setMeshPath.H
meshPath
word meshPath
Definition:
setMeshPath.H:1
setRegionName.H
regionName
Foam::word regionName
Definition:
setRegionName.H:1
src
OpenFOAM
include
createSpecifiedPolyMesh.H
Generated by
1.9.1