formula_12_2
codes.eurocode.en_1992_1_1_2004.chapter_12_plain_and_lightly_reinforced_concrete_structures.formula_12_2
Formula 12.2 from EN 1992-1-1:2004: Chapter 12 - Plain and Lightly Reinforced Concrete Structures.
Classes:
-
Form12Dot2PlainConcreteBendingResistance–Class representing formula 12.2 for the calculation of the design bending resistance of plain concrete,
codes.eurocode.en_1992_1_1_2004.chapter_12_plain_and_lightly_reinforced_concrete_structures.formula_12_2.Form12Dot2PlainConcreteBendingResistance
Form12Dot2PlainConcreteBendingResistance(
eta_f_cd_pl: MPA, b: MM, h_w: MM, e: MM
)
Bases: Formula
Class representing formula 12.2 for the calculation of the design bending resistance of plain concrete,
:math:N_{Rd}.
EN 1992-1-1:2004 art.12.6.1(3) - Formula (12.2)
[:math:N_{Rd}] Design bending resistance of plain concrete [:math:N].
EN 1992-1-1:2004 art.12.6.1(3) - Formula (12.2)
Parameters:
-
eta_f_cd_pl(MPa) –[:math:
\eta f_{cd,pl}] Effective design compressive strength [:math:MPa]. -
b(mm) –[:math:
b] Total width of the cross-section [:math:mm]. -
h_w(mm) –[:math:
h_w] Total height of the cross-section [:math:mm]. -
e(mm) –[:math:
e] Eccentricity of :math:N_{Ed}in the direction of :math:h_w[:math:mm].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_12_plain_and_lightly_reinforced_concrete_structures/formula_12_2.py
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 | |
codes.eurocode.en_1992_1_1_2004.chapter_12_plain_and_lightly_reinforced_concrete_structures.formula_12_2.Form12Dot2PlainConcreteBendingResistance.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 12.2.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_12_plain_and_lightly_reinforced_concrete_structures/formula_12_2.py
66 67 68 69 70 71 72 73 74 75 | |