|
teqp 0.23.1
|
#include <GERG.hpp>
Classes | |
| struct | TcVc |
| struct | Matrices |
Public Types | |
| using | GetPureInfo = std::function<PureInfo(const std::string&)> |
| using | GetBetasGammas = std::function<BetasGammas(const std::string&,const std::string&)> |
Public Member Functions | |
| GERG200XReducing (const std::vector< std::string > &names, const GetPureInfo &get_pure_info, const GetBetasGammas &get_betasgammas) | |
| auto | get_Tcvec () const |
| auto | get_vcvec () const |
| template<typename MoleFractions> | |
| auto | Y (const MoleFractions &z, const std::vector< double > &Yc, const Eigen::ArrayXXd &beta, const Eigen::ArrayXXd &Yij) const |
| template<typename MoleFractions> | |
| auto | get_Tr (const MoleFractions &z) const |
| template<typename MoleFractions> | |
| auto | get_rhor (const MoleFractions &z) const |
Public Attributes | |
| GetPureInfo | _get_pure_info |
| GetBetasGammas | _get_betasgammas |
| using teqp::GERGGeneral::GERG200XReducing::GetBetasGammas = std::function<BetasGammas(const std::string&,const std::string&)> |
| using teqp::GERGGeneral::GERG200XReducing::GetPureInfo = std::function<PureInfo(const std::string&)> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| GetBetasGammas teqp::GERGGeneral::GERG200XReducing::_get_betasgammas |
| GetPureInfo teqp::GERGGeneral::GERG200XReducing::_get_pure_info |