Go to the documentation of this file.
60 if (T < Tlow_ || T > Thigh_)
63 <<
"usinf absCoeff out of temperature range:" <<
nl
64 <<
" " << Tlow_ <<
" -> " << Thigh_ <<
"; T = " <<
T
97 dict.lookup(
"Tcommon") >> Tcommon_;
98 dict.lookup(
"Tlow") >> Tlow_;
99 dict.lookup(
"Thigh") >> Thigh_;
100 dict.lookup(
"invTemp") >> invTemp_;
102 dict.lookup(
"loTcoeffs") >> lowACoeffs_;
103 dict.lookup(
"hiTcoeffs") >> highACoeffs_;
const coeffArray & coeffs(const scalar T) const
Return the coefficients corresponding to the given temperature.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
Ostream & endl(Ostream &os)
Add newline and flush stream.
static const int nCoeffs_
void checkT(const scalar T) const
Check given temperature is within the range of the fitted coeffs.
void initialise(const dictionary &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by any number of values (e....
~absorptionCoeffs()
Destructor.
#define WarningInFunction
Report a warning using Foam::Warning.