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
R161_Fluoroethane.h
Go to the documentation of this file.
1 #ifndef R161EA_H
2 #define R161EA_H
3 
4 class R161Class : public Fluid {
5 
6 public:
7  R161Class();
8  ~R161Class(){};
9  double psat(double);
10  double rhosatL(double);
11  double rhosatV(double);
12  double surface_tension_T(double T)
13  {
14  // Mulero, 2012
15  return 0.05385*pow(1-T/reduce.T,1.111);
16  }
17 };
18 
19 #endif
double psat(double)
struct CriticalStruct reduce
A pointer to the point that is used to reduce the T and rho for EOS.
Definition: FluidClass.h:222
Fluid is the abstract base class that is employed by all the other fluids.
Definition: FluidClass.h:147
double surface_tension_T(double T)
double rhosatL(double)
double rhosatV(double)