69 #ifndef temperatureCoupledBase_H 70 #define temperatureCoupledBase_H 85 class temperatureCoupledBase
128 const word& calculationMethod,
153 return KMethodTypeNames_[
method_];
static const NamedEnum< KMethodType, 4 > KMethodTypeNames_
const word kappaName_
Name of thermal conductivity field (if looked up from database)
word KMethod() const
Method to obtain K.
A class for handling words, derived from string.
void write(Ostream &) const
Write.
const KMethodType method_
How to get K.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvPatch & patch_
Underlying patch.
temperatureCoupledBase(const fvPatch &patch, const word &calculationMethod, const word &kappaName, const word &alphaAniName)
Construct from patch and K name.
KMethodType
Type of supplied Kappa.
tmp< scalarField > kappa(const scalarField &Tp) const
Given patch temperature calculate corresponding K field.
Common functions for use in temperature coupled boundaries.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
const word & kappaName() const
Name of thermal conductivity field.
const word alphaAniName_
Name of the non-Isotropic alpha (default: Anialpha)