teqp 0.19.1
|
#include <cubics.hpp>
Public Member Functions | |
QuantumCorrectedPR (const nlohmann::json &j) | |
template<class VecType > | |
auto | R (const VecType &) const |
Universal gas constant, exact number. | |
auto | get_kmat () const |
auto | get_lmat () const |
auto | get_Tc_K () const |
auto | get_pc_Pa () const |
template<typename TType > | |
auto | get_bi (std::size_t i, const TType &T) 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 FractionsType > | |
auto | get_c (const TType &, const FractionsType &z) const |
template<typename TType , typename RhoType , typename FractionsType > | |
auto | alphar (const TType &T, const RhoType &rhoinit, const FractionsType &molefrac) const |
auto | superanc_rhoLV (double T) const |
Public Attributes | |
const double | Ru = get_R_gas<double>() |
The quantum corrected Peng-Robinson model as developed in
Ailo Aasen, Morten Hammer, Silvia Lasala, Jean-Noël Jaubert, Øivind Wilhelmsen "Accurate quantum-corrected cubic equations of state for helium, neon, hydrogen, deuterium and their mixtures" Fluid Phase Equilibria 524 (2020) 112790 https://doi.org/10.1016/j.fluid.2020.112790
Definition at line 768 of file cubics.hpp.
|
inline |
Definition at line 791 of file cubics.hpp.
|
inline |
Definition at line 851 of file cubics.hpp.
|
inline |
Definition at line 822 of file cubics.hpp.
|
inline |
Definition at line 813 of file cubics.hpp.
|
inline |
Definition at line 805 of file cubics.hpp.
|
inline |
Definition at line 840 of file cubics.hpp.
|
inline |
Definition at line 799 of file cubics.hpp.
|
inline |
Definition at line 800 of file cubics.hpp.
|
inline |
Definition at line 802 of file cubics.hpp.
|
inline |
Definition at line 801 of file cubics.hpp.
|
inline |
Universal gas constant, exact number.
Definition at line 796 of file cubics.hpp.
|
inline |
Return a tuple of saturated liquid and vapor densities for the EOS given the temperature Uses the superancillary equations from Bell and Deiters:
Definition at line 869 of file cubics.hpp.
const double teqp::QuantumCorrectedPR::Ru = get_R_gas<double>() |
Definition at line 793 of file cubics.hpp.