CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <Mixtures.h>
Public Member Functions | |
void | store_variables (const double T, const double p, const double rhobar_liq, const double rhobar_vap, const std::vector< double > &K, const int iS, const std::vector< double > &x, const std::vector< double > &y, const unsigned int N) |
Public Attributes | |
std::vector< std::vector < double > > | K |
std::vector< std::vector < double > > | lnK |
std::vector< std::vector < double > > | x |
std::vector< std::vector < double > > | y |
std::vector< double > | T |
std::vector< double > | p |
std::vector< double > | lnT |
std::vector< double > | lnp |
std::vector< double > | rhobar_liq |
std::vector< double > | rhobar_vap |
std::vector< double > | lnrhobar_liq |
std::vector< double > | lnrhobar_vap |
std::vector< int > | iS |
Definition at line 393 of file Mixtures.h.
|
inline |
Definition at line 399 of file Mixtures.h.
std::vector<int> PhaseEnvelopeLog::iS |
Definition at line 397 of file Mixtures.h.
std::vector< std::vector<double> > PhaseEnvelopeLog::K |
Definition at line 395 of file Mixtures.h.
std::vector< std::vector<double> > PhaseEnvelopeLog::lnK |
Definition at line 395 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::lnp |
Definition at line 396 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::lnrhobar_liq |
Definition at line 396 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::lnrhobar_vap |
Definition at line 396 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::lnT |
Definition at line 396 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::p |
Definition at line 396 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::rhobar_liq |
Definition at line 396 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::rhobar_vap |
Definition at line 396 of file Mixtures.h.
std::vector<double> PhaseEnvelopeLog::T |
Definition at line 396 of file Mixtures.h.
std::vector< std::vector<double> > PhaseEnvelopeLog::x |
Definition at line 395 of file Mixtures.h.
std::vector< std::vector<double> > PhaseEnvelopeLog::y |
Definition at line 395 of file Mixtures.h.