mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Added triple point temperature
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -163,6 +163,8 @@ double AbstractState::trivial_keyed_output(int key)
|
||||
{
|
||||
case imolar_mass:
|
||||
return molar_mass();
|
||||
case iT_triple:
|
||||
return Ttriple();
|
||||
case iT_reducing:
|
||||
return get_reducing().T;
|
||||
case irhomolar_reducing:
|
||||
|
||||
Reference in New Issue
Block a user