Modélisation des seuils triangulaires
Loi des seuils
% T : 1 pour vrai V-Notch % T : 2 pour V-Notch equivalent % h : cote amont % Q : debit % Initialisation --------------------------------------------- if (T==1) % Seuil triangulaire else % Seuils horizontaux équivalents 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