CoolProp
6.6.0
An open-source fluid property and humid air property database
|
This simple class holds the values for guesses for use in some solvers that have the ability to use guess values intelligently
Definition at line 33 of file AbstractState.h.
#include <AbstractState.h>
Public Member Functions | |
GuessesStructure () | |
void | clear () |
Public Attributes | |
double | T |
temperature in K More... | |
double | p |
pressure in Pa More... | |
double | rhomolar |
molar density in mol/m^3 More... | |
double | hmolar |
molar enthalpy in J/mol More... | |
double | smolar |
molar entropy in J/mol/K More... | |
double | rhomolar_liq |
molar density of the liquid phase in mol/m^3 More... | |
double | rhomolar_vap |
molar density of the vapor phase in mol/m^3 More... | |
std::vector< double > | x |
molar composition of the liquid phase More... | |
std::vector< double > | y |
molar composition of the vapor phase More... | |
|
inline |
Definition at line 45 of file AbstractState.h.
|
inline |
Definition at line 48 of file AbstractState.h.
double CoolProp::GuessesStructure::hmolar |
molar enthalpy in J/mol
Definition at line 39 of file AbstractState.h.
double CoolProp::GuessesStructure::p |
pressure in Pa
Definition at line 37 of file AbstractState.h.
double CoolProp::GuessesStructure::rhomolar |
molar density in mol/m^3
Definition at line 38 of file AbstractState.h.
double CoolProp::GuessesStructure::rhomolar_liq |
molar density of the liquid phase in mol/m^3
Definition at line 41 of file AbstractState.h.
double CoolProp::GuessesStructure::rhomolar_vap |
molar density of the vapor phase in mol/m^3
Definition at line 42 of file AbstractState.h.
double CoolProp::GuessesStructure::smolar |
molar entropy in J/mol/K
Definition at line 40 of file AbstractState.h.
double CoolProp::GuessesStructure::T |
temperature in K
Definition at line 36 of file AbstractState.h.
std::vector<double> CoolProp::GuessesStructure::x |
molar composition of the liquid phase
Definition at line 43 of file AbstractState.h.
std::vector<double> CoolProp::GuessesStructure::y |
molar composition of the vapor phase
Definition at line 44 of file AbstractState.h.