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
DMC.h
Go to the documentation of this file.
1 #ifndef DMC_H
2 #define DMC_H
3 
4 class DimethylCarbonateClass : public Fluid {
5 
6 public:
9  double psat(double);
10  double rhosatL(double);
11  double rhosatV(double);
12 };
13 
14 #endif
double psat(double)
Definition: DMC.cpp:67
Fluid is the abstract base class that is employed by all the other fluids.
Definition: FluidClass.h:147
double rhosatV(double)
Definition: DMC.cpp:96
~DimethylCarbonateClass()
Definition: DMC.h:8
double rhosatL(double)
Definition: DMC.cpp:81