4 lines
80 B
Matlab
4 lines
80 B
Matlab
function mdot = massFlux(d)
|
|
% MASSFLUX -
|
|
%
|
|
mdot = domain_methods(d.dom_id, 17);
|