findBlockMeshDict.H File Reference

Go to the source code of this file.

Functions

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

Variables

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

Detailed Description

Original source file findBlockMeshDict.H

Definition in file findBlockMeshDict.H.

Function Documentation

◆ dictName()

const word dictName ( "blockMeshDict"  )

Referenced by if().

Here is the caller graph for this function:

◆ if() [1/3]

if ( args.  readIfPresent"dict", dictPath)

Definition at line 36 of file findBlockMeshDict.H.

References dictName().

Here is the call graph for this function:

◆ if() [2/3]

else if ( exists( runTime.path()/runTime.constant()/regionDir/polyMesh::meshSubDir/dictName )

Definition at line 45 of file findBlockMeshDict.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   
)

Referenced by if().

Here is the caller graph for this function:

◆ if() [3/3]

if ( !meshDictIO.typeHeaderOk< IOdictionary >  true)

Definition at line 88 of file findBlockMeshDict.H.

References FatalErrorInFunction, and meshDictIO().

Here is the call graph for this function:

Variable Documentation

◆ meshDictPtr

autoPtr<IOdictionary> meshDictPtr

Definition at line 30 of file findBlockMeshDict.H.

◆ regionDir

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

Definition at line 34 of file findBlockMeshDict.H.

Referenced by if().

◆ else

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

Definition at line 72 of file findBlockMeshDict.H.

◆ meshDict

const IOdictionary& meshDict = *meshDictPtr

Definition at line 101 of file findBlockMeshDict.H.