formula_5_17
codes.eurocode.en_1993_5_2007.chapter_5_ultimate_limit_states.formula_5_17
Formula 5.17 from EN 1993-5:2007: Chapter 5 - Ultimate limit state.
Classes:
-
Form5Dot17CompressionCheckZProfilesClass1And2–Class representing formula 5.17 for Z-profiles of class 1 and 2: [\(\frac{N_{Ed}}{N_{pl,Rd}} \leq 0.1\)].
codes.eurocode.en_1993_5_2007.chapter_5_ultimate_limit_states.formula_5_17.Form5Dot17CompressionCheckZProfilesClass1And2
Form5Dot17CompressionCheckZProfilesClass1And2(n_ed: KN, n_pl_rd: KN)
Bases: ComparisonFormula
Class representing formula 5.17 for Z-profiles of class 1 and 2: [\(\frac{N_{Ed}}{N_{pl,Rd}} \leq 0.1\)].
Compression check for Z-profiles of class 1 and 2. Design axial force [\(N_{Ed}\)] should not exceed 10% of plastic resistance [\(N_{pl,Rd}\)].
EN 1993-5:2007 art. 5.2.3 (10) - Formula (5.17)
Parameters:
-
n_ed(KN) –[\(N_{Ed}\)] Design value of the compression force [\(kN\)].
-
n_pl_rd(KN) –[\(N_{pl,Rd}\)] Plastic design resistance of the cross-section [\(kN\)].
Source code in blueprints/codes/eurocode/en_1993_5_2007/chapter_5_ultimate_limit_states/formula_5_17.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | |
codes.eurocode.en_1993_5_2007.chapter_5_ultimate_limit_states.formula_5_17.Form5Dot17CompressionCheckZProfilesClass1And2.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.17.
Source code in blueprints/codes/eurocode/en_1993_5_2007/chapter_5_ultimate_limit_states/formula_5_17.py
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | |