Go to the documentation of this file.
35 #ifndef foamFileSurfaceWriter_H
36 #define foamFileSurfaceWriter_H
63 const word& fieldName,
65 const bool isNodeValues,
102 const bool verbose =
false
114 const word& fieldName,
116 const bool isNodeValues,
117 const bool verbose =
false
128 const word& fieldName,
130 const bool isNodeValues,
131 const bool verbose =
false
142 const word& fieldName,
144 const bool isNodeValues,
145 const bool verbose =
false
156 const word& fieldName,
158 const bool isNodeValues,
159 const bool verbose =
false
170 const word& fieldName,
172 const bool isNodeValues,
173 const bool verbose =
false
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 class for handling words, derived from string.
Base class for surface writers.
A class for handling file names.
foamFileSurfaceWriter()
Construct null.
TypeName("foamFile")
Runtime type information.
A surfaceWriter for foamFiles.
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.
Pre-declare SubField and related Field type.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual ~foamFileSurfaceWriter()
Destructor.
virtual bool separateGeometry() const
True if the surface format supports geometry in a separate file.