formula_e_10
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_10
Formula E.10 from EN 1995-1-1:2023.
Classes:
-
FormEDot10ShearStressInLayer2–Class representing formula E.10 for maximum shear stress in the cross-section, in the member web.
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_10.FormEDot10ShearStressInLayer2
FormEDot10ShearStressInLayer2(
gamma_3: DIMENSIONLESS,
e_2: MPA,
e_3: MPA,
a_3: MM2,
alpha_2: MM,
alpha_3: MM,
h_2: MM,
b_2: MM,
v_d: N,
ei_ef: NMM2,
)
Bases: Formula
Class representing formula E.10 for maximum shear stress in the cross-section, in the member web.
[\(\tau_{2,max}\)] maximum shear stress in the cross-section, in the member web (layer 2), in [\(MPa\)].
EN 1995-1-1:2023 art E.5(1) - Formula (E.10)
Parameters:
-
gamma_3(DIMENSIONLESS) –[\(\gamma_3\)] Factor for the efficiency of the mechanical connections of 3-numbered part of cross-section [\(-\)].
-
e_2(MPA) –[\(E_1\)] Modulus of elasticity of the 2-numbered part of the cross-section [\(MPA\)].
-
e_3(MPA) –[\(E_2\)] Modulus of elasticity of the 3-numbered part of the cross-section [\(MPA\)].
-
a_3(MM2) –[\(A_3\)] Area of the 3-numbered part of the cross-section [\(mm^2\)].
-
alpha_2(MM2) –[\(\alpha_2\)] Distance between centroid of composite cross-section and centroid of 2-numbered part [\(mm^2\)].
-
alpha_3(MM2) –[\(\alpha_3\)] Distance between centroid of composite cross-section and centroid of 2-numbered part [\(mm^2\)].
-
h_2(MM) –[\(h_2\)] Depth of the 2-numbered part of the cross-section [\(mm\)].
-
b_2(MM) –[\(b_2\)] Width of the 2-numbered part of the cross-section [\(mm\)].
-
v_d(N) –[\(V_d\)] Maximum design shear force in the member, regardless of the sign [\(N\)].
-
ei_ef(NMM2) –[\((EI)_{ef}\)] Effective bending stiffness, in [\(Nmm^2\)].
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1995_1_1_2023/appendix_e/formula_e_10.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 51 52 53 54 55 56 57 58 | |
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_10.FormEDot10ShearStressInLayer2.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula E.10.
Source code in blueprints/codes/eurocode/en_1995_1_1_2023/appendix_e/formula_e_10.py
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |