Go to the documentation of this file.
52 const word& modelType,
58 UNbrName_(coeffs_.lookupOrDefault<
word>(
"UNbrName",
"U")),
80 mesh_.time().timeName(),
121 const scalarField htcNbr(NuNbr*nbrTurb.kappaEff()/ds_);
125 htc_.internalField() = htcNbrMapped*AoV_;
133 coeffs_.readIfPresent(
"UNbrName", UNbrName_);
135 coeffs_.readIfPresent(
"a", a_);
136 coeffs_.readIfPresent(
"b", b_);
137 coeffs_.readIfPresent(
"c", c_);
138 coeffs_.readIfPresent(
"ds", ds_);
139 coeffs_.readIfPresent(
"Pr", Pr_);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
static const word dictName
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffis...
static const word propertiesName
Default name of the turbulence properties dictionary.
Fundamental fluid thermodynamic properties.
dimensioned< scalar > mag(const dimensioned< Type > &)
virtual ~variableHeatTransfer()
Destructor.
bool interpolate(const vector &p1, const vector &p2, const vector &o, vector &n, scalar l)
Pre-declare SubField and related Field type.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
variableHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
defineTypeNameAndDebug(option, 0)
addToRunTimeSelectionTable(option, fixedTemperatureConstraint, dictionary)
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
virtual bool read(const dictionary &dict)
Read dictionary.
virtual bool read(const dictionary &dict)
Read dictionary.
const Time & time() const
Return the top-level database.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
Generic GeometricField class.
word name(const complex &)
Return a string representation of a complex.