createNamedDynamicFvMesh.H File Reference

Go to the source code of this file.

Functions

 if (args.readIfPresent("region", regionName))
 
autoPtr< dynamicFvMesh > meshPtr (dynamicFvMesh::New(IOobject(regionName, runTime.timeName(), runTime, IOobject::MUST_READ)))
 

Variables

Foam::word regionName = Foam::polyMesh::defaultRegion
 
 else
 
dynamicFvMesh & mesh = meshPtr()
 

Function Documentation

◆ if()

if ( args.  readIfPresent"region", regionName)

Definition at line 3 of file createNamedDynamicFvMesh.H.

References Foam::endl(), Foam::Info, Foam::nl, regionName, and runTime.

Here is the call graph for this function:

◆ meshPtr()

autoPtr<dynamicFvMesh> meshPtr ( dynamicFvMesh::New(IOobject(regionName, runTime.timeName(), runTime, IOobject::MUST_READ))  )

Variable Documentation

◆ regionName

◆ else

else
Initial value:
{
<< "Create mesh for time = "
<< runTime.timeName() << Foam::nl << Foam::endl

Definition at line 10 of file createNamedDynamicFvMesh.H.

◆ mesh

dynamicFvMesh& mesh = meshPtr()

Definition at line 30 of file createNamedDynamicFvMesh.H.

runTime
engineTime & runTime
Definition: createEngineTime.H:13
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:369
Foam::Info
messageStream Info
Information stream (stdout output on master, null elsewhere)
Foam::nl
constexpr char nl
Definition: Ostream.H:404