formula_8_47
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_47
Formula 8.47 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot47CheckAxialForceZ–Class representing formula 8.47 for checking axial force about the z-z axis.
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_47.Form8Dot47CheckAxialForceZ
Form8Dot47CheckAxialForceZ(
n_ed: N, h_w: MM, t_w: MM, f_y: MPA, gamma_m0: DIMENSIONLESS
)
Bases: ComparisonFormula
Class representing formula 8.47 for checking axial force about the z-z axis.
For doubly symmetrical I- and H-sections, allowance need not be made for the effect of the axial force on the plastic resistance moment about the z-z axis when 8.47 is satisfied.
EN 1993-1-1:2022 art.8.2.9.1(4) - Formula (8.47)
Parameters:
-
n_ed(N) –[\(N_{Ed}\)] Design axial force [\(N\)].
-
h_w(MM) –[\(h_w\)] Web height [\(mm\)].
-
t_w(MM) –[\(t_{w}\)] Web thickness [\(mm\)].
-
f_y(MPA) –[\(f_{y}\)] Yield strength [\(MPa\)].
-
gamma_m0(DIMENSIONLESS) –[\(\gamma_{M0}\)] Partial safety factor [-].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_47.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 45 46 47 48 49 50 51 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_47.Form8Dot47CheckAxialForceZ.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.47.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_47.py
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | |