63 #ifndef functionObjects_writeVTK_H 64 #define functionObjects_writeVTK_H 72 namespace functionObjects
81 public fvMeshFunctionObject
91 template<
class GeoField>
92 UPtrList<const GeoField> lookupFields()
const;
131 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.
virtual wordList fields() const
Return the list of fields required.
void operator=(const writeVTK &)=delete
Disallow default bitwise assignment.
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.
List< word > wordList
A List of words.
virtual bool execute()
Execute, currently does nothing.
void writeVTK(OFstream &os, const Type &value)
writeVTK(const word &name, const Time &t, const dictionary &)
Construct from Time and dictionary.