Go to the documentation of this file.
35 #ifndef dxSurfaceWriter_H
36 #define dxSurfaceWriter_H
70 const word& fieldName,
72 const bool isNodeValues,
103 const word& fieldName,
105 const bool isNodeValues,
106 const bool verbose =
false
117 const word& fieldName,
119 const bool isNodeValues,
120 const bool verbose =
false
131 const word& fieldName,
133 const bool isNodeValues,
134 const bool verbose =
false
145 const word& fieldName,
147 const bool isNodeValues,
148 const bool verbose =
false
159 const word& fieldName,
161 const bool isNodeValues,
162 const bool verbose =
false
static void writeData(Ostream &, const Field< Type > &)
A class for handling words, derived from string.
Base class for surface writers.
A class for handling file names.
static void writeGeometry(Ostream &, const pointField &, const faceList &)
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.
virtual ~dxSurfaceWriter()
Destructor.
TypeName("dx")
Runtime type information.
Pre-declare SubField and related Field type.
static void writeTrailer(Ostream &, const bool isNodeValues)
dxSurfaceWriter()
Construct null.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual fileName write(const fileName &outputDir, const fileName &surfaceName, const pointField &points, const faceList &faces, const word &fieldName, const Field< scalar > &values, const bool isNodeValues, const bool verbose=false) const
Write scalarField for a single surface to file.
A surfaceWriter for OpenDX format.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...