formula_e_4
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_4
Formula E.4 from EN 1995-1-1:2023.
Classes:
-
FormEDot4DistanceToCentroidA2–[\(\alpha_2\)] Distance between the centroid of the composite cross-section and the centroid of layer 2 of the cross-section.
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_4.FormEDot4DistanceToCentroidA2
FormEDot4DistanceToCentroidA2(
e_i: list[MPA], a_i: list[MM2], gamma_i: list[DIMENSIONLESS], h_i: list[MM]
)
Bases: Formula
[\(\alpha_2\)] Distance between the centroid of the composite cross-section and the centroid of layer 2 of the cross-section.
[\((\alpha)_{2}\)] Effective bending stiffness, in [\(Nmm^2\)].
EN 1995-1-1:2023 art E.4(1) - Formula (E.1)
Parameters:
-
e_i(MPA) –[\(E_i\)] Modulus of elasticity of the i-numbered part of the cross-section [\(MPA\)].
-
a_i(MM2) –[\(A_i\)] Area of the i-numbered part of the cross-section [\(mm^2\)].
-
gamma_i(DIMENSIONLESS) –[\(\gamma_{i}\)] Factor for the efficiency of the mechanical connections of the respective i-numbered part of the cross-section [\(-\)].
-
h_i(MM) –[\(h_i\)] Depth of the i-th part of the cross-section [\(mm\)].
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1995_1_1_2023/appendix_e/formula_e_4.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 | |
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_4.FormEDot4DistanceToCentroidA2.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula E.4.
Source code in blueprints/codes/eurocode/en_1995_1_1_2023/appendix_e/formula_e_4.py
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | |