Write fields (internal). More...
Public Member Functions | |
internalWriter (const vtkMesh &, const bool binary, const fileName &) | |
Construct from components. More... | |
std::ofstream & | os () |
void | writeCellIndices () |
Write cellIDs. More... | |
template<class Type , class GeoMesh > | |
void | write (const UPtrList< const DimensionedField< Type, GeoMesh >> &) |
Write generic GeometricFields. More... | |
template<class Type , template< class > class PatchField, class GeoMesh > | |
void | write (const UPtrList< const GeometricField< Type, PatchField, GeoMesh >> &) |
Write generic GeometricFields. More... | |
template<class Type > | |
void | write (const volPointInterpolation &, const UPtrList< const VolField< Type >> &) |
Interpolate and write volFields. More... | |
internalWriter | ( | const vtkMesh & | , |
const bool | binary, | ||
const fileName & | |||
) |
Construct from components.
|
inline |
Definition at line 82 of file internalWriter.H.
void writeCellIndices | ( | ) |
Write cellIDs.
void write | ( | const UPtrList< const DimensionedField< Type, GeoMesh >> & | ) |
Write generic GeometricFields.
void write | ( | const UPtrList< const GeometricField< Type, PatchField, GeoMesh >> & | ) |
Write generic GeometricFields.
void write | ( | const volPointInterpolation & | , |
const UPtrList< const VolField< Type >> & | |||
) |
Interpolate and write volFields.