33void Foam::radiation::absorptionCoeffs::checkT(
const scalar
T)
const
38 <<
"using absorptionCoeffs out of temperature range:" <<
nl
39 <<
" " << Tlow_ <<
" -> " << Thigh_ <<
"; T = " <<
T
66 dict.readEntry(
"Tcommon", Tcommon_);
67 dict.readEntry(
"Tlow", Tlow_);
68 dict.readEntry(
"Thigh", Thigh_);
69 dict.readEntry(
"invTemp", invTemp_);
70 dict.readEntry(
"loTcoeffs", lowACoeffs_);
71 dict.readEntry(
"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 a number of values (eg,...
const coeffArray & coeffs(const scalar T) const
Return the coefficients corresponding to the given temperature.
void initialise(const dictionary &)
FixedList< scalar, nCoeffs_ > coeffArray
#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)
constexpr char nl
The newline '\n' character (0x0a).