teqp 0.22.0
|
#include <ideal_eosterms.hpp>
Public Member Functions | |
IdealHelmholtzGERG2004Cosh (const std::valarray< double > &n, const std::valarray< double > &theta, double R) | |
template<typename TType , typename RhoType > | |
auto | alphaig (const TType &T, const RhoType &) const |
Public Attributes | |
const std::valarray< double > | n |
const std::valarray< double > | theta |
const double | R |
\( \alpha^{\rm ig}= \sum_k n_k \ln(|\cosh(\theta_k/T)|) \)
See Table 7.6 in GERG-2004 monograph
Definition at line 138 of file ideal_eosterms.hpp.
|
inline |
Definition at line 142 of file ideal_eosterms.hpp.
|
inline |
Definition at line 145 of file ideal_eosterms.hpp.
const std::valarray<double> teqp::IdealHelmholtzGERG2004Cosh::n |
Definition at line 140 of file ideal_eosterms.hpp.
const double teqp::IdealHelmholtzGERG2004Cosh::R |
Definition at line 141 of file ideal_eosterms.hpp.
const std::valarray<double> teqp::IdealHelmholtzGERG2004Cosh::theta |
Definition at line 140 of file ideal_eosterms.hpp.