formula_8_19
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_19
Formula 8.19 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot19CheckBendingMoment–Class representing formula 8.19 for the test of the bending moment.
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_19.Form8Dot19CheckBendingMoment
Form8Dot19CheckBendingMoment(m_ed: NMM, m_c_rd: NMM)
Bases: ComparisonFormula
Class representing formula 8.19 for the test of the bending moment.
Check the bending moment.
EN 1993-1-1:2022 art.8.2.5(1) - Formula (8.19)
Parameters:
-
m_ed(NMM) –[\(M_{Ed}\)] Design bending moment [\(Nmm\)].
-
m_c_rd(NMM) –[\(M_{c,Rd}\)] The design resistance for bending about one principal axis of a cross-section [\(Nmm\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_19.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_19.Form8Dot19CheckBendingMoment.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.19.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_19.py
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 90 91 | |