39 #ifndef functionObjects_totalEnthalpy_H
40 #define functionObjects_totalEnthalpy_H
49 namespace functionObjects
103 virtual bool write();
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.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Calculates and writes the total enthalpy (ha + K) as the volScalarField Ha.
virtual wordList fields() const
Return the list of fields required.
totalEnthalpy(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
virtual ~totalEnthalpy()
Destructor.
virtual bool execute()
Calculate the totalEnthalpy field.
virtual bool write()
Do nothing.
TypeName("totalEnthalpy")
Runtime type information.
virtual bool read(const dictionary &)
Read the data.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object,...
A class for handling words, derived from string.