4 lines
111 B
Matlab
4 lines
111 B
Matlab
function v = cv_mass(tp)
|
|
% CV_MASS - Specific heat at constant volume [J/kg-K].
|
|
|
|
v = thermo_get(tp.tp_id, 14);
|