CoolProp
6.6.0
An open-source fluid property and humid air property database
|
Definition at line 11 of file DataStructures.cpp.
Public Attributes | |
int | key |
const char * | short_desc |
const char * | IO |
const char * | units |
const char * | description |
bool | trivial |
True if the input is trivial, and can be directly calculated (constants like critical properties, etc.) More... | |
const char * CoolProp::parameter_info::description |
Definition at line 14 of file DataStructures.cpp.
const char * CoolProp::parameter_info::IO |
Definition at line 14 of file DataStructures.cpp.
int CoolProp::parameter_info::key |
Definition at line 13 of file DataStructures.cpp.
const char* CoolProp::parameter_info::short_desc |
Definition at line 14 of file DataStructures.cpp.
bool CoolProp::parameter_info::trivial |
True if the input is trivial, and can be directly calculated (constants like critical properties, etc.)
Definition at line 15 of file DataStructures.cpp.
const char * CoolProp::parameter_info::units |
Definition at line 14 of file DataStructures.cpp.