cantera/interfaces/matlab/toolbox/@ThermoPhase/setState_satVapor.m

6 lines
158 B
Matlab

function setState_satVapor(tp)
% SETSTATE_SATVAPOR Set the fluid to the saturated vapor state at the
% current temperature.
%
thermo_set(tp.tp_id, 3, 0);