54 #ifndef functionObjects_writeCellVolumes_H
55 #define functionObjects_writeCellVolumes_H
63 namespace functionObjects
70 class writeCellVolumes
72 public fvMeshFunctionObject
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
Writes the cell-volumes volScalarField.
virtual wordList fields() const
Return the list of fields required.
virtual ~writeCellVolumes()
Destructor.
void operator=(const writeCellVolumes &)=delete
Disallow default bitwise assignment.
TypeName("writeCellVolumes")
Runtime type information.
writeCellVolumes(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool execute()
Do nothing.
virtual bool write()
Write the cell-centre fields.
A class for handling words, derived from string.