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