Triangular weir modelling
Weirs Laws
% T : 1 for true V-Notch % T : 2 pour V-Notch equivalent % h : upstream level % Q : discharge % Initialisation --------------------------------------------- if (T==1) % triangular weir else % Equivalent horizontal weir if (h>0) Q=Cd*R2G*L*h^1.5; end if (h>e) end if (h>2*e) end if (h>3*e) end if (h>4*e) end end