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
Siloxanes.h
Go to the documentation of this file.
1 #ifndef SILOXANES_H
2 #define SILOXANES_H
3 
4 //MDM
6 
7 public:
10  double psat(double);
11  double rhosatL(double);
12  double rhosatV(double);
13  double ECS_psi_viscosity(double rhor)
14  {
15  // Fit of saturated liquid data from DIPPR 801
16  return 1.42859-0.144404*rhor;
17  };
18 };
19 
20 //MD2M
22 
23 public:
26  double psat(double);
27  double rhosatL(double);
28  double rhosatV(double);
29 };
30 
31 //MD3M
33 
34 public:
37  double psat(double);
38  double rhosatL(double);
39  double rhosatV(double);
40 };
41 
42 //D6
44 
45 public:
48  double psat(double);
49  double rhosatL(double);
50  double rhosatV(double);
51 };
52 
53 //MM
55 
56 public:
59  double psat(double);
60  double rhosatL(double);
61  double rhosatV(double);
62  double ECS_psi_viscosity(double rhor)
63  {
64  // Fit of saturated liquid datasets from DIPPR 801
65  return 1.35719-0.127828*rhor;
66  };
67 };
68 
69 //MD4M
71 
72 public:
75  double psat(double);
76  double rhosatL(double);
77  double rhosatV(double);
78 };
79 
80 //D4
82 
83 public:
86  double psat(double);
87  double rhosatL(double);
88  double rhosatV(double);
89 };
90 
91 //D5
93 
94 public:
97  double psat(double);
98  double rhosatL(double);
99  double rhosatV(double);
100 };
101 
102 #endif
double ECS_psi_viscosity(double rhor)
Definition: Siloxanes.h:62
Fluid is the abstract base class that is employed by all the other fluids.
Definition: FluidClass.h:147
double rhosatV(double)
Definition: Siloxanes.cpp:770
double ECS_psi_viscosity(double rhor)
Definition: Siloxanes.h:13
double rhosatL(double)
Definition: Siloxanes.cpp:759