formula_8_26
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_26
Formula 8.26 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot26ShearStressIOrHSection–Class representing formula 8.26 for the calculation of [\(\tau_{Ed}\)].
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_26.Form8Dot26ShearStressIOrHSection
Form8Dot26ShearStressIOrHSection(v_ed: N, a_w: MM2, a_f: MM2)
Bases: Formula
Class representing formula 8.26 for the calculation of [\(\tau_{Ed}\)].
[\(\tau_{Ed}\)] Calculation of the design elastic shear stress [\(MPa\)]. For I- or H-sections the shear stress in the web may be taken with this equation.
EN 1993-1-1:2022 art.8.2.6(5) - Formula (8.26)
Parameters:
-
v_ed(N) –[\(V_{Ed}\)] Design shear force [\(N\)].
-
a_w(MM2) –[\(A_w\)] Area of the web [\(mm^2\)].
-
a_f(MM2) –[\(A_f\)] Area of one flange [\(mm^2\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_26.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 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_26.Form8Dot26ShearStressIOrHSection.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.26.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_26.py
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | |