37 void Foam::radiation::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_;
~absorptionCoeffs()
Destructor.
void initialise(const dictionary &)
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
#define WarningInFunction
Report a warning using Foam::Warning.
const coeffArray & coeffs(const scalar T) const
Return the coefficients corresponding to the given temperature.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.