37 void Foam::radiationModels::absorptionCoeffs::checkT(
const scalar
T)
const
39 if (T < Tlow_ || T > Thigh_)
42 <<
"using absorptionCoeffs out of temperature range:" <<
nl
43 <<
" " << Tlow_ <<
" -> " << Thigh_ <<
"; T = " <<
T
70 dict.lookup(
"Tcommon") >> Tcommon_;
71 dict.lookup(
"Tlow") >> Tlow_;
72 dict.lookup(
"Thigh") >> Thigh_;
73 dict.lookup(
"invTemp") >> invTemp_;
74 dict.lookup(
"loTcoeffs") >> lowACoeffs_;
75 dict.lookup(
"hiTcoeffs") >> highACoeffs_;
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
A list of keyword definitions, which are a keyword followed by any number of values (e....
void initialise(const dictionary &)
const coeffArray & coeffs(const scalar T) const
Return the coefficients corresponding to the given temperature.
~absorptionCoeffs()
Destructor.
#define WarningInFunction
Report a warning using Foam::Warning.
Ostream & endl(Ostream &os)
Add newline and flush stream.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)