40 #ifndef functionObjects_totalEnthalpy_H 41 #define functionObjects_totalEnthalpy_H 50 namespace functionObjects
104 virtual bool write();
const word & name() const
Return the name of this functionObject.
virtual wordList fields() const
Return the list of fields required.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static const List< T > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool execute()
Calculate the totalEnthalpy field.
virtual bool read(const dictionary &)
Read the data.
totalEnthalpy(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
A class for handling words, derived from string.
virtual ~totalEnthalpy()
Destructor.
Calculates and writes the total enthalpy (ha + K) as the volScalarField 'Ha'.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object...
virtual bool write()
Do nothing.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
TypeName("totalEnthalpy")
Runtime type information.