CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GlobalConstants.h
Go to the documentation of this file.
1 
2 #ifndef GLOBALCONSTANTS_H
3 #define GLOBALCONSTANTS_H
4 
5 /* --------------------------------------------------
6 // Define some constants that will be used throughout
7 // --------------------------------------------------
8 */
9 
10 /* These are constants for the input and output parameters */
11 enum params {
12  /* Properties and others */
14  /* Constants */
16  /* Reduced quantities; triple point and critical point */
18  /* Phase identifiers */
20  /* Ancillary equations */
22  /* Derivatives */
30 };
31 
32 /* These are constants for the phases of the fluid */
34 
35 /* These are constants for the units */
37 
38 /* These are constants for the unit systems (currently only SI and KSI are supported) */
40 
41 /* These are unit types for the fluid */
43 
44 #endif
fluid_types
unit_systems
phases
params
unit_constants