Go to the documentation of this file.
35 #ifndef ensightSurfaceWriter_H
36 #define ensightSurfaceWriter_H
71 const word& fieldName,
73 const bool isNodeValues,
85 const word& fieldName,
87 const bool isNodeValues,
99 const word& fieldName,
101 const bool isNodeValues,
142 const bool verbose =
false
154 const word& fieldName,
156 const bool isNodeValues,
157 const bool verbose =
false
168 const word& fieldName,
170 const bool isNodeValues,
171 const bool verbose =
false
182 const word& fieldName,
184 const bool isNodeValues,
185 const bool verbose =
false
196 const word& fieldName,
198 const bool isNodeValues,
199 const bool verbose =
false
210 const word& fieldName,
212 const bool isNodeValues,
213 const bool verbose =
false
virtual ~ensightSurfaceWriter()
Destructor.
fileName writeCollated(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const word &fieldName, const Field< Type > &values, const bool isNodeValues, const bool verbose) const
Templated write operation - one file per timestep.
fileName writeTemplate(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const word &fieldName, const Field< Type > &values, const bool isNodeValues, const bool verbose) const
Templated write operation.
A class for handling words, derived from string.
Base class for surface writers.
A class for handling file names.
TypeName("ensight")
Runtime type information.
fileName writeUncollated(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const word &fieldName, const Field< Type > &values, const bool isNodeValues, const bool verbose) const
Templated write operation - all time steps in single file.
A surfaceWriter for Ensight format.
Pre-declare SubField and related Field type.
virtual bool separateGeometry() const
True if the surface format supports geometry in a separate file.
virtual fileName write(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const bool verbose=false) const
Write single surface geometry to file.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
IOstream::streamFormat writeFormat_
Write option (default is IOstream::ASCII.
ensightSurfaceWriter()
Construct null.
streamFormat
Enumeration for the format of data in the stream.