4 lines
100 B
Matlab
4 lines
100 B
Matlab
function v = critDensity(a)
|
|
% CRITDENSITY - Critical density [kg/m3].
|
|
%
|
|
v = thermo_get(a.tp_id,21);
|