formula_e_9
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_9
Formula E.9 from EN 1995-1-1:2023.
Classes:
-
FormEDot9BendingStressInILayer–Class representing formula E.9 for bending stress in the i-numbered part of the cross-section.
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_9.FormEDot9BendingStressInILayer
FormEDot9BendingStressInILayer(
i: int, e_i: MPA, h_i: MM, m_yd: NMM, ei_ef: NMM2
)
Bases: Formula
Class representing formula E.9 for bending stress in the i-numbered part of the cross-section.
[\(\sigma_{m,i}\)] axial stress in the i-numbered part of the cross-section, in [\(MPa\)].
EN 1995-1-1:2023 art E.5(1) - Formula (E.9)
Parameters:
-
i(DIMENSIONLESS) –[\(i\)] Number of layer i of cross-section.
-
e_i(MPA) –[\(E_i\)] Modulus of elasticity of the i-numbered part of the cross-section [\(MPA\)].
-
h_i(MM) –[\(h_i\)] Depth of the i-numbered part of the cross-section [\(mm\)].
-
m_yd(NMM) –[\(M_{y,d}\)] Design bending moment about y-axis [\(Nmm\)].
-
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_9.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 | |
codes.eurocode.en_1995_1_1_2023.appendix_e.formula_e_9.FormEDot9BendingStressInILayer.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula E.9.
Source code in blueprints/codes/eurocode/en_1995_1_1_2023/appendix_e/formula_e_9.py
61 62 63 64 65 66 67 68 69 70 71 72 73 74 | |