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
R1233zd(E).h
Go to the documentation of this file.
1 #ifndef R1233ZDE_H
2 #define R1233ZDE_H
3 
4 class R1233zdEClass : public Fluid {
5 
6 public:
9  double psat(double);
10  double rhosatL(double);
11  double rhosatV(double);
12 };
13 
14 #endif
double rhosatL(double)
Definition: R1233zd(E).cpp:71
Fluid is the abstract base class that is employed by all the other fluids.
Definition: FluidClass.h:147
double psat(double)
Definition: R1233zd(E).cpp:58
double rhosatV(double)
Definition: R1233zd(E).cpp:86