formula_6_2
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_2
Formula 6.2 from EN 1993-1-1:2005: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot2UtilizationRatio–Class representing form 6.2 for the calculation of the utilization ratio [\(UC\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_2.Form6Dot2UtilizationRatio
Form6Dot2UtilizationRatio(
n_ed: KN, n_rd: KN, m_y_ed: KNM, m_y_rd: KNM, m_z_ed: KNM, m_z_rd: KNM
)
Bases: Formula
Class representing form 6.2 for the calculation of the utilization ratio [\(UC\)].
[\(UC\)] The calculation of the utilization ratio [\(-\)].
EN 1993-1-1:2005 art.6.2.1(7) - Formula (6.2)
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\)].
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_2.py
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 44 45 46 47 48 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_2.Form6Dot2UtilizationRatio.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for form 6.2.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_2.py
65 66 67 68 69 70 71 72 73 74 75 76 77 78 | |