mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
7 lines
120 B
Mathematica
7 lines
120 B
Mathematica
try
|
|
disp('NBP of water is:')
|
|
CoolProp.PropsSI('T','P',101325,'Q',0,'Water')
|
|
exit
|
|
catch err
|
|
error('err')
|
|
end |