CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Member Functions | Public Attributes | List of all members
CoolProp::GuessesStructure Class Reference

Detailed Description

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...
 

Constructor & Destructor Documentation

◆ GuessesStructure()

CoolProp::GuessesStructure::GuessesStructure ( )
inline

Definition at line 45 of file AbstractState.h.

Member Function Documentation

◆ clear()

void CoolProp::GuessesStructure::clear ( )
inline

Definition at line 48 of file AbstractState.h.

Member Data Documentation

◆ hmolar

double CoolProp::GuessesStructure::hmolar

molar enthalpy in J/mol

Definition at line 39 of file AbstractState.h.

◆ p

double CoolProp::GuessesStructure::p

pressure in Pa

Definition at line 37 of file AbstractState.h.

◆ rhomolar

double CoolProp::GuessesStructure::rhomolar

molar density in mol/m^3

Definition at line 38 of file AbstractState.h.

◆ rhomolar_liq

double CoolProp::GuessesStructure::rhomolar_liq

molar density of the liquid phase in mol/m^3

Definition at line 41 of file AbstractState.h.

◆ rhomolar_vap

double CoolProp::GuessesStructure::rhomolar_vap

molar density of the vapor phase in mol/m^3

Definition at line 42 of file AbstractState.h.

◆ smolar

double CoolProp::GuessesStructure::smolar

molar entropy in J/mol/K

Definition at line 40 of file AbstractState.h.

◆ T

double CoolProp::GuessesStructure::T

temperature in K

Definition at line 36 of file AbstractState.h.

◆ x

std::vector<double> CoolProp::GuessesStructure::x

molar composition of the liquid phase

Definition at line 43 of file AbstractState.h.

◆ y

std::vector<double> CoolProp::GuessesStructure::y

molar composition of the vapor phase

Definition at line 44 of file AbstractState.h.


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