CoolProp 8.0.0
An open-source fluid property and humid air property database
Public Attributes | List of all members
CoolProp::SpinodalData Class Reference

Detailed Description

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 22 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...
 

Member Data Documentation

◆ delta

std::vector<double> CoolProp::SpinodalData::delta

The reduced density ( \(\delta=\rho/\rho_r\))

Definition at line 26 of file AbstractState.h.

◆ M1

std::vector<double> CoolProp::SpinodalData::M1

The determinant of the scaled matrix for the second criticality condition.

Definition at line 27 of file AbstractState.h.

◆ tau

std::vector<double> CoolProp::SpinodalData::tau

The reciprocal reduced temperature ( \(\tau=T_r/T\))

Definition at line 25 of file AbstractState.h.


The documentation for this class was generated from the following file: