55 #ifndef functionObjects_writeCellCentres_H 56 #define functionObjects_writeCellCentres_H 64 namespace functionObjects
71 class writeCellCentres
73 public fvMeshFunctionObject
TypeName("writeCellCentres")
Runtime type information.
virtual bool write()
Write the cell-centre fields.
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...
virtual bool execute()
Do nothing.
virtual wordList fields() const
Return the list of fields required.
static const List< T > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
writeCellCentres(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from string.
virtual ~writeCellCentres()
Destructor.
Writes the cell-centres volVectorField and the three component fields as volScalarFields.
void operator=(const writeCellCentres &)=delete
Disallow default bitwise assignment.