createNamedMesh.H
Go to the documentation of this file.
2 
4 {
6  << "Create mesh " << regionName << " for time = "
7  << runTime.name() << Foam::nl << Foam::endl;
8 }
9 else
10 {
13  << "Create mesh for time = "
14  << runTime.name() << Foam::nl << Foam::endl;
15 }
16 
17 Foam::fvMesh mesh
18 (
20  (
21  regionName,
22  runTime.name(),
23  runTime,
25  ),
26  false
27 );
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Definition: IOobject.H:99
bool optionReadIfPresent(const word &opt, T &) const
Read a value from the named option if present.
Definition: argListI.H:204
Mesh data needed to do the Finite Volume discretisation.
Definition: fvMesh.H:101
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:266
A class for handling words, derived from string.
Definition: word.H:62
Foam::word regionName
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
messageStream Info
static const char nl
Definition: Ostream.H:260
Foam::argList args(argc, argv)