formula_6_3
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_3
Formula 6.3 from EN 1993-1-1:2005: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot3MinDeductionAreaStaggeredFastenerHoles–Class representing formula 6.3 for the calculation of the minimum area deduction for staggered fastener holes [\(A_{deduction}\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_3.Form6Dot3MinDeductionAreaStaggeredFastenerHoles
Form6Dot3MinDeductionAreaStaggeredFastenerHoles(
t: MM, n: MM, d_0: MM, s: Sequence[MM], p: Sequence[MM]
)
Bases: Formula
Class representing formula 6.3 for the calculation of the minimum area deduction for staggered fastener holes [\(A_{deduction}\)].
[\(A_{deduction}\)] Calculation of the area deduction for staggered fastener holes [\(mm^2\)].
EN 1993-1-1:2005 art.6.2.2.2 (4) b) - Formula (6.3) section (4) a) should be handled separately.
Parameters:
-
t(MM) –[\(t\)] Thickness [\(mm\)].
-
n(MM) –[\(n\)] Number of holes extending in any diagonal or zig-zag line progressively across the member, see Figure 6.1 [\(mm\)].
-
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(Sequence[MM]) –[\(p\)] 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_2005/chapter_6_ultimate_limit_state/formula_6_3.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_2005.chapter_6_ultimate_limit_state.formula_6_3.Form6Dot3MinDeductionAreaStaggeredFastenerHoles.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.3.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_3.py
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | |