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
Xylene_EthylBenzene.h
Go to the documentation of this file.
1 #ifndef XYLENE_ETHYLBENZENE_H
2 #define XYLENE_ETHYLBENZENE_H
3 
4 class oXyleneClass : public Fluid {
5 
6 public:
7  oXyleneClass();
9  double psat(double);
10  double rhosatL(double);
11  double rhosatV(double);
12 };
13 
14 class mXyleneClass : public Fluid {
15 
16 public:
17  mXyleneClass();
19  double psat(double);
20  double rhosatL(double);
21  double rhosatV(double);
22 };
23 
24 class pXyleneClass : public Fluid {
25 
26 public:
27  pXyleneClass();
29  double psat(double);
30  double rhosatL(double);
31  double rhosatV(double);
32 };
33 
34 class EthylBenzeneClass : public Fluid {
35 
36 public:
39  double psat(double);
40  double rhosatL(double);
41  double rhosatV(double);
42 };
43 
44 #endif
double psat(double)
double rhosatV(double)
double psat(double)
double rhosatL(double)
double rhosatL(double)
Fluid is the abstract base class that is employed by all the other fluids.
Definition: FluidClass.h:147
double rhosatV(double)
double rhosatV(double)
double rhosatL(double)
double psat(double)