Go to the documentation of this file.
53 const word& modelType,
68 fieldNames_.setSize(1,
thermo.he().name());
70 applied_.setSize(1,
false);
92 hec[cellI]=
max(
min(hec[cellI], heMax[i]), heMin[i]);
117 max(
min(hep[facei], heMaxp[facei]), heMinp[facei]);
129 coeffs_.readIfPresent(
"Tmin", Tmin_);
130 coeffs_.readIfPresent(
"Tmax", Tmax_);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual bool read(const dictionary &dict)
Read dictionary.
A class for handling words, derived from string.
Cell-set options abtract base class. Provides a base set of controls, e.g.
#define forAll(list, i)
Loop across all elements in list.
selectionModeType selectionMode_
Cell selection mode.
static const word dictName
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
limitTemperature(const limitTemperature &)
Disallow default bitwise copy construct.
Abstract base-class for fluid and solid thermodynamic properties.
virtual bool fixesValue() const
Return true if this patch field fixes a value.
const fvMesh & mesh_
Reference to the mesh database.
const word dictName("particleTrackDict")
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
virtual bool read(const dictionary &dict)
Read source dictionary.
labelList cells_
Set of cells to apply source to.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar Tmin_
Minimum temperature limit [K].
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
defineTypeNameAndDebug(option, 0)
addToRunTimeSelectionTable(option, fixedTemperatureConstraint, dictionary)
virtual void correct(volScalarField &he)
Correct the energy field.
scalar Tmax_
Maximum temperature limit [K].
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
void size(const label)
Override size to be inconsistent with allocated storage.
Generic GeometricField class.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
word name(const complex &)
Return a string representation of a complex.