cantera/interfaces/matlab/toolbox/@ThermoPhase/calculatePsat.m
2013-07-03 15:44:52 +00:00

4 lines
174 B
Matlab

function v = calculatePsat(a, T)
% calcPsat - Calculate saturation pressure for temperature T (in K) for a
% fluid with the MFTP thermo model.
v = thermo_get(a.tp_id,26,T);