85 #ifndef Foam_surfaceWriters_vtkWriter_H 86 #define Foam_surfaceWriters_vtkWriter_H 102 namespace surfaceWriters
123 const bool writeNormal_;
126 autoPtr<Foam::vtk::surfaceWriter> writer_;
133 fileName writeTemplate
135 const word& fieldName,
136 const Field<Type>& localValues
186 virtual void close();
virtual void endTime()
End 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...
static bool & parRun() noexcept
Test if this a parallel run.
declareSurfaceWriterWriteMethod(label)
TypeNameNoDebug("vtk")
Declare type-name, virtual type (without debug switch)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Abstract definition of a meshed surface defined by faces and points.
Encapsulated combinations of output format options. This is primarily useful when defining the output...
virtual fileName write()
Write surface geometry to file.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
An instant of time. Contains the time value and name. Uses Foam::Time when formatting the name...
vtkWriter()
Default construct.
Tensor of scalars, i.e. Tensor<scalar>.
virtual void close()
Finish output, clears backend.
virtual void beginTime(const Time &t)
Begin time step. Clears existing backend.
virtual ~vtkWriter()
Destructor. Calls close()