15 #include "CeeImportCae/Base.h" 32 void setLoadsBoundaryParts(
bool load);
33 void setIncludesProcessorBoundaryParts(
bool includes);
35 bool loadsBoundaryParts()
const;
36 bool includesProcessorBoundaryParts()
const;
38 void setProvidesNodeAveragedResults(
bool provide);
39 bool providesNodeAveragedResults()
const;
42 bool m_loadBoundaryParts;
43 bool m_includeProcessorBoundaryParts;
44 bool m_provideNodeAveragedResults;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Settings applicable to the OpenFoam file reader.
Definition: ReaderSettingsOpenFoam.h:26