formula_8_3
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_3
Formula 8.3 from EN 1993-1-1:2022: Chapter 8 - Ultimate limit state.
Classes:
-
Form8Dot3UtilizationRatio–Class representing formula 8.3 for the calculation of the utilization ratio [\(UC\)].
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_3.Form8Dot3UtilizationRatio
Form8Dot3UtilizationRatio(
n_ed: KN, n_rd: KN, m_y_ed: KNM, m_y_rd: KNM, m_z_ed: KNM, m_z_rd: KNM
)
Bases: ComparisonFormula
Class representing formula 8.3 for the calculation of the utilization ratio [\(UC\)].
[\(UC\)] The calculation of the utilization ratio [\(-\)].
EN 1993-1-1:2022 art.8.2.1(7) - Formula (8.3)
Parameters:
-
n_ed(KN) –[\(N_{Ed}\)] Contains the design axial force [\(kN\)].
-
n_rd(KN) –[\(N_{Rd}\)] Contains the design axial resistance [\(kN\)].
-
m_y_ed(KNM) –[\(M_{y,Ed}\)] Contains the design moment about the y-axis [\(kNm\)].
-
m_y_rd(KNM) –[\(M_{y,Rd}\)] Contains the design moment resistance about the y-axis [\(kNm\)].
-
m_z_ed(KNM) –[\(M_{z,Ed}\)] Contains the design moment about the z-axis [\(kNm\)].
-
m_z_rd(KNM) –[\(M_{z,Rd}\)] Contains the design moment resistance about the z-axis [\(kNm\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_3.py
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 44 45 46 47 48 49 50 51 52 53 54 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_3.Form8Dot3UtilizationRatio.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for form 8.3.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_3.py
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | |