CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
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>
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 |
Enumerator | |
---|---|
SSAT_MAX_NOT_SET | |
SSAT_MAX_DOESNT_EXIST | |
SSAT_MAX_DOES_EXIST |
Definition at line 47 of file DataStructures.h.
|
inline |
Definition at line 54 of file DataStructures.h.
SsatSimpleStateEnum CoolProp::SsatSimpleState::exists |
Definition at line 53 of file DataStructures.h.