formula_8_27
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_27
Formula 8.27 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot27CheckShearBucklingResistance–Class representing formula 8.27 for checking shear buckling resistance for webs without intermediate stiffeners.
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_27.Form8Dot27CheckShearBucklingResistance
Form8Dot27CheckShearBucklingResistance(
h_w: MM, t_w: MM, epsilon: DIMENSIONLESS, eta: DIMENSIONLESS = 1.0
)
Bases: ComparisonFormula
Class representing formula 8.27 for checking shear buckling resistance for webs without intermediate stiffeners.
Check the shear buckling resistance for webs without intermediate stiffeners.
EN 1993-1-1:2022 art.8.2.6(6) - Formula (8.27)
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_2022/chapter_8_ultimate_limit_state/formula_8_27.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_27.Form8Dot27CheckShearBucklingResistance.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.27.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_27.py
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | |