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

Member Data Documentation

◆ description

const char * CoolProp::parameter_info::description

Definition at line 14 of file DataStructures.cpp.

◆ IO

const char * 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

const char* 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

const char * CoolProp::parameter_info::units

Definition at line 14 of file DataStructures.cpp.


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