6 lines
161 B
Matlab
6 lines
161 B
Matlab
function setState_satLiquid(tp)
|
|
% SETSTATE_SATLIQUID Set the fluid to the saturated liquid state
|
|
% at the current temperature.
|
|
%
|
|
|
|
thermo_set(tp.tp_id, 2, 0);
|