CoolProp 7.0.0
An open-source fluid property and humid air property database
Public Attributes | List of all members
CoolProp::parameter_info Struct Reference

Detailed Description

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

Member Data Documentation

◆ description

std::string CoolProp::parameter_info::description

Definition at line 14 of file DataStructures.cpp.

◆ IO

std::string CoolProp::parameter_info::IO

Definition at line 14 of file DataStructures.cpp.

◆ key

int CoolProp::parameter_info::key

Definition at line 13 of file DataStructures.cpp.

◆ short_desc

std::string CoolProp::parameter_info::short_desc

Definition at line 14 of file DataStructures.cpp.

◆ trivial

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.

◆ units

std::string CoolProp::parameter_info::units

Definition at line 14 of file DataStructures.cpp.


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