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_);
defineTypeNameAndDebug(cellSetOption, 0)
Mesh data needed to do the Finite Volume discretisation.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensioned< scalar > mag(const dimensioned< Type > &)
virtual bool read(const dictionary &dict)
Read dictionary.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
bool interpolate(const vector &p1, const vector &p2, const vector &o, vector &n, scalar l)
A class for handling words, derived from string.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &dict)
Read dictionary.
variableHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
const Time & time() const
Return the top-level database.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
addToRunTimeSelectionTable(option, fixedTemperatureConstraint, dictionary)
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
Macros for easy insertion into run-time selection tables.
Fundamental fluid thermodynamic properties.
virtual ~variableHeatTransfer()
Destructor.
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.
const word dictName() const
Return the local dictionary name (final part of scoped name)
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...