findMeshDefinitionDict.H File Reference

Go to the source code of this file.

Functions

const word dictName ("faMeshDefinition")
 
 if (args.readIfPresent("dict", dictPath))
 
else if (exists(runTime.path()/runTime.caseConstant()/regionDir/faMesh::meshSubDir/dictName))
 
IOobject meshDictIO (dictPath, runTime, IOobject::MUST_READ, IOobject::NO_WRITE, false, true)
 
 if (!meshDictIO.typeHeaderOk< IOdictionary >(true))
 

Variables

autoPtr< IOdictionary > meshDictPtr
 
const word & regionDir = polyMesh::regionName(regionName)
 
 else
 
IOdictionary & meshDefDict = *meshDictPtr
 

Detailed Description

Original source file findMeshDefinitionDict.H

Definition in file findMeshDefinitionDict.H.

Function Documentation

◆ dictName()

◆ if() [1/3]

if ( args.  readIfPresent"dict", dictPath)

Definition at line 35 of file findMeshDefinitionDict.H.

References dictName().

Here is the call graph for this function:

◆ if() [2/3]

else if ( exists( runTime.path()/runTime.caseConstant()/regionDir/faMesh::meshSubDir/dictName )

Definition at line 44 of file findMeshDefinitionDict.H.

References args, dictName(), argList::executable(), regionDir, runTime, and WarningIn.

Here is the call graph for this function:

◆ meshDictIO()

IOobject meshDictIO ( dictPath  ,
runTime  ,
IOobject::MUST_READ  ,
IOobject::NO_WRITE  ,
false  ,
true   
)

Referenced by if().

Here is the caller graph for this function:

◆ if() [3/3]

if ( !meshDictIO.typeHeaderOk< IOdictionary >  true)

Definition at line 90 of file findMeshDefinitionDict.H.

References FatalErrorInFunction, and meshDictIO().

Here is the call graph for this function:

Variable Documentation

◆ meshDictPtr

autoPtr<IOdictionary> meshDictPtr

Definition at line 29 of file findMeshDefinitionDict.H.

◆ regionDir

const word& regionDir = polyMesh::regionName(regionName)

Definition at line 33 of file findMeshDefinitionDict.H.

Referenced by if(), and vtkWrite::write().

◆ else

else
Initial value:
{
dictPath = runTime.system()/regionDir/dictName
engineTime & runTime
const word dictName("faMeshDefinition")
const word & regionDir

Definition at line 73 of file findMeshDefinitionDict.H.

◆ meshDefDict

IOdictionary& meshDefDict = *meshDictPtr

Definition at line 103 of file findMeshDefinitionDict.H.