Bonjour,
Comment encoder ce test de vérification?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
Lef1=L*0.5;  % m
Lef=Lef1+2*(hp/1000);  % m
G05=(E05*Gmean/E0mean)*1000;   % KN/m²
Itor=(1/3*(1-0.63*bp/hp)*hp*bp^3)*10^(-12);   % m^4
Sigmamcrit=(pi*sqrt(E05*Izp*G05*Itor)/Lef*Wy)*1000;         %KN/m²
Lambdarelm=sqrt(fmk*1000/Sigmamcrit);
Kcrit=1.56-0.75*Lambdarelm;
 
%%/!!\  Sigmamd doit être <= Kcrit*fmd  à mettre à jour
Merci d'avance