readConversionProperties.H File Reference

Go to the source code of this file.

Functions

IOdictionary conversionProperties (IOobject("conversionProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
 
scalar startTime (readScalar(conversionProperties.lookup("startTime")))
 
word vComp (conversionProperties.lookup("vector"))
 
word format (conversionProperties.lookup("format"))
 
 if ((format !="ascii") &&(format !="ieeei4r8"))
 
word cells (conversionProperties.lookup("cells"))
 
 if ((cells !="hex"))
 

Function Documentation

◆ conversionProperties()

IOdictionary conversionProperties ( IOobject("conversionProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE)  )

Referenced by if().

Here is the caller graph for this function:

◆ startTime()

scalar startTime ( readScalar(conversionProperties.lookup("startTime"))  )

◆ vComp()

word vComp ( conversionProperties.  lookup"vector")

Referenced by for().

Here is the caller graph for this function:

◆ format()

◆ if() [1/2]

if ( (format !="ascii") &&(format !="ieeei4r8")  )

Definition at line 29 of file readConversionProperties.H.

References Foam::abort(), cells(), conversionProperties(), Foam::FatalError, and format().

Here is the call graph for this function:

◆ cells()

word cells ( conversionProperties.  lookup"cells")

Referenced by if().

Here is the caller graph for this function:

◆ if() [2/2]

if ( (cells !="hex")  )

Definition at line 44 of file readConversionProperties.H.

References Foam::abort(), cells(), and Foam::FatalError.

Here is the call graph for this function: