34 namespace functionObjects
44 Foam::functionObjects::writeCellVolumes::writeCellVolumes
91 Log <<
" Writing cell-volumes field " << V.
name()
92 <<
" to " << time_.timeName() <<
endl;
const word & name() const
Return name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual bool write()
Write the cell-centre fields.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
bool read(const char *, int32_t &)
A class for handling words, derived from string.
virtual ~writeCellVolumes()
Destructor.
This boundary condition is not designed to be evaluated; it is assmued that the value is assigned via...
virtual bool execute()
Do nothing.
Internal & ref()
Return a reference to the dimensioned internal field.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define Log
Report write to Foam::Info if the local log switch is true.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
defineTypeNameAndDebug(fvMeshFunctionObject, 0)
virtual bool write(const bool valid=true) const
Write using setting from DB.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
addToRunTimeSelectionTable(functionObject, add, dictionary)