formula_8_16
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_16
Formula 8.16 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot16NetDesignTensionResistance–Class representing formula 8.16 for the calculation of [\(N_{net,Rd}\)].
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_16.Form8Dot16NetDesignTensionResistance
Form8Dot16NetDesignTensionResistance(
a_net: MM2, f_y: MPA, gamma_m0: DIMENSIONLESS
)
Bases: Formula
Class representing formula 8.16 for the calculation of [\(N_{net,Rd}\)].
[\(N_{net,Rd}\)] Calculation of the design tension resistance [\(N\)].
EN 1993-1-1:2022 art.8.2.3(5) - Formula (8.16)
Parameters:
-
a_net(MM2) –[\(A_{net}\)] Net area at holes for fasteners [\(mm^2\)].
-
f_y(MPA) –[\(f_y\)] Yield strength of the material [\(MPa\)].
-
gamma_m0(DIMENSIONLESS) –[\(\gamma_{M0}\)] Partial safety factor for resistance of cross-sections whatever the class is.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_16.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_16.Form8Dot16NetDesignTensionResistance.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.16.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_16.py
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | |