formula_8_5
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_5
Formula 8.5 from EN 1993-1-1:2022: Chapter 8 - Ultimate limit state.
Classes:
-
Form8Dot5MinDeductionAreaStaggeredFastenerHoles–Class representing formula 8.5 for the calculation of the minimum area deduction for staggered fastener holes [\(\Delta A_{net,1}\)].
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_5.Form8Dot5MinDeductionAreaStaggeredFastenerHoles
Form8Dot5MinDeductionAreaStaggeredFastenerHoles(
t: MM, n_1: DIMENSIONLESS, d_0: MM, s: Sequence[MM], p_2: Sequence[MM]
)
Bases: Formula
Class representing formula 8.5 for the calculation of the minimum area deduction for staggered fastener holes [\(\Delta A_{net,1}\)].
[\(\Delta A_{net,1}\)] Calculation of the area deduction for staggered fastener holes [\(mm^2\)].
EN 1993-1-1:2022 art.8.2.2.2 (4) b) - Formula (8.5) section (4) a) should be handled separately.
Parameters:
-
t(MM) –[\(t\)] Thickness [\(mm\)].
-
n_1(DIMENSIONLESS) –[\(n_1\)] Number of holes extending in any diagonal or zig-zag line progressively across the member, see Figure 8.1 [\(-\)].
-
d_0(MM) –[\(d_0\)] Diameter of hole [\(mm\)].
-
s(Sequence[MM]) –[\(s\)] Staggered pitch, the spacing of the centres of two consecutive holes in the chain measured parallel to the member axis [\(mm\)].
-
p_2(Sequence[MM]) –[\(p_2\)] Spacing of the centres of the same two holes measured perpendicular to the member axis [\(mm\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_5.py
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 43 44 45 46 47 48 49 50 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_5.Form8Dot5MinDeductionAreaStaggeredFastenerHoles.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.5.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_5.py
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | |