CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
This structure holds values obtained while tracing the spinodal curve (most often in the process of finding critical points, but not only)
Definition at line 23 of file AbstractState.h.
#include <AbstractState.h>
Public Attributes | |
std::vector< double > | tau |
The reciprocal reduced temperature ( \(\tau=T_r/T\)) More... | |
std::vector< double > | delta |
The reduced density ( \(\delta=\rho/\rho_r\)) More... | |
std::vector< double > | M1 |
The determinant of the scaled matrix for the second criticality condition. More... | |
std::vector<double> CoolProp::SpinodalData::delta |
The reduced density ( \(\delta=\rho/\rho_r\))
Definition at line 27 of file AbstractState.h.
std::vector<double> CoolProp::SpinodalData::M1 |
The determinant of the scaled matrix for the second criticality condition.
Definition at line 28 of file AbstractState.h.
std::vector<double> CoolProp::SpinodalData::tau |
The reciprocal reduced temperature ( \(\tau=T_r/T\))
Definition at line 26 of file AbstractState.h.