CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <FluidClass.h>
Public Member Functions | |
CriticalSplineStruct_T () | |
CriticalSplineStruct_T (double Tend, double rhoendL, double rhoendV, double drhoLdT_sat, double drhoVdT_sat) | |
double | interpolate_rho (Fluid *pFluid, int phase, double T) |
Public Attributes | |
double | Tend |
The last temperature for which the conventional methods can be used. More... | |
double | rhoendL |
Saturated liquid density at the last temperature for which the conventional methods can be used. More... | |
double | rhoendV |
Saturated vapor density at the last temperature for which the conventional methods can be used. More... | |
double | drhoLdT_sat |
Derivative of density w.r.t. temperature along the saturated liquid curve. More... | |
double | drhoVdT_sat |
Derivative of density w.r.t. temperature along the saturated vapor curve. More... | |
Definition at line 88 of file FluidClass.h.
|
inline |
Definition at line 91 of file FluidClass.h.
|
inline |
Definition at line 92 of file FluidClass.h.
double CriticalSplineStruct_T::interpolate_rho | ( | Fluid * | pFluid, |
int | phase, | ||
double | T | ||
) |
Interpolate within the spline to get the density
pFluid | Pointer to fluid of interest |
phase | Integer for phase (0=liquid, 1 = vapor) |
T | Tempeature [K] |
Definition at line 3827 of file FluidClass.cpp.
double CriticalSplineStruct_T::drhoLdT_sat |
Derivative of density w.r.t. temperature along the saturated liquid curve.
Definition at line 112 of file FluidClass.h.
double CriticalSplineStruct_T::drhoVdT_sat |
Derivative of density w.r.t. temperature along the saturated vapor curve.
Definition at line 114 of file FluidClass.h.
double CriticalSplineStruct_T::rhoendL |
Saturated liquid density at the last temperature for which the conventional methods can be used.
Definition at line 108 of file FluidClass.h.
double CriticalSplineStruct_T::rhoendV |
Saturated vapor density at the last temperature for which the conventional methods can be used.
Definition at line 110 of file FluidClass.h.
double CriticalSplineStruct_T::Tend |
The last temperature for which the conventional methods can be used.
Definition at line 106 of file FluidClass.h.