formula_7_21
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_21
Formula 7.21 from EN 1992-1-1:2004: Chapter 7 - Serviceability Limit State.
Classes:
-
Form7Dot21CurvatureDueToShrinkage–Class representing formula 7.21 for the calculation of [\(\frac{1}{r_{cs}}\)].
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_21.Form7Dot21CurvatureDueToShrinkage
Form7Dot21CurvatureDueToShrinkage(
epsilon_cs: DIMENSIONLESS,
es: MPA,
ec_eff: MPA,
capital_s: MM3,
capital_i: MM4,
)
Bases: Formula
Class representing formula 7.21 for the calculation of [\(\frac{1}{r_{cs}}\)].
[\(\frac{1}{r_{cs}}\)] Calculation of the curvature due to shrinkage [\(mm^{-1}\)].
S and i should be calculated for the uncracked condition and the fully cracked condition, the final curvature being assessed by use of Expression (7.18).
EN 1992-1-1:2004 art.7.4.3(6) - Formula (7.21)
Parameters:
-
epsilon_cs(DIMENSIONLESS) –[\(\epsilon_{cs}\)] Free shrinkage strain, see 3.1.4.
-
es(MPA) –[\(E_s\)] Modulus of elasticity of the reinforcement [\(MPa\)].
-
ec_eff(MPA) –[\(E_{c,eff}\)] Effective modulus of elasticity of the concrete [\(MPa\)].
-
capital_s(MM3) –[\(S\)] First moment of area of the reinforcement about the centroid of the section [\(mm^3\)].
-
capital_i(MM4) –[\(I\)] Second moment of area of the section [\(mm^4\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_7_serviceability_limit_state/formula_7_21.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 | |
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_21.Form7Dot21CurvatureDueToShrinkage.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 7.21.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_7_serviceability_limit_state/formula_7_21.py
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | |