formula_8_53
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_53
Formula 8.53 from FprEN 1992-1-1:2023: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot53TensileChordLimitForIntermediateSupportOrConcentratedLoads–Class representing formula 8.53 for the calculation of the tensile chord limit in case of direct intermediate
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_53.Form8Dot53TensileChordLimitForIntermediateSupportOrConcentratedLoads
Form8Dot53TensileChordLimitForIntermediateSupportOrConcentratedLoads(
m_ed_max: NMM, z: MM, n_ed: N
)
Bases: Formula
Class representing formula 8.53 for the calculation of the tensile chord limit in case of direct intermediate support or in the region of concentrated loads.
[\(F_{td,max}\)] Calculation of the chord force [\(N\)] in case of direct intermediate support or concentrated loads.
FprEN 1992-1-1:2023 art.8.5(8) - Formula (8.53)
Parameters:
-
m_ed_max(NMM) –[\(M_{Ed,max}\)] Maximum design moment along the member [\(Nmm\)].
-
z(MM) –[\(z\)] Internal lever arm [\(mm\)].
-
n_ed(N) –[\(N_{Ed}\)] Design value of normal force in the section [\(N\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_53.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_53.Form8Dot53TensileChordLimitForIntermediateSupportOrConcentratedLoads.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.53.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_53.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 | |