formula_e_5
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_5
Formula E.5 from EN 1995-1-1:2023.
Classes:
-
FormEDot5DistanceCentroidAlpha3–Class representing formula E.5 for the distances between the centroid of the composite cross-section
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_5.FormEDot5DistanceCentroidAlpha3
FormEDot5DistanceCentroidAlpha3(h_2: MM, h_3: MM, alpha_2: MM)
Bases: Formula
Class representing formula E.5 for the distances between the centroid of the composite cross-section and the centroids of i-numbered parts of the cross-section.
[\(\alpha_3\)] Distance between the centroid of the composite cross-section and the centroid of layer 1 of the cross-section.
EN 1995-1-1:2023 art E.4(1) - Formula (E.5)
Parameters:
-
h_2(MM) –[\(h_2\)] Depth of the 2nd part of the cross-section [\(mm\)].
-
h_3(MM) –[\(h_3\)] Depth of the 3rd part of the cross-section [\(mm\)].
-
alpha_2(MM) –[\(\alpha_2\)] Distance between the centroid of the composite cross-section and the centroid of layer 2 of the cross-section.
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1995_1_1_2023/appendix_e/formula_e_5.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | |
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_5.FormEDot5DistanceCentroidAlpha3.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula E.5.
Source code in blueprints/codes/eurocode/en_1995_1_1_2023/appendix_e/formula_e_5.py
49 50 51 52 53 54 55 56 57 | |