mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-30 08:18:18 -05:00
Fixed evaluation AT the critical point
Closes https://github.com/CoolProp/CoolProp/issues/178 Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -964,6 +964,8 @@ std::string phase_lookup_string(phases Phase)
|
||||
return "supercritical_gas";
|
||||
case iphase_supercritical_liquid: ///< Supercritical liquid (p > pc, T < Tc)
|
||||
return "supercritical_liquid";
|
||||
case iphase_critical_point: ///< At the critical point
|
||||
return "critical_point";
|
||||
case iphase_gas: ///< Subcritical gas
|
||||
return "gas";
|
||||
case iphase_twophase: ///< Twophase
|
||||
|
||||
Reference in New Issue
Block a user