formula_7_6n
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_6n
Formula 7.6n from EN 1992-1-1:2004: Chapter 7 - Serviceability Limit State.
Classes:
-
Form7Dot6nMaxBarDiameterBending–Class representing formula 7.6n for the calculation of [\(⌀_s\)].
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_6n.Form7Dot6nMaxBarDiameterBending
Form7Dot6nMaxBarDiameterBending(
diam_s_star: MM, f_ct_eff: MPA, k_c: DIMENSIONLESS, h_cr: MM, h: MM, d: MM
)
Bases: Formula
Class representing formula 7.6n for the calculation of [\(⌀_s\)].
[\(⌀_s\)] Calculation of the maximum bar diameter for bending [\(mm\)].
EN 1992-1-1:2004 art.7.3.3(2) - Formula (7.6n)
Parameters:
-
diam_s_star(MM) –[\(⌀^*_s\)] Maximum bar size given in the Table 7.2N [\(mm\)].
-
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\)].
-
k_c(DIMENSIONLESS) –[\(k_c\)] Coefficient dependent on the type of member and the nature of the stress distribution, see equation 7.2 and 7.3 [\(-\)].
-
h_cr(MM) –[\(h_{cr}\)] Depth of the tensile zone immediately prior to cracking, considering the characteristic values of prestress and axial forces under the quasi-permanent combination of actions [\(mm\)].
-
h(MM) –[\(h\)] Overall depth of the section [\(mm\)].
-
d(MM) –[\(d\)] Effective depth to the centroid of the outer layer of reinforcement [\(mm\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_7_serviceability_limit_state/formula_7_6n.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 51 52 | |
codes.eurocode.en_1992_1_1_2004.chapter_7_serviceability_limit_state.formula_7_6n.Form7Dot6nMaxBarDiameterBending.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 7.6n.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_7_serviceability_limit_state/formula_7_6n.py
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | |