formula_9_1n
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_1n
Formula 9.1N from EN 1992-1-1:2004: Chapter 9 - Detailing of members and particular rules.
Classes:
-
Form9Dot1nMinimumTensileReinforcementBeam–Class representing the formula 9.1N for the calculation of minimum tensile reinforcement area in longitudinal direction for beams.
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_1n.Form9Dot1nMinimumTensileReinforcementBeam
Form9Dot1nMinimumTensileReinforcementBeam(
f_ctm: MPA, f_yk: MPA, b_t: MM, d: MM
)
Bases: Formula
Class representing the formula 9.1N for the calculation of minimum tensile reinforcement area in longitudinal direction for beams.
[\(A_{s,min}\)] Calculates minimum required tensile reinforcement area in longitudinal direction for beams [\(\text{mm}^2\)].
EN 1992-1-1:2004 art.9.2.1.1(1) - Formula (9.1N)
Notes
[\({A_{s,min}}\)] is no less than [\({0.0013 \cdot b_t \cdot d}\)]
Parameters:
-
f_ctm(MPA) –[\({f_{ctm}}\)] Mean axial tensile stress concrete [\(\text{MPa}\)]. Should be determined with respect to the relevant strength class according to Table 3.1
-
f_yk(MPA) –[\({f_{yk}}\)] Characteristic yield strength reinforcement steel [\(\text{MPa}\)].
-
b_t(MM) –[\({b_t}\)] Mean width of the concrete tension zone, for T-beams with a flange under compression only the width of the web is considered for calculating [\({b_t}\)] [\(\text{mm}\)].
-
d(MM) –[\({d}\)] Effective height of the cross-section [\(\text{mm}\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_9_detailling_and_specific_rules/formula_9_1n.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 | |
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_1n.Form9Dot1nMinimumTensileReinforcementBeam.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 9.1N.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_9_detailling_and_specific_rules/formula_9_1n.py
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | |