58 #ifndef fixedTemperatureConstraint_H 59 #define fixedTemperatureConstraint_H 123 TypeName(
"fixedTemperatureConstraint");
132 const word& modelType,
155 const word& fieldName
virtual bool read(const dictionary &dict)
Read dictionary.
TypeName("fixedTemperatureConstraint")
Runtime type information.
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...
Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location whe...
static const NamedEnum< temperatureMode, 2 > modeNames_
String representation of mode enums.
fixedTemperatureConstraint(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
virtual void updateMesh(const mapPolyMesh &)
Update for mesh changes.
Fixed temperature equation constraint.
virtual bool constrain(fvMatrix< scalar > &eqn, const word &fieldName) const
Constrain energy equation to fix the temperature.
void operator=(const fixedTemperatureConstraint &)=delete
Disallow default bitwise assignment.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const word & name() const
Return const access to the source name.
A class for handling words, derived from string.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
temperatureMode
Temperature mode.
virtual wordList constrainedFields() const
Return the list of fields constrained by the fvConstraint.
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...
virtual ~fixedTemperatureConstraint()
Destructor.
Finite volume options abstract base class.