54 #ifndef limitTemperature_H 55 #define limitTemperature_H 111 const word& modelType,
limitTemperature(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
virtual bool movePoints()
Update for mesh motion.
const fvMesh & mesh() const
Return const access to the mesh database.
Limits the temperature to be between minimum and maximum values.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location whe...
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool constrain(volScalarField &he) const
Constrain the energy field.
const word & name() const
Return const access to the source name.
void operator=(const limitTemperature &)=delete
Disallow default bitwise assignment.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual wordList constrainedFields() const
Return the list of fields constrained by the fvConstraint.
Mesh data needed to do the Finite Volume discretisation.
virtual bool read(const dictionary &dict)
Read dictionary.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
TypeName("limitTemperature")
Runtime type information.
Class containing mesh-to-mesh mapping information.
virtual ~limitTemperature()
Destructor.
Finite volume options abstract base class.