CoolProp 7.0.0
An open-source fluid property and humid air property database
|
Definition at line 11 of file DataStructures.cpp.
Public Attributes | |
int | key |
std::string | short_desc |
std::string | IO |
std::string | units |
std::string | description |
bool | trivial |
True if the input is trivial, and can be directly calculated (constants like critical properties, etc.) More... | |
std::string CoolProp::parameter_info::description |
Definition at line 14 of file DataStructures.cpp.
std::string 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.
std::string 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.
std::string CoolProp::parameter_info::units |
Definition at line 14 of file DataStructures.cpp.