Loading...
Searching...
No Matches
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 (conversionProperties.get< scalar >("startTime"))
word vComp (conversionProperties.get< word >("vector"))
word format (conversionProperties.get< word >("format"))
 if ((format !="ascii") &&(format !="ieeei4r8"))
word cells (conversionProperties.get< word >("cells"))
 if ((cells !="hex"))

Function Documentation

◆ conversionProperties()

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

References mesh, and runTime.

Referenced by cells(), format(), startTime(), and vComp().

Here is the caller graph for this function:

◆ startTime()

scalar startTime ( conversionProperties.get< scalar > "startTime")

References conversionProperties().

Here is the call graph for this function:

◆ vComp()

word vComp ( conversionProperties.get< word > "vector")

References conversionProperties().

Referenced by for().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ format()

word format ( conversionProperties.get< word > "format")

◆ if() [1/2]

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

Definition at line 29 of file readConversionProperties.H.

References format().

Here is the call graph for this function:

◆ cells()

word cells ( conversionProperties.get< word > "cells")

References conversionProperties().

Here is the call graph for this function:

◆ if() [2/2]

if ( (cells !="hex") )

Definition at line 43 of file readConversionProperties.H.

References cells.