createSpecifiedMesh.H
Go to the documentation of this file.
1 #include "setMeshPath.H"
2 #include "setRegionName.H"
3 
5 (
7  (
9  runTime.name(),
10  meshPath,
11  runTime,
13  )
14 );
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Definition: IOobject.H:99
Mesh data needed to do the Finite Volume discretisation.
Definition: fvMesh.H:96
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), meshPath, runTime, Foam::IOobject::MUST_READ))
word meshPath
Definition: setMeshPath.H:1
Foam::word regionName
Definition: setRegionName.H:1