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