36 #ifndef absorptionCoeffs_H 37 #define absorptionCoeffs_H 47 namespace radiationModels
80 coeffArray highACoeffs_;
81 coeffArray lowACoeffs_;
87 void checkT(
const scalar
T)
const;
106 const coeffArray&
coeffs(
const scalar
T)
const;
118 inline scalar
Tlow()
const;
120 inline scalar
Thigh()
const;
const coeffArray & lowACoeffs() const
A list of keyword definitions, which are a keyword followed by any number of values (e...
const coeffArray & highACoeffs() const
~absorptionCoeffs()
Destructor.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
static const int nCoeffs_
void initialise(const dictionary &)
FixedList< scalar, nCoeffs_ > coeffArray
const coeffArray & coeffs(const scalar T) const
Return the coefficients corresponding to the given temperature.