37 #ifndef Foam_coordSetWriters_vtkWriter_H 38 #define Foam_coordSetWriters_vtkWriter_H 57 namespace coordSetWriters
87 const word& fieldName,
95 const word& fieldName,
103 const word& fieldName,
150 virtual void close(
bool force =
false);
virtual void beginTime(const Time &t)
Begin time step. Clears existing backend.
A class for handling file names.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Encapsulated combinations of output format options. This is primarily useful when defining the output...
Holds list of sampling positions.
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
A class for handling words, derived from Foam::string.
Base class for writing coordSet(s) and tracks with fields.
virtual fileName path() const
Expected (characteristic) output file name - information only.
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
virtual void close(bool force=false)
Close and reset, clears backend.
declareCoordSetWriterWriteMethod(label)
An instant of time. Contains the time value and name. Uses Foam::Time when formatting the name...
vtkWriter()
Default construct.
virtual void endTime()
End time step. Clears existing backend.
TypeNameNoDebug("vtk")
Runtime type information (no debug)
virtual ~vtkWriter()
Destructor. Calls close()
Tensor of scalars, i.e. Tensor<scalar>.
virtual fileName write()
Write geometry to file.