createNamedPolyMesh.H
Go to the documentation of this file.
2 
4 {
6  << "Create polyMesh " << regionName << " for time = "
7  << runTime.name() << Foam::nl << Foam::endl;
8 }
9 else
10 {
13  << "Create polyMesh for time = "
14  << runTime.name() << Foam::nl << Foam::endl;
15 }
16 
17 Foam::polyMesh mesh
18 (
20  (
21  regionName,
22  runTime.name(),
23  runTime,
25  )
26 );
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 consisting of general polyhedral cells.
Definition: polyMesh.H:80
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:268
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)