Go to the documentation of this file.
61 #ifndef fixedTemperatureConstraint_H
62 #define fixedTemperatureConstraint_H
125 TypeName(
"fixedTemperatureConstraint");
134 const word& modelType,
static const Enum< temperatureMode > temperatureModeNames_
String representation of temperatureMode enums.
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.
TypeName("fixedTemperatureConstraint")
Runtime type information.
temperatureMode mode_
Operation mode.
virtual bool read(const dictionary &dict)
Read dictionary.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Fixed temperature equation constraint.
word TName_
Temperature field name.
autoPtr< Function1< scalar > > Tuniform_
Uniform temperature [K].
const fvMesh & mesh() const
Return const access to the mesh database.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual ~fixedTemperatureConstraint()=default
Destructor.
virtual void constrain(fvMatrix< scalar > &eqn, const label fieldi)
Constrain energy equation to fix the temperature.
temperatureMode
Temperature mode.