formula_3_15
codes.eurocode.en_1992_1_1_2004.chapter_3_materials.formula_3_15
Formula 3.15 from EN 1992-1-1:2004: Chapter 3 - Materials.
Classes:
-
Form3Dot15DesignValueCompressiveStrength–Class representing formula 3.15 for the calculation of the concrete compressive strength design value.
codes.eurocode.en_1992_1_1_2004.chapter_3_materials.formula_3_15.Form3Dot15DesignValueCompressiveStrength
Form3Dot15DesignValueCompressiveStrength(
alpha_cc: DIMENSIONLESS, f_ck: MPA, gamma_c: DIMENSIONLESS
)
Bases: Formula
Class representing formula 3.15 for the calculation of the concrete compressive strength design value.
[\(f_{cd}\)] Design value concrete compressive strength [\(MPa\)].
EN 1992-1-1:2004 art.3.1.6(1) - Formula (3.15)
Parameters:
-
alpha_cc(DIMENSIONLESS) –[\(\alpha_{cc}\)] Coefficient taking long term effects on compressive strength into account and unfavorable effect due to positioning loading [\(-\)] Normally between 0.8 and 1, see national appendix. Recommended value: 1.0
-
f_ck(MPA) –[\(f_{ck}\)] Characteristic compressive strength [\(MPa\)].
-
gamma_c(DIMENSIONLESS) –[\(\gamma_{c}\)] Partial safety factor concrete, see 2.4.2.4 [\(-\)].
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_3_materials/formula_3_15.py
15 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 | |
codes.eurocode.en_1992_1_1_2004.chapter_3_materials.formula_3_15.Form3Dot15DesignValueCompressiveStrength.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 3.15.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_3_materials/formula_3_15.py
60 61 62 63 64 65 66 67 68 | |