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 52 of file absorptionCoeffs.H.
| typedef FixedList<scalar, nCoeffs_> coeffArray |
Definition at line 59 of file absorptionCoeffs.H.
|
inline |
Definition at line 93 of file absorptionCoeffs.H.
References absorptionCoeffs::coeffs(), absorptionCoeffs::highACoeffs(), absorptionCoeffs::initialise(), absorptionCoeffs::invTemp(), absorptionCoeffs::lowACoeffs(), Foam::T(), absorptionCoeffs::Tcommon(), absorptionCoeffs::Thigh(), absorptionCoeffs::Tlow(), and absorptionCoeffs::~absorptionCoeffs().

| ~absorptionCoeffs | ( | ) |
Destructor.
Definition at line 32 of file absorptionCoeffs.C.
References absorptionCoeffs::coeffs(), Foam::endl(), Foam::nl, Foam::T(), and WarningInFunction.
Referenced by absorptionCoeffs::absorptionCoeffs().


| const Foam::radiation::absorptionCoeffs::coeffArray & coeffs | ( | const scalar | T | ) | const |
Return the coefficients corresponding to the given temperature.
Definition at line 52 of file absorptionCoeffs.C.
Referenced by absorptionCoeffs::absorptionCoeffs(), and absorptionCoeffs::~absorptionCoeffs().

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


|
inline |
Definition at line 26 of file absorptionCoeffsI.H.
Referenced by absorptionCoeffs::absorptionCoeffs().

|
inline |
Definition at line 32 of file absorptionCoeffsI.H.
Referenced by absorptionCoeffs::absorptionCoeffs().

|
inline |
Definition at line 38 of file absorptionCoeffsI.H.
Referenced by absorptionCoeffs::absorptionCoeffs().

|
inline |
Definition at line 44 of file absorptionCoeffsI.H.
Referenced by absorptionCoeffs::absorptionCoeffs().

|
inline |
Definition at line 51 of file absorptionCoeffsI.H.
Referenced by absorptionCoeffs::absorptionCoeffs().

|
inline |
Definition at line 58 of file absorptionCoeffsI.H.
Referenced by absorptionCoeffs::absorptionCoeffs().

|
static |
Definition at line 58 of file absorptionCoeffs.H.
1.8.13