setRegionName.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 }
bool optionReadIfPresent(const word &opt, T &) const
Read a value from the named option if present.
Definition: argListI.H:255
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:270
A class for handling words, derived from string.
Definition: word.H:62
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:258
messageStream Info
static const char nl
Definition: Ostream.H:267
Foam::word regionName
Definition: setRegionName.H:1
Foam::argList args(argc, argv)