MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / get_spinodal_data

Method get_spinodal_data

include/CoolProp/AbstractState.h:1054–1056  ·  view source on GitHub ↗

Get the data from the spinodal curve constructed in the call to build_spinodal()

Source from the content-addressed store, hash-verified

1052
1053 /// Get the data from the spinodal curve constructed in the call to build_spinodal()
1054 SpinodalData get_spinodal_data() {
1055 return calc_get_spinodal_data();
1056 };
1057
1058 /// Calculate the criticality contour values \f$\mathcal{L}_1^*\f$ and \f$\mathcal{M}_1^*\f$
1059 void criticality_contour_values(double& L1star, double& M1star) {

Calls

no outgoing calls

Tested by 1