36 #ifndef absorptionCoeffs_H 37 #define absorptionCoeffs_H 79 coeffArray highACoeffs_;
80 coeffArray lowACoeffs_;
86 void checkT(
const scalar
T)
const;
105 const coeffArray&
coeffs(
const scalar
T)
const;
117 inline scalar
Tlow()
const;
119 inline scalar
Thigh()
const;
~absorptionCoeffs()
Destructor.
void initialise(const dictionary &)
A list of keyword definitions, which are a keyword followed by any number of values (e...
static const int nCoeffs_
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)
const coeffArray & lowACoeffs() const
const coeffArray & highACoeffs() const
FixedList< scalar, nCoeffs_ > coeffArray
const coeffArray & coeffs(const scalar T) const
Return the coefficients corresponding to the given temperature.
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))