formula_8_58
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_58
Formula 8.58 from EN 1993-1-1:2022: Chapter 8 - Ultimate limit state.
Classes:
-
Form8Dot58LongitudinalStressClass4CrossSections–Class representing formula 8.58 for Class 4 cross-sections: [\(\sigma_{x,Ed} \leq \frac{f_y}{\gamma_{M0}}\)].
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_58.Form8Dot58LongitudinalStressClass4CrossSections
Form8Dot58LongitudinalStressClass4CrossSections(
sigma_x_ed: MPA, f_y: MPA, gamma_m0: DIMENSIONLESS
)
Bases: ComparisonFormula
Class representing formula 8.58 for Class 4 cross-sections: [\(\sigma_{x,Ed} \leq \frac{f_y}{\gamma_{M0}}\)].
Longitudinal stress check for Class 4 cross-sections in the absence of shear force. The maximum longitudinal stress [\(\sigma_{x,Ed}\)] should not exceed the yield strength divided by the partial safety factor [\(\frac{f_y}{\gamma_{M0}}\)].
EN 1993-1-1:2022 art. 8.2.9.3(1) - Formula (8.58)
Parameters:
-
sigma_x_ed(MPA) –[\(\sigma_{x,Ed}\)] Design value of the local longitudinal stress due to moment and axial force taking account of fastener holes where relevant [\(MPa\)].
-
f_y(MPA) –[\(f_y\)] Yield strength of the material [\(MPa\)].
-
gamma_m0(DIMENSIONLESS) –[\(\gamma_{M0}\)] Partial safety factor for resistance of cross-sections [-].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_58.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 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_58.Form8Dot58LongitudinalStressClass4CrossSections.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.58.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_58.py
75 76 77 78 79 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 | |