Go to the documentation of this file.
56 #ifndef limitTemperature_H
57 #define limitTemperature_H
113 const word& modelType,
virtual bool read(const dictionary &dict)
Read dictionary.
A class for handling words, derived from Foam::string.
Cell-set options abstract base class. Provides a base set of controls, e.g.:
const word & name() const
Return const access to the source name.
Correction for temperature to apply limits between minimum and maximum values.
TypeName("limitTemperature")
Runtime type information.
word phase_
Optional phase name [K].
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
scalar Tmin_
Minimum temperature limit [K].
Mesh data needed to do the Finite Volume discretisation.
virtual ~limitTemperature()=default
Destructor.
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].