Go to the documentation of this file.
54 #ifndef Foam_vtk_surfaceFieldWriter_H
55 #define Foam_vtk_surfaceFieldWriter_H
82 label numberOfPoints_;
149 virtual bool beginFile(std::string title =
"");
Encapsulated combinations of output format options. This is primarily useful when defining the output...
Base class for VTK output writers that handle geometry and fields (eg, vtp, vtu data)....
A class for handling words, derived from Foam::string.
A class for handling file names.
vtk::outputOptions opts() const
const Foam::Enum< fileTag > fileExtension
virtual bool beginCellData(label nFields=0)
virtual bool beginFile(std::string title="")
void write(const surfaceVectorField &field)
bool parallel() const noexcept
virtual bool beginPointData(label nFields=0)
virtual ~surfaceFieldWriter()=default
static word ext(vtk::outputOptions)
virtual bool writeGeometry()
Write surfaces fields (as PointData) in VTP format. Legacy VTK format is intentionally not supported.
@ INLINE_BASE64
XML inline base64, base64Formatter.
Mesh data needed to do the Finite Volume discretisation.
static bool & parRun() noexcept
Generic GeometricField class.