Loi des seuils
function [Q] = vnotch(T,h,alfa,Cd,e) % T : 1 pour vrai V-Notch % T : 2 pour V-Notch equivalent % h : cote amont % Q : debit % Initialisation --------------------------------------------- R2G = sqrt(2*9.81); if (T==1) % Seuil triangulaire Q=1.32*tan(alfa/2)*h^2.47; (...)