Description Usage Arguments Value
Calculate the overall buckling resistance of member about y-y axis, based on EC3 Approach.
L_e=kL
[mm] where L is the critical length for buckling about major axis y-y Steps of the check performed for laced struts:
Plastic resistance of the cross-section to compression [kN]
N_{pl,R_d}= 2(A \, fy)
The Euler buckling load [kN]
N_{cr,X}=\frac{π^2 \, E \, I_{yy}}{{L_e}^2}
Relative slenderness [dimensionless]
\bar{λ_X} = √{ \frac{N_{pl,R_d}}{N_{cr,X}} }
Calculate Φ_X parameter for slenderness reduction factor
Φ_X = 0.5 ≤ft[ 1 + α ≤ft( \bar{λ_X}-0.2 \right) + {\bar{λ_X}}^2 \right]
Slenderness reduction factor [dimensionless]
X_x = \frac{1}{ Φ_X+√{{Φ_X}^2-{\bar{λ_X}}^2} }
Output overall buckling resistance of the struts about y-y axis [kN]
N_{b,R_d,X}=X_X \, N_{pl,R_d}
The partial factors γ_M that are applied to resistance of members to instability: γ_{M_1} = 1
1 2 3 4 5 6 7 8 9 | check_overall_buckling_resistance_about_yy_axis(
trial_member_size,
member_type,
steel_grade,
k,
L,
E,
list_reference_tables
)
|
trial_member_size |
Trial member size |
member_type |
member_type, categorical: 'UC' or 'UB' |
steel_grade |
steel_grade [N/{mm}^2], categorical: 'S355' or 'S275' |
k |
Coefficient [dimensionless] |
L |
Total length of member [m] |
E |
Young's Modulus of Elasticity [GPa] |
list_reference_tables |
List of reference tables |
N_{b,Rd,X} Overall buckling resistance of struts about major y-y axis [kN]
N_{b,R_d,X}
f_y
N_{pl,R_d}
N_{cr,X}
N_{cr,X}
{\bar{λ_X}}
α_{yy}
X
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.