37 namespace heatTransferCoefficientModels
49 void Foam::fv::heatTransferCoefficientModels::variable::readCoeffs
51 const dictionary&
dict
54 UName_ =
dict.lookupOrDefault<word>(
"U",
"U");
56 a_ =
dict.lookup<scalar>(
"a");
57 b_ =
dict.lookup<scalar>(
"b");
58 c_ =
dict.lookup<scalar>(
"c");
91 zeroGradientFvPatchScalarField::typeName
133 htc_.correctBoundaryConditions();
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Base class for single-phase compressible turbulence models.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for fluid thermophysical transport models RAS, LES and laminar.
const compressibleMomentumTransportModel & momentumTransport() const
Access function to momentum transport model.
Mesh data needed to do the Finite Volume discretisation.
Base class for heat transfer coefficient modelling used in heat transfer fvModels.
virtual bool read(const dictionary &dict)
Read dictionary.
Variable heat transfer model depending on local values. The Nusselt number is calculated as:
virtual void correct()
Correct the heat transfer coefficient.
virtual bool read(const dictionary &dict)
Read dictionary.
virtual ~variable()
Destructor.
variable(const dictionary &dict, const fvMesh &mesh)
Construct from dictionary and mesh.
Base class for inter-region exchange.
virtual tmp< volScalarField > kappaEff() const =0
Effective thermal turbulent conductivity.
A class for handling words, derived from string.
defineTypeNameAndDebug(constant, 0)
addToRunTimeSelectionTable(heatTransferCoefficientModel, constant, mesh)
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimPower
const dimensionSet dimless
const dimensionSet dimLength
const dimensionSet dimTemperature
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensioned< scalar > mag(const dimensioned< Type > &)
word typedName(Name name)
Return the name of the object within the given type.
const dimensionSet dimArea
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
scalarField Re(const UList< complex > &cf)