mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Returning Prandtl number works; closes #466
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -287,6 +287,8 @@ double AbstractState::keyed_output(int key)
|
||||
return viscosity();
|
||||
case iconductivity:
|
||||
return conductivity();
|
||||
case iPrandtl:
|
||||
return Prandtl();
|
||||
case isurface_tension:
|
||||
return surface_tension();
|
||||
case iPhase:
|
||||
|
||||
Reference in New Issue
Block a user