142 return currTime_.name().empty() ? 0 : currTime_.value();
A Cartesian coordinate system.
coordSystem::cartesian geometryTransform_
Local coordinate system transformation.
scalar geometryScale_
Output geometry scaling after rotate/translate.
bool useTimeDir_
Insert additional time sub-directory in the output path.
bool isPointData_
Is point vs cell data.
bool useTimeDir() const noexcept
Should a time directory be spliced into the output path?
bool isPointData() const noexcept
Are the field data to be treated as point data?
const word & timeName() const
The current time value/name.
scalar scale() const noexcept
The current value of the geometry scaling.
label nFields_
The number of fields.
bool is_open() const noexcept
Test if outputPath has been set.
bool verbose_
Additional output verbosity.
instant currTime_
The current time value/name.
bool verbose() const noexcept
Get output verbosity.
scalar timeValue() const
The current time value/name.
scalar mergeDim() const noexcept
The current value of the point merge dimension (metre).
bool hasTime() const
True if there is a known time.
fileName outputPath_
The full output directory and file (surface) name.
const coordSystem::cartesian & transform() const noexcept
The current (cartesian) coordinate system transformation.
label nFields() const noexcept
The number of expected output fields.
scalar mergeDim_
Dimension for merging.
A class for handling words, derived from Foam::string.