34#ifndef Foam_ensightOutput_volField_H
35#define Foam_ensightOutput_volField_H
109 const bool nodeValues
126 const bool nodeValues
132 scratch,
os, vf, ensMesh, nodeValues
180 #include "ensightOutputVolField.txx"
Generic GeometricField class.
A variant of OFstream with specialised handling for Ensight writing of strings, integers and floats (...
Encapsulation of volume meshes for writing in ensight format. It manages cellZones,...
OBJstream os(runTime.globalPath()/outputName)
A collection of functions for writing ensight file content.
DynamicList< float > floatBufferType
The list type used for component-wise buffering.
bool writePointField(ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh)
Write point field component-wise.
bool writeVolField(ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh)
Write volume field component-wise.