formula_8_25
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_25
Formula 8.25 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot25ShearStress–Class representing formula 8.25 for the calculation of [\(\tau_{Ed}\)].
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_25.Form8Dot25ShearStress
Form8Dot25ShearStress(v_ed: N, s: MM3, i: MM4, t: MM)
Bases: Formula
Class representing formula 8.25 for the calculation of [\(\tau_{Ed}\)].
[\(\tau_{Ed}\)] Calculation of the design elastic shear stress [\(MPa\)].
EN 1993-1-1:2022 art.8.2.6(4) - Formula (8.25)
Parameters:
-
v_ed(N) –[\(V_{Ed}\)] Design value of the shear force [\(N\)].
-
s(MM3) –[\(S\)] First moment of area about the centroidal axis of that portion of the cross-section between the point at which the shear is required and the boundary of the cross-section [\(mm^3\)].
-
i(MM4) –[\(I\)] Second moment of area of the whole cross section [\(mm^4\)].
-
t(MM) –[\(t\)] Thickness at the examined point [\(mm\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_25.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 43 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_25.Form8Dot25ShearStress.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.25.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_25.py
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 85 86 87 88 89 | |