Public Member Functions | |
temperatureCoupledBase (const fvPatch &patch, const word &calculationMethod, const word &TName,) | |
Construct from patch and K name. More... | |
temperatureCoupledBase (const fvPatch &patch, const dictionary &dict) | |
Construct from patch and dictionary. More... | |
temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base) | |
Construct from patch and temperatureCoupledBase. More... | |
word | TMethod () const |
Method to obtain K. More... | |
const word & | TName () const |
Name of thermal conductivity field. More... | |
tmp< scalarField > | T (const scalarField &Tp) const |
Given patch temperature calculate corresponding T field. More... | |
void | write (Ostream &) const |
Write. More... | |
Protected Attributes | |
const fvPatch & | patch_ |
Underlying patch. More... | |
const TMethodType | method_ |
How to get K. More... | |
const word | TName_ |
Name of thermal conductivity field (if looked up from database) More... | |
Definition at line 104 of file allVariablesCoupledBase.H.
temperatureCoupledBase | ( | const fvPatch & | patch, |
const word & | calculationMethod, | ||
const word & | TName | ||
) |
Construct from patch and K name.
temperatureCoupledBase | ( | const fvPatch & | patch, |
const dictionary & | dict | ||
) |
Construct from patch and dictionary.
temperatureCoupledBase | ( | const fvPatch & | patch, |
const temperatureCoupledBase & | base | ||
) |
Construct from patch and temperatureCoupledBase.
|
inline |
Method to obtain K.
Definition at line 155 of file allVariablesCoupledBase.H.
References allVariablesCoupledBase::method_.
|
inline |
Name of thermal conductivity field.
Definition at line 161 of file allVariablesCoupledBase.H.
tmp<scalarField> T | ( | const scalarField & | Tp | ) | const |
Given patch temperature calculate corresponding T field.
void write | ( | Ostream & | ) | const |
Write.
|
protected |
Underlying patch.
Definition at line 115 of file allVariablesCoupledBase.H.
|
protected |
How to get K.
Definition at line 118 of file allVariablesCoupledBase.H.
Referenced by allVariablesCoupledBase::TMethod().
|
protected |
Name of thermal conductivity field (if looked up from database)
Definition at line 121 of file allVariablesCoupledBase.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.