teqp 0.19.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
teqp::QuantumCorrectedPR Class Reference

#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>()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ QuantumCorrectedPR()

teqp::QuantumCorrectedPR::QuantumCorrectedPR ( const nlohmann::json & j)
inline

Definition at line 791 of file cubics.hpp.

Member Function Documentation

◆ alphar()

template<typename TType , typename RhoType , typename FractionsType >
auto teqp::QuantumCorrectedPR::alphar ( const TType & T,
const RhoType & rhoinit,
const FractionsType & molefrac ) const
inline

Definition at line 851 of file cubics.hpp.

◆ get_ab()

template<typename TType , typename FractionsType >
auto teqp::QuantumCorrectedPR::get_ab ( const TType & T,
const FractionsType & z ) const
inline

Definition at line 822 of file cubics.hpp.

◆ get_ai()

template<typename TType >
auto teqp::QuantumCorrectedPR::get_ai ( std::size_t i,
const TType & T ) const
inline

Definition at line 813 of file cubics.hpp.

◆ get_bi()

template<typename TType >
auto teqp::QuantumCorrectedPR::get_bi ( std::size_t i,
const TType & T ) const
inline

Definition at line 805 of file cubics.hpp.

◆ get_c()

template<typename TType , typename FractionsType >
auto teqp::QuantumCorrectedPR::get_c ( const TType & ,
const FractionsType & z ) const
inline

Definition at line 840 of file cubics.hpp.

◆ get_kmat()

auto teqp::QuantumCorrectedPR::get_kmat ( ) const
inline

Definition at line 799 of file cubics.hpp.

◆ get_lmat()

auto teqp::QuantumCorrectedPR::get_lmat ( ) const
inline

Definition at line 800 of file cubics.hpp.

◆ get_pc_Pa()

auto teqp::QuantumCorrectedPR::get_pc_Pa ( ) const
inline

Definition at line 802 of file cubics.hpp.

◆ get_Tc_K()

auto teqp::QuantumCorrectedPR::get_Tc_K ( ) const
inline

Definition at line 801 of file cubics.hpp.

◆ R()

template<class VecType >
auto teqp::QuantumCorrectedPR::R ( const VecType & ) const
inline

Universal gas constant, exact number.

Definition at line 796 of file cubics.hpp.

◆ superanc_rhoLV()

auto teqp::QuantumCorrectedPR::superanc_rhoLV ( double T) const
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.

Member Data Documentation

◆ Ru

const double teqp::QuantumCorrectedPR::Ru = get_R_gas<double>()

Definition at line 793 of file cubics.hpp.


The documentation for this class was generated from the following file: