teqp 0.22.0
|
#include <ideal_eosterms.hpp>
Public Member Functions | |
IdealHelmholtzCp0Constant (const double c, const double T_0, const double R) | |
template<typename TType , typename RhoType > | |
auto | alphaig (const TType &T, const RhoType &) const |
Public Attributes | |
const double | c |
const double | T_0 |
const double | R |
\( \alpha^{\rm ig}= c\left( \frac{T-T_0}{T}-\ln\left(\frac{T}{T_0}\right)\right) \)
from a term that is like
\( \frac{c_{p0}}{R}= c \)
Definition at line 186 of file ideal_eosterms.hpp.
|
inline |
Definition at line 190 of file ideal_eosterms.hpp.
|
inline |
Definition at line 195 of file ideal_eosterms.hpp.
const double teqp::IdealHelmholtzCp0Constant::c |
Definition at line 188 of file ideal_eosterms.hpp.
const double teqp::IdealHelmholtzCp0Constant::R |
Definition at line 189 of file ideal_eosterms.hpp.
const double teqp::IdealHelmholtzCp0Constant::T_0 |
Definition at line 188 of file ideal_eosterms.hpp.