formula_6_16
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_16
Formula 6.16 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot16CheckFlangeWithFastenerHoles–Class representing formula 6.16 for the test of the stresses where there are fastener holes in the tension flange.
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_16.Form6Dot16CheckFlangeWithFastenerHoles
Form6Dot16CheckFlangeWithFastenerHoles(
a_f_net: MM2,
f_u: MPA,
gamma_m2: DIMENSIONLESS,
a_f: MM2,
f_y: MPA,
gamma_m0: DIMENSIONLESS,
)
Bases: Formula
Class representing formula 6.16 for the test of the stresses where there are fastener holes in the tension flange.
Test the stresses where there are fastener holes in the tension flange.
EN 1993-1-1:2005 art.6.2.5(4) - Formula (6.16)
Parameters:
-
a_f_net(MM2) –[\(A_{f,net}\)] Net area of the flange with fastener holes [mm^2].
-
f_u(MPA) –[\(f_{u}\)] Ultimate tensile strength of the material [MPa].
-
gamma_m2(DIMENSIONLESS) –[\(\gamma_{M2}\)] Partial safety factor for ultimate limit state [-].
-
a_f(MM2) –[\(A_{f}\)] Gross area of the flange [mm^2].
-
f_y(MPA) –[\(f_{y}\)] Yield strength of the material [MPa].
-
gamma_m0(DIMENSIONLESS) –[\(\gamma_{M0}\)] Partial safety factor for yield strength [-].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_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 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_16.Form6Dot16CheckFlangeWithFastenerHoles.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.16.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_16.py
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | |