initial import

This commit is contained in:
Dave Goodwin 2004-03-18 13:26:13 +00:00
parent d0d77d1079
commit b3a93657d0
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
function a = setState_Psat(a,px)
% SETSTATE_PSAT Set the fluid to a saturated state at
% pressure P
%
thermo_set(a.tp_id,24,px);

View file

@ -0,0 +1,5 @@
function a = setState_Tsat(a,tx)
% SETSTATE_TSAT Set the fluid to a saturated state at
% temperature t
%
thermo_set(a.tp_id,25,tx);