Go to the documentation of this file.
52 #ifndef fixedTemperatureConstraint_H
53 #define fixedTemperatureConstraint_H
117 TypeName(
"fixedTemperatureConstraint");
126 const word& modelType,
A class for handling words, derived from string.
Cell-set options abtract base class. Provides a base set of controls, e.g.
const word & name() const
Return const access to the source name.
void operator=(const fixedTemperatureConstraint &)
Disallow default bitwise assignment.
virtual ~fixedTemperatureConstraint()
Destructor.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TypeName("fixedTemperatureConstraint")
Runtime type information.
temperatureMode mode_
Operation mode.
virtual bool read(const dictionary &dict)
Read dictionary.
virtual void constrain(fvMatrix< scalar > &eqn, const label fieldI)
Constrain energy equation to fix the temperature.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static const NamedEnum< temperatureMode, 2 > temperatureModeNames_
String representation of temperatureMode enums.
Fixed temperature equation constraint.
word TName_
Temperature field name.
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....
autoPtr< DataEntry< scalar > > Tuniform_
Uniform temperature [K].
fixedTemperatureConstraint(const fixedTemperatureConstraint &)
Disallow default bitwise copy construct.
temperatureMode
Temperature mode.