Go to the documentation of this file.
44 #ifndef limitTemperature_H
45 #define limitTemperature_H
99 const word& modelType,
virtual bool read(const dictionary &dict)
Read dictionary.
A class for handling words, derived from string.
Cell-set options abtract base class. Provides a base set of controls, e.g.
const word & name() const
Return const access to the source name.
virtual ~limitTemperature()
Destructor.
limitTemperature(const limitTemperature &)
Disallow default bitwise copy construct.
void operator=(const limitTemperature &)
Disallow default bitwise assignment.
Correction for temperature to apply limits between minimum and maximum values.
TypeName("limitTemperature")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar Tmin_
Minimum temperature limit [K].
Mesh data needed to do the Finite Volume discretisation.
virtual void correct(volScalarField &he)
Correct the energy field.
const fvMesh & mesh() const
Return const access to the mesh database.
scalar Tmax_
Maximum temperature limit [K].
Generic GeometricField class.