Go to the documentation of this file.
102 #ifndef fixedTemperatureConstraint_H
103 #define fixedTemperatureConstraint_H
120 class fixedTemperatureConstraint
122 public fv::cellSetOption
163 const word& modelType,
const word & name() const noexcept
static const Enum< temperatureMode > temperatureModeNames_
A class for handling words, derived from Foam::string.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
TypeName("fixedTemperatureConstraint")
virtual bool read(const dictionary &dict)
fixedTemperatureConstraint(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
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.
const fvMesh & mesh() const noexcept
Constrain temperature equation (i.e. T) with a given set of fixed values within a specified region.
void operator=(const fixedTemperatureConstraint &)=delete
autoPtr< Function1< scalar > > Tuniform_
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual ~fixedTemperatureConstraint()=default
virtual void constrain(fvMatrix< scalar > &eqn, const label fieldi)