All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
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

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:

scalar startTime ( readScalar(conversionProperties.lookup("startTime"))  )
word vComp ( conversionProperties.  lookup"vector")

Referenced by for().

Here is the caller graph for this function:

word format ( conversionProperties.  lookup"format")

Referenced by if(), histogram::read(), regionSizeDistribution::read(), and graph::writer::~writer().

Here is the caller graph for this function:

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:

word cells ( conversionProperties.  lookup"cells")

Referenced by if().

Here is the caller graph for this function:

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: