Go to the documentation of this file.
37 namespace functionObjects
50 htcModelPtr_->calc(htc, htcModelPtr_->q());
76 auto* heatTransferCoeffPtr =
91 mesh_.objectRegistry::store(heatTransferCoeffPtr);
109 htcModelPtr_->read(
dict);
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
static constexpr const zero Zero
bool read(const char *buf, int32_t &val)
static word timeName(const scalar t, const int precision=precision_)
virtual bool read(const dictionary &dict)
virtual bool read(const dictionary &dict)
Abstract base-class for Time/database function objects.
heatTransferCoeff()=delete
const dimensionSet dimArea(sqr(dimLength))
void setResultName(const word &typeName, const word &defaultArg)
static autoPtr< heatTransferCoeffModel > New(const dictionary &dict, const fvMesh &mesh, const word &TName)
Computes the heat transfer coefficient [W/(m2 K)] as a volScalarField for a given set of patches.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimPower
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
Type & lookupObjectRef(const word &name, const bool recursive=false) const
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
addToRunTimeSelectionTable(functionObject, ObukhovLength, dictionary)
static MinMax< T > ge(const T &minVal)
defineTypeNameAndDebug(ObukhovLength, 0)
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
word name(const expressions::valueTypeCode typeCode)
const Time & time() const
Generic GeometricField class.