formula_7_1
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_1
Formula 7.1 from EN 1992-1-1:2004: Chapter 7 - Serviceability Limit State.
Classes:
-
Form7Dot1MinReinforcingSteel–Class representing formula 7.1 for the calculation of [\(A_{s,min}\)].
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_1.Form7Dot1MinReinforcingSteel
Form7Dot1MinReinforcingSteel(
k_c: DIMENSIONLESS, k: DIMENSIONLESS, f_ct_eff: MPA, a_ct: MM2, sigma_s: MPA
)
Bases: Formula
Class representing formula 7.1 for the calculation of [\(A_{s,min}\)].
[\(A_{s,min}\)] Calculation of minimum area of reinforcing steel within the tensile zone.
EN 1992-1-1:2004 art.7.3.2(2) - Formula (7.1)
Parameters:
-
k_c(DIMENSIONLESS) –[\(k_c\)] Coefficient which takes account of the stress distribution within the section immediately prior to cracking and of the change of the lever arm. For pure tension use 1.0, else use equation 7.2 or 7.3 [\(-\)].
-
k(DIMENSIONLESS) –[\(k\)] Coefficient which allows for the effect of non-uniform self-equilibrating stresses, which lead to a reduction of restraint forces [\(-\)].
-
f_ct_eff(MPA) –[\(f_{ct,eff}\)] Mean value of the tensile strength of the concrete effective at the time when the cracks may first be expected to occur [\(MPa\)].
-
a_ct(MM2) –[\(A_{ct}\)] Area of concrete within the tensile zone [\(mm^2\)].
-
sigma_s(MPA) –[\(\sigma_s\)] Absolute value of the maximum stress permitted in the reinforcement immediately after formation of the crack [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_7_serviceability_limit_state/formula_7_1.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 49 50 | |
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_1.Form7Dot1MinReinforcingSteel.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 7.1.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_7_serviceability_limit_state/formula_7_1.py
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | |