createNamedPolyMesh.H File Reference

Required Variables. More...

Go to the source code of this file.

Variables

Foam::word regionName (Foam::polyMesh::defaultRegion)
 
Foam::polyMesh mesh (Foam::IOobject(regionName, runTime.timeName(), runTime, Foam::IOobject::MUST_READ))
 

Detailed Description

Required Variables.

Original source file createNamedPolyMesh.H

Provided Variables

Definition in file createNamedPolyMesh.H.

Variable Documentation

◆ regionName

◆ mesh

Initial value:
{
if (args.readIfPresent("region", regionName))
{
Foam::Info << "Create polyMesh " << regionName;
}
else
{
Foam::Info << "Create polyMesh";
}
Foam::Info << " for time = " << runTime.timeName() << Foam::nl
runTime
engineTime & runTime
Definition: createEngineTime.H:13
regionName
Foam::word regionName(Foam::polyMesh::defaultRegion)
Foam::argList::readIfPresent
bool readIfPresent(const word &optName, T &val) const
Read a value from the named option if present.
Definition: argListI.H:323
Foam::Info
messageStream Info
Information stream (stdout output on master, null elsewhere)
Foam::nl
constexpr char nl
Definition: Ostream.H:404
args
Foam::argList args(argc, argv)