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
Undecane.h
Go to the documentation of this file.
1 #ifndef UNDECANE_H
2 #define UNDECANE_H
3 
4 class UndecaneClass : 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: Undecane.cpp:74
double psat(double)
Definition: Undecane.cpp:60
Fluid is the abstract base class that is employed by all the other fluids.
Definition: FluidClass.h:147
~UndecaneClass()
Definition: Undecane.h:8
double rhosatV(double)
Definition: Undecane.cpp:89