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 54 of file absorptionCoeffs.H.
| typedef FixedList<scalar, nCoeffs_> coeffArray |
Definition at line 61 of file absorptionCoeffs.H.
|
inline |
Definition at line 95 of file absorptionCoeffs.H.
| ~absorptionCoeffs | ( | ) |
Destructor.
Definition at line 33 of file absorptionCoeffs.C.
| const Foam::radiation::absorptionCoeffs::coeffArray & coeffs | ( | const scalar | T | ) | const |
Return the coefficients corresponding to the given temperature.
Definition at line 53 of file absorptionCoeffs.C.
References Foam::T().
| void initialise | ( | const dictionary & | dict | ) |
Definition at line 70 of file absorptionCoeffs.C.
References dict.
|
inline |
Definition at line 28 of file absorptionCoeffsI.H.
|
inline |
Definition at line 34 of file absorptionCoeffsI.H.
|
inline |
Definition at line 40 of file absorptionCoeffsI.H.
|
inline |
Definition at line 46 of file absorptionCoeffsI.H.
|
inline |
Definition at line 53 of file absorptionCoeffsI.H.
|
inline |
Definition at line 60 of file absorptionCoeffsI.H.
|
static |
Definition at line 60 of file absorptionCoeffs.H.