Go to the source code of this file.
|
| 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")) |
| |
◆ conversionProperties()
| IOdictionary conversionProperties |
( |
IOobject("conversionProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE) |
| ) |
|
◆ startTime()
| scalar startTime |
( |
conversionProperties.get< scalar > |
"startTime" | ) |
|
◆ vComp()
| word vComp |
( |
conversionProperties.get< word > |
"vector" | ) |
|
◆ format()
| word format |
( |
conversionProperties.get< word > |
"format" | ) |
|
Referenced by UIPstreamBase::beginRawRead(), ISstream::beginRawRead(), OSstream::beginRawWrite(), UOPstreamBase::beginRawWrite(), if(), STLCore::isBinaryName(), ensightCase::newGeometry(), ensightFile::newline(), IOstream::print(), ensightCase::printInfo(), uncollatedFileOperation::read(), masterUncollatedFileOperation::read(), NASCore::setPrecision(), VTKsurfaceFormat< Face >::write(), VTPsurfaceFormat< Face >::write(), STLsurfaceFormat< Face >::write(), graph::write(), UOPstreamBase::write(), ensightFile::writeBinaryHeader(), VTKsurfaceFormatCore::writeCellData(), VTPsurfaceFormatCore::writeCellData(), NASCore::writeCoord(), VTPsurfaceFormatCore::writeFooter(), VTPsurfaceFormatCore::writeHeader(), VTKsurfaceFormatCore::writeHeader(), NASCore::writeKeyword(), ensightFile::writeString(), and lumpedPointState::writeVTP().
◆ if() [1/2]
| if |
( |
(format !="ascii") &&(format !="ieeei4r8") |
| ) |
|
◆ cells()
| word cells |
( |
conversionProperties.get< word > |
"cells" | ) |
|
◆ if() [2/2]