#include <absorptionCoeffs.H>
Public Types | |
| typedef FixedList< scalar, nCoeffs_ > | coeffArray |
Public Member Functions | |
| absorptionCoeffs ()=default | |
| Default construct. | |
| ~absorptionCoeffs ()=default | |
| Destructor. | |
| const coeffArray & | coeffs (const scalar T) const |
| Return the coefficients corresponding to the given temperature. | |
| 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 50 of file absorptionCoeffs.H.
| typedef FixedList<scalar, nCoeffs_> coeffArray |
Definition at line 57 of file absorptionCoeffs.H.
|
default |
Default construct.
|
default |
| const Foam::radiation::absorptionCoeffs::coeffArray & coeffs | ( | const scalar | T | ) | const |
Return the coefficients corresponding to the given temperature.
Definition at line 39 of file absorptionCoeffs.C.
References Foam::T().

| void initialise | ( | const dictionary & | dict | ) |
Definition at line 57 of file absorptionCoeffs.C.
References dict.
|
inline |
Definition at line 21 of file absorptionCoeffsI.H.
|
inline |
Definition at line 27 of file absorptionCoeffsI.H.
|
inline |
Definition at line 33 of file absorptionCoeffsI.H.
|
inline |
Definition at line 39 of file absorptionCoeffsI.H.
|
inline |
Definition at line 46 of file absorptionCoeffsI.H.
|
inline |
Definition at line 53 of file absorptionCoeffsI.H.
|
static |
Definition at line 56 of file absorptionCoeffs.H.