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
Fluorine.h
Go to the documentation of this file.
1 #ifndef FLUORINE_H
2 #define FLUORINE_H
3 
4 class FluorineClass : public Fluid {
5 
6 public:
9  double psat(double);
10  double rhosatL(double);
11  double rhosatV(double);
12  /*double viscosity_Trho(double T, double rho);
13  double conductivity_Trho(double T, double rho);*/
14  //void ECSParams(double *e_k, double *sigma)
15  //{
16  // // from Kiselev 2005
17  // *e_k = 362.6;
18  // *sigma = 0.453;
19  //};
20  double surface_tension_T(double);
21 };
22 
23 #endif
double psat(double)
Definition: Fluorine.cpp:57
double surface_tension_T(double)
Definition: Fluorine.cpp:97
Fluid is the abstract base class that is employed by all the other fluids.
Definition: FluidClass.h:147
~FluorineClass()
Definition: Fluorine.h:8
double rhosatL(double)
Definition: Fluorine.cpp:70
double rhosatV(double)
Definition: Fluorine.cpp:84