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 Attributes | List of all members
SuccessiveSubstitutionStep Struct Reference

#include <Mixtures.h>

Public Attributes

double T
 Temperature [K]. More...
 
double p
 Pressure [kPa]. More...
 
std::vector< double > K
 K-factor [-]. More...
 
std::vector< double > lnK
 Natural logarithm of K-factor [-]. More...
 
std::vector< double > ln_phi_liq
 Natural logarithm of fugacity coeff. in liq. phase [-]. More...
 
std::vector< double > ln_phi_vap
 Natural logarithm of fugacity coeff. in vapor phase [-]. More...
 

Detailed Description

A structure to hold information at one iteration of successive substitution for later checking, plotting, etc. By default this is not used, but it can be enabled.

Definition at line 289 of file Mixtures.h.

Member Data Documentation

std::vector<double> SuccessiveSubstitutionStep::K

K-factor [-].

Definition at line 293 of file Mixtures.h.

std::vector<double> SuccessiveSubstitutionStep::ln_phi_liq

Natural logarithm of fugacity coeff. in liq. phase [-].

Definition at line 293 of file Mixtures.h.

std::vector<double> SuccessiveSubstitutionStep::ln_phi_vap

Natural logarithm of fugacity coeff. in vapor phase [-].

Definition at line 293 of file Mixtures.h.

std::vector<double> SuccessiveSubstitutionStep::lnK

Natural logarithm of K-factor [-].

Definition at line 293 of file Mixtures.h.

double SuccessiveSubstitutionStep::p

Pressure [kPa].

Definition at line 291 of file Mixtures.h.

double SuccessiveSubstitutionStep::T

Temperature [K].

Definition at line 291 of file Mixtures.h.


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