#include <src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H>
Definition at line 53 of file absorptionCoeffs.H.
Collaboration diagram for absorptionCoeffs:Public Types | |
| typedef FixedList< scalar, nCoeffs_ > | coeffArray |
Public Member Functions | |
| absorptionCoeffs (Istream &) | |
| Construct from Istream.
| |
| absorptionCoeffs () | |
| ~absorptionCoeffs () | |
| const coeffArray & | coeffs (const scalar T) const |
| Return the coefficients corresponding to the given temperature.
| |
| void | initialise (const dictionary &) |
| void | initialise (Istream &) |
| 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 |
| typedef FixedList<scalar, nCoeffs_> coeffArray |
Definition at line 60 of file absorptionCoeffs.H.
| absorptionCoeffs | ( | Istream & | is ) |
Construct from Istream.
Definition at line 31 of file absorptionCoeffs.C.
References absorptionCoeffs::nCoeffs_.
| absorptionCoeffs | ( | ) | [inline]
|
Definition at line 97 of file absorptionCoeffs.H.
| ~absorptionCoeffs | ( | ) |
Definition at line 52 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 74 of file absorptionCoeffs.C.
| void initialise | ( | const dictionary & | dict ) |
Definition at line 97 of file absorptionCoeffs.C.
References dictionary::lookup().
| void initialise | ( | Istream & | ) |
Definition at line 91 of file absorptionCoeffs.C.
| bool invTemp | ( | ) | const [inline]
|
Definition at line 26 of file absorptionCoeffsI.H.
| Foam::scalar Tcommon | ( | ) | const [inline]
|
Definition at line 32 of file absorptionCoeffsI.H.
| Foam::scalar Tlow | ( | ) | const [inline]
|
Definition at line 38 of file absorptionCoeffsI.H.
| Foam::scalar Thigh | ( | ) | const [inline]
|
Definition at line 44 of file absorptionCoeffsI.H.
| const Foam::radiation::absorptionCoeffs::coeffArray & highACoeffs | ( | ) | const [inline]
|
Definition at line 51 of file absorptionCoeffsI.H.
| const Foam::radiation::absorptionCoeffs::coeffArray & lowACoeffs | ( | ) | const [inline]
|
Definition at line 58 of file absorptionCoeffsI.H.
const int nCoeffs_ = 6 [static]
|
Definition at line 59 of file absorptionCoeffs.H.
Referenced by absorptionCoeffs::absorptionCoeffs().