63 #ifndef functionObjects_writeVTK_H 64 #define functionObjects_writeVTK_H 73 namespace functionObjects
82 public fvMeshFunctionObject
92 template<
class GeoField>
93 UPtrList<const GeoField> lookupFields()
const;
132 virtual bool write();
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("writeVTK")
Runtime type information.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
This functionObject writes objects registered to the database in VTK format using the foamToVTK libra...
A class for handling words, derived from string.
virtual ~writeVTK()
Destructor.
virtual bool write()
Write the writeVTK.
virtual bool read(const dictionary &)
Read the writeVTK data.
virtual bool execute()
Execute, currently does nothing.
List< wordRe > wordReList
A List of wordRe (word or regular expression)
void writeVTK(OFstream &os, const Type &value)