formula_6_22
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_22
Formula 6.22 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot22CheckShearBucklingResistance–Class representing formula 6.22 for checking shear buckling resistance for webs without intermediate stiffeners.
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_22.Form6Dot22CheckShearBucklingResistance
Form6Dot22CheckShearBucklingResistance(
h_w: MM, t_w: MM, epsilon: DIMENSIONLESS, eta: DIMENSIONLESS = 1.0
)
Bases: Formula
Class representing formula 6.22 for checking shear buckling resistance for webs without intermediate stiffeners.
Check the shear buckling resistance for webs without intermediate stiffeners.
EN 1993-1-1:2005 art.6.2.6(6) - Formula (6.22)
Parameters:
-
h_w(MM) –[\(h_{w}\)] Web height [mm].
-
t_w(MM) –[\(t_{w}\)] Web thickness [mm].
-
epsilon(DIMENSIONLESS) –[\(\epsilon\)] Coefficient depending on \(f_y\) [-].
-
eta(DIMENSIONLESS, default:1.0) –[\(\eta\)] See section 5 of EN 1993-1-5, conservatively taken as 1.0 [-].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_22.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_22.Form6Dot22CheckShearBucklingResistance.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.22.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_22.py
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | |