CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
PhaseEnvelopeLog Struct Reference

#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
 

Detailed Description

Definition at line 393 of file Mixtures.h.

Member Function Documentation

void PhaseEnvelopeLog::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 
)
inline

Definition at line 399 of file Mixtures.h.

Member Data Documentation

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.


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