Functions | Variables
createNamedDynamicFvMesh.H File Reference

Go to the source code of this file.

Functions

 if (args.optionReadIfPresent("region", regionName))
 
Foam::Info<< "Create mesh for time = "<< runTime.timeName()<< Foam::nl<< Foam::endl;}autoPtr< dynamicFvMesh > meshPtr (dynamicFvMesh::New(IOobject(regionName, runTime.timeName(), runTime, IOobject::MUST_READ)))
 

Variables

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

Function Documentation

if ( args.  optionReadIfPresent"region", regionName)

Definition at line 3 of file createNamedDynamicFvMesh.H.

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

Here is the call graph for this function:

Foam::Info<< "Create mesh for time = " << runTime.timeName() << Foam::nl << Foam::endl; } autoPtr<dynamicFvMesh> meshPtr ( dynamicFvMesh::New(IOobject(regionName, runTime.timeName(), runTime, IOobject::MUST_READ))  )

Variable Documentation

Foam::word regionName
else
Initial value:
{
Foam::word regionName
static word defaultRegion
Return the default region name.
Definition: polyMesh.H:306

Definition at line 10 of file createNamedDynamicFvMesh.H.

dynamicFvMesh& mesh = meshPtr()

Definition at line 32 of file createNamedDynamicFvMesh.H.