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

Detailed Description

A modified class for the state point at the maximum saturation entropy on the vapor curve.

Definition at line 45 of file DataStructures.h.

#include <DataStructures.h>

Inheritance diagram for CoolProp::SsatSimpleState:
CoolProp::SimpleState

Public Types

enum  SsatSimpleStateEnum { SSAT_MAX_NOT_SET = 0 , SSAT_MAX_DOESNT_EXIST , SSAT_MAX_DOES_EXIST }
 

Public Member Functions

 SsatSimpleState ()
 
- Public Member Functions inherited from CoolProp::SimpleState
 SimpleState ()
 
void fill (double v)
 
bool is_valid ()
 

Public Attributes

SsatSimpleStateEnum exists
 
- Public Attributes inherited from CoolProp::SimpleState
double rhomolar
 
double T
 
double p
 
double hmolar
 
double smolar
 
double umolar
 
double Q
 

Member Enumeration Documentation

◆ SsatSimpleStateEnum

Enumerator
SSAT_MAX_NOT_SET 
SSAT_MAX_DOESNT_EXIST 
SSAT_MAX_DOES_EXIST 

Definition at line 47 of file DataStructures.h.

Constructor & Destructor Documentation

◆ SsatSimpleState()

CoolProp::SsatSimpleState::SsatSimpleState ( )
inline

Definition at line 54 of file DataStructures.h.

Member Data Documentation

◆ exists

SsatSimpleStateEnum CoolProp::SsatSimpleState::exists

Definition at line 53 of file DataStructures.h.


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