#include <softsaft.hpp>
|
Eigen::ArrayXd | toEig (const std::vector< double > &x) |
|
| SoftSAFT (const Eigen::ArrayXd &m, const Eigen::ArrayXd &epsilon_over_k, const Eigen::ArrayXd &sigma_m) |
|
| SoftSAFT (const nlohmann::json &j) |
|
template<class VecType > |
auto | R (const VecType &molefrac) const |
|
template<typename TType , typename RhoType , typename MoleFracType > |
auto | alphar (const TType &T, const RhoType &rhomolar, const MoleFracType &molefracs) const |
|
Definition at line 32 of file softsaft.hpp.
◆ SoftSAFT() [1/2]
teqp::saft::softsaft::SoftSAFT::SoftSAFT |
( |
const Eigen::ArrayXd & | m, |
|
|
const Eigen::ArrayXd & | epsilon_over_k, |
|
|
const Eigen::ArrayXd & | sigma_m ) |
|
inline |
◆ SoftSAFT() [2/2]
teqp::saft::softsaft::SoftSAFT::SoftSAFT |
( |
const nlohmann::json & | j | ) |
|
|
inline |
◆ alphar()
template<typename TType , typename RhoType , typename MoleFracType >
auto teqp::saft::softsaft::SoftSAFT::alphar |
( |
const TType & | T, |
|
|
const RhoType & | rhomolar, |
|
|
const MoleFracType & | molefracs ) const |
|
inline |
◆ R()
template<class VecType >
auto teqp::saft::softsaft::SoftSAFT::R |
( |
const VecType & | molefrac | ) |
const |
|
inline |
◆ toEig()
Eigen::ArrayXd teqp::saft::softsaft::SoftSAFT::toEig |
( |
const std::vector< double > & | x | ) |
|
|
inline |
◆ epsilon_over_k
Eigen::ArrayXd teqp::saft::softsaft::SoftSAFT::epsilon_over_k |
◆ Johnson
Eigen::ArrayXd teqp::saft::softsaft::SoftSAFT::m |
◆ sigma_m
Eigen::ArrayXd teqp::saft::softsaft::SoftSAFT::sigma_m |
◆ sigma_m3
Eigen::ArrayXd teqp::saft::softsaft::SoftSAFT::sigma_m3 |
The documentation for this class was generated from the following file: