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