47 #ifndef limitPressure_H 48 #define limitPressure_H 101 const word& modelType,
virtual ~limitPressure()
Destructor.
const fvMesh & mesh() const
Return const access to the mesh database.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Limits the pressure to be between minimum and maximum values.
const word & name() const
Return const access to the source name.
virtual bool constrain(volScalarField &he) const
Constrain the energy field.
A class for handling words, derived from string.
void operator=(const limitPressure &)=delete
Disallow default bitwise assignment.
virtual wordList constrainedFields() const
Return the list of fields constrained by the fvConstraint.
Mesh data needed to do the Finite Volume discretisation.
limitPressure(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
virtual bool read(const dictionary &dict)
Read dictionary.
Finite volume options abstract base class.
TypeName("limitPressure")
Runtime type information.