Public Types | |
| typedef FixedList< scalar, nCoeffs_ > | coeffArray |
Public Member Functions | |
| absorptionCoeffs () | |
| ~absorptionCoeffs () | |
| Destructor. More... | |
| const coeffArray & | coeffs (const scalar T) const |
| Return the coefficients corresponding to the given temperature. More... | |
| void | initialise (const dictionary &) |
| bool | invTemp () const |
| scalar | Tcommon () const |
| scalar | Tlow () const |
| scalar | Thigh () const |
| const coeffArray & | highACoeffs () const |
| const coeffArray & | lowACoeffs () const |
Static Public Attributes | |
| static const int | nCoeffs_ = 6 |
Definition at line 53 of file absorptionCoeffs.H.
| typedef FixedList<scalar, nCoeffs_> coeffArray |
Definition at line 60 of file absorptionCoeffs.H.
|
inline |
Definition at line 94 of file absorptionCoeffs.H.
| ~absorptionCoeffs | ( | ) |
Destructor.
Definition at line 31 of file absorptionCoeffs.C.
| const Foam::radiationModels::absorptionCoeffs::coeffArray & coeffs | ( | const scalar | T | ) | const |
Return the coefficients corresponding to the given temperature.
Definition at line 50 of file absorptionCoeffs.C.
References Foam::T().

| void initialise | ( | const dictionary & | dict | ) |
Definition at line 68 of file absorptionCoeffs.C.
References dict.
Referenced by greyMean::greyMean().

|
inline |
Definition at line 26 of file absorptionCoeffsI.H.
|
inline |
Definition at line 32 of file absorptionCoeffsI.H.
|
inline |
Definition at line 38 of file absorptionCoeffsI.H.
|
inline |
Definition at line 44 of file absorptionCoeffsI.H.
|
inline |
Definition at line 51 of file absorptionCoeffsI.H.
|
inline |
Definition at line 58 of file absorptionCoeffsI.H.
|
static |
Definition at line 59 of file absorptionCoeffs.H.