teqp 0.19.1
|
#include <cubics.hpp>
Public Member Functions | |
RKPRCismondi2005 (const nlohmann::json &j) | |
template<class VecType > | |
auto | R (const VecType &) const |
auto | get_delta_1 () const |
auto | get_Tc_K () const |
auto | get_pc_Pa () const |
auto | get_k () const |
auto | get_kmat () const |
auto | get_lmat () const |
template<typename TType > | |
auto | get_bi (std::size_t i, const TType &) const |
template<typename TType > | |
auto | get_ai (std::size_t i, const TType &T) const |
template<typename TType , typename FractionsType > | |
auto | get_ab (const TType &T, const FractionsType &z) const |
template<typename TType , typename RhoType , typename FractionsType > | |
auto | alphar (const TType &T, const RhoType &rho, const FractionsType &molefrac) const |
Public Attributes | |
const double | Ru = get_R_gas<double>() |
The RK-PR method as defined in:
Martín Cismondi, Jørgen Mollerup, Development and application of a three-parameter RK–PR equation of state, Fluid Phase Equilibria, Volume 232, Issues 1–2, 2005, Pages 74-89, https://doi.org/10.1016/j.fluid.2005.03.020.
Definition at line 896 of file cubics.hpp.
|
inline |
Definition at line 933 of file cubics.hpp.
|
inline |
Definition at line 978 of file cubics.hpp.
|
inline |
Definition at line 957 of file cubics.hpp.
|
inline |
Definition at line 952 of file cubics.hpp.
|
inline |
Definition at line 947 of file cubics.hpp.
|
inline |
Definition at line 939 of file cubics.hpp.
|
inline |
Definition at line 942 of file cubics.hpp.
|
inline |
Definition at line 943 of file cubics.hpp.
|
inline |
Definition at line 944 of file cubics.hpp.
|
inline |
Definition at line 941 of file cubics.hpp.
|
inline |
Definition at line 940 of file cubics.hpp.
|
inline |
Definition at line 936 of file cubics.hpp.
const double teqp::RKPRCismondi2005::Ru = get_R_gas<double>() |
Definition at line 898 of file cubics.hpp.