formula_8_13
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_13
Formula 8.13 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot13UnityCheckTensileStrength–Class representing formula 8.13 for the unity check for tensile strength.
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_13.Form8Dot13UnityCheckTensileStrength
Form8Dot13UnityCheckTensileStrength(n_ed: N, n_t_rd: N)
Bases: ComparisonFormula
Class representing formula 8.13 for the unity check for tensile strength.
Unity check for tensile strength of an element in tension.
EN 1993-1-1:2022 art.8.2.3(1) - Formula (8.13)
Parameters:
-
n_ed(N) –[\(N_{Ed}\)] Design value of the normal tensile force [\(N\)].
-
n_t_rd(N) –[\(N_{t,Rd}\)] Design value of the resistance against tensile force [\(N\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_13.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_13.Form8Dot13UnityCheckTensileStrength.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.13.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_13.py
61 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 | |