formula_6_24
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_24
Formula 6.24 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot24TotalTorsionalMoment–Class representing formula 6.24 for the calculation of [\(T_{Ed}\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_24.Form6Dot24TotalTorsionalMoment
Form6Dot24TotalTorsionalMoment(t_t_ed: NMM, t_w_ed: NMM)
Bases: Formula
Class representing formula 6.24 for the calculation of [\(T_{Ed}\)].
[\(T_{Ed}\)] Calculation of the total torsional moment [\(Nmm\)].
EN 1993-1-1:2005 art.6.2.7(2) - Formula (6.24)
Parameters:
-
t_t_ed(NMM) –[\(T_{t,Ed}\)] Internal St. Venant torsion [\(Nmm\)].
-
t_w_ed(NMM) –[\(T_{w,Ed}\)] Internal warping torsion [\(Nmm\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_24.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_24.Form6Dot24TotalTorsionalMoment.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.24.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_24.py
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | |