createMesh.H File Reference

Required Variables. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (args.dryRun()||args.found("dry-run-write"))
 
 if (args.readIfPresent("region", regionName))
 

Variables

Foam::autoPtr< Foam::fvMeshmeshPtr (nullptr)
 
Foam::word regionName (Foam::polyMesh::defaultRegion)
 
 else
 

Detailed Description

Required Variables.

Original source file createMesh.H

Provided Variables

Definition in file createMesh.H.

Function Documentation

◆ if() [1/2]

if ( args.  dryRun)||args.found("dry-run-write")

Definition at line 34 of file createMesh.H.

References FieldBase::allowConstructFromLargerSize, args, Foam::endl(), argList::found(), Foam::Info, meshPtr, functionObject::outputPrefix, argList::readIfPresent(), regionName, autoPtr< T >::reset(), runTime, Time::saNoWriteNow, and Time::saWriteNow.

Here is the call graph for this function:

◆ if() [2/2]

if ( args.  readIfPresent"region", regionName)

Definition at line 74 of file createMesh.H.

References Foam::Info, and regionName.

Variable Documentation

◆ meshPtr

Foam::autoPtr< Foam::fvMesh > meshPtr(nullptr) ( nullptr  )

Referenced by if().

◆ regionName

◆ else

else
Initial value:
{
Foam::Info << "Create mesh"
messageStream Info
Information stream (stdout output on master, null elsewhere)

Definition at line 71 of file createMesh.H.