cantera/interfaces/matlab/toolbox/@Wall/area.m

10 lines
202 B
Matlab

function a = area(w)
% AREA Get the area of the wall.
% a = area(w)
% :param w:
% Instance of class :mat:func:`Wall`
% :return:
% Area of the wall in m**2
%
a = wallmethods(23, wall_hndl(w));