Loading...
Searching...
No Matches
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()/polyMesh::meshDir(regionName)/dictName))
IOobject meshDictIO (dictPath, runTime, IOobject::MUST_READ, IOobject::NO_WRITE, IOobject::NO_REGISTER)
 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" )

◆ if() [1/3]

if ( args. readIfPresent"dict", dictPath)

Definition at line 30 of file findBlockMeshDict.H.

References args, dictName(), and dictPath().

Here is the call graph for this function:

◆ if() [2/3]

else if ( exists( runTime.path()/runTime.constant()/polyMesh::meshDir(regionName)/dictName) )

Definition at line 39 of file findBlockMeshDict.H.

References args, dictName(), dictPath(), regionDir, regionName, runTime, and WarningIn.

Here is the call graph for this function:

◆ meshDictIO()

IOobject meshDictIO ( dictPath ,
runTime ,
IOobject::MUST_READ ,
IOobject::NO_WRITE ,
IOobject::NO_REGISTER  )

References dictPath(), and runTime.

Here is the call graph for this function:

◆ if() [3/3]

if ( !meshDictIO.typeHeaderOk< IOdictionary > true)

Definition at line 82 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 24 of file findBlockMeshDict.H.

◆ regionDir

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

Definition at line 28 of file findBlockMeshDict.H.

◆ else

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

Definition at line 66 of file findBlockMeshDict.H.

◆ meshDict

const IOdictionary& meshDict = *meshDictPtr

Definition at line 95 of file findBlockMeshDict.H.

Referenced by if().