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