formula_6_58_59
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_58_59
Formula 6.58 and 6.59 from EN 1992-1-1:2004: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot58And59TensileForce–Class representing formula 6.58 and 6.59 for the calculation of the tensile force [\(T\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_58_59.Form6Dot58And59TensileForce
Form6Dot58And59TensileForce(f: N, a: MM, b: MM, capital_h: MM)
Bases: Formula
Class representing formula 6.58 and 6.59 for the calculation of the tensile force [\(T\)].
[\(T\)] Tensile force [\(N\)].
EN 1992-1-1:2004 art.6.5.3(3) - Formula (6.58 and 6.59)
Parameters:
-
f(N) –[\(F\)] Applied force [\(N\)].
-
a(MM) –[\(a\)] Width of the concentrated force [\(mm\)].
-
b(MM) –[\(b\)] Width of the locally widened section [\(mm\)].
-
capital_h(MM) –[\(H\)] Height of the widened section. Also used to calculate h: \(h=H/2\) [\(mm\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_58_59.py
16 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 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_58_59.Form6Dot58And59TensileForce.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.58/6.59.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_58_59.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 | |