formula_5_27
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_27
Formula 5.27 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot27EffectiveDesignModulusElasticity–Class representing formula 5.27 for the calculation of the effective design modulus of elasticity, [\(E_{cd,eff}\)].
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_27.Form5Dot27EffectiveDesignModulusElasticity
Form5Dot27EffectiveDesignModulusElasticity(e_cd: MPA, phi_ef: DIMENSIONLESS)
Bases: Formula
Class representing formula 5.27 for the calculation of the effective design modulus of elasticity, [\(E_{cd,eff}\)].
[\(E_{cd,eff}\)] Effective design modulus of elasticity.
EN 1992-1-1:2004 art.5.8.6(3) - Formula (5.27)
Parameters:
-
e_cd(MPA) –[\(E_{cd}\)] is the design modulus of elasticity of concrete according to 5.8.6 (3).
-
phi_ef(DIMENSIONLESS) –[\(\phi_{ef}\)] is the effective creep coefficient; same value as for columns may be used.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_27.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | |
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_27.Form5Dot27EffectiveDesignModulusElasticity.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.27.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_27.py
38 39 40 41 42 43 44 45 46 | |