cantera/interfaces/matlab/toolbox/@ThermoPhase/isothermalCompressibility.m
2014-01-08 17:10:41 +00:00

8 lines
No EOL
262 B
Matlab

function b = isothermalCompressibility(a)
% ISOTHERMALCOMPRESSIBILITY - Isothermal Compressibility [1/Pa]
%
% b = isothermalCompressibility(a)
% Return the isothermal compressibility of ThermoPhase a
% in units of 1/Pa
%
b = thermo_get(a.tp_id,26);