5 lines
160 B
Matlab
5 lines
160 B
Matlab
function a = setState_satLiquid(a)
|
|
% SETSTATE_SATLIQUID Set the fluid to the saturated liquid state
|
|
% at the current temperature.
|
|
%
|
|
thermo_set(a.tp_id,2,0);
|