Public Types | |
typedef FixedList< scalar, nCoeffs_ > | coeffArray |
Public Member Functions | |
absorptionCoeffs (Istream &) | |
Construct from Istream. More... | |
absorptionCoeffs () | |
~absorptionCoeffs () | |
Destructor. More... | |
const coeffArray & | coeffs (const scalar T) const |
Return the coefficients corresponding to the given temperature. More... | |
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 |
Private Member Functions | |
void | checkT (const scalar T) const |
Check given temperature is within the range of the fitted coeffs. More... | |
Private Attributes | |
scalar | Tcommon_ |
scalar | Tlow_ |
scalar | Thigh_ |
bool | invTemp_ |
coeffArray | highACoeffs_ |
coeffArray | lowACoeffs_ |
Definition at line 52 of file absorptionCoeffs.H.
typedef FixedList<scalar, nCoeffs_> coeffArray |
Definition at line 59 of file absorptionCoeffs.H.
absorptionCoeffs | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 31 of file absorptionCoeffs.C.
References absorptionCoeffs::highACoeffs_, absorptionCoeffs::lowACoeffs_, and absorptionCoeffs::nCoeffs_.
|
inline |
Definition at line 96 of file absorptionCoeffs.H.
~absorptionCoeffs | ( | ) |
Destructor.
Definition at line 52 of file absorptionCoeffs.C.
|
private |
Check given temperature is within the range of the fitted coeffs.
Definition at line 58 of file absorptionCoeffs.C.
References Foam::endl(), Foam::nl, Foam::T(), and WarningInFunction.
const Foam::radiation::absorptionCoeffs::coeffArray & coeffs | ( | const scalar | T | ) | const |
Return the coefficients corresponding to the given temperature.
Definition at line 72 of file absorptionCoeffs.C.
References Foam::T().
void initialise | ( | const dictionary & | dict | ) |
Definition at line 95 of file absorptionCoeffs.C.
References dict.
void initialise | ( | Istream & | ) |
Definition at line 89 of file absorptionCoeffs.C.
|
inline |
Definition at line 26 of file absorptionCoeffsI.H.
References absorptionCoeffs::invTemp_.
|
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 58 of file absorptionCoeffs.H.
Referenced by absorptionCoeffs::absorptionCoeffs().
|
private |
Definition at line 68 of file absorptionCoeffs.H.
|
private |
Definition at line 70 of file absorptionCoeffs.H.
|
private |
Definition at line 72 of file absorptionCoeffs.H.
|
private |
Definition at line 76 of file absorptionCoeffs.H.
Referenced by absorptionCoeffs::invTemp().
|
private |
Definition at line 78 of file absorptionCoeffs.H.
Referenced by absorptionCoeffs::absorptionCoeffs().
|
private |
Definition at line 79 of file absorptionCoeffs.H.
Referenced by absorptionCoeffs::absorptionCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.