cee::imp::cae::ReaderSettingsOpenFoam Class Reference

Settings applicable to the OpenFoam file reader. More...

Public Member Functions

 ReaderSettingsOpenFoam ()
 Creates an new object. More...
 
void setLoadsBoundaryParts (bool load)
 Sets the flag that controls the loading of boundary parts. More...
 
void setIncludesProcessorBoundaryParts (bool includes)
 Sets the flag indicating whether processor boundary parts will be included if boundary parts are loaded. More...
 
bool loadsBoundaryParts () const
 Returns true if boundary parts are loaded. More...
 
bool includesProcessorBoundaryParts () const
 Returns true if processor boundary parts are loaded when loading boundary parts. More...
 
void setProvidesNodeAveragedResults (bool provide)
 Sets the flag that controls the providing of node-averaged results. When true, boundary parts will be loaded (excluding processor boundary parts unless otherwise specified) More...
 
bool providesNodeAveragedResults () const
 Returns true if node averaged results are provided by the OpenFoam reader, accounting for boundary conditions. More...
 

Detailed Description

Settings applicable to the OpenFoam file reader.

Constructor & Destructor Documentation

cee::imp::cae::ReaderSettingsOpenFoam::ReaderSettingsOpenFoam ( )

Creates an new object.

Member Function Documentation

bool cee::imp::cae::ReaderSettingsOpenFoam::includesProcessorBoundaryParts ( ) const

Returns true if processor boundary parts are loaded when loading boundary parts.

bool cee::imp::cae::ReaderSettingsOpenFoam::loadsBoundaryParts ( ) const

Returns true if boundary parts are loaded.

bool cee::imp::cae::ReaderSettingsOpenFoam::providesNodeAveragedResults ( ) const

Returns true if node averaged results are provided by the OpenFoam reader, accounting for boundary conditions.

void cee::imp::cae::ReaderSettingsOpenFoam::setIncludesProcessorBoundaryParts ( bool  includes)

Sets the flag indicating whether processor boundary parts will be included if boundary parts are loaded.

void cee::imp::cae::ReaderSettingsOpenFoam::setLoadsBoundaryParts ( bool  load)

Sets the flag that controls the loading of boundary parts.

See also
setIncludesProcessorBoundaryParts()
void cee::imp::cae::ReaderSettingsOpenFoam::setProvidesNodeAveragedResults ( bool  provide)

Sets the flag that controls the providing of node-averaged results. When true, boundary parts will be loaded (excluding processor boundary parts unless otherwise specified)