formula_5_19
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_19
Formula 5.19 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot19EffectiveCreepCoefficient–Class representing formula 5.19 for the calculation of the effective creep coefficient, ϕef.
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_19.Form5Dot19EffectiveCreepCoefficient
Form5Dot19EffectiveCreepCoefficient(
phi_inf_t0: DIMENSIONLESS, m0_eqp: KNM, m0_ed: KNM
)
Bases: Formula
Class representing formula 5.19 for the calculation of the effective creep coefficient, ϕef.
[\(\phi_{ef}\)] Effective creep coefficient.
EN 1992-1-1:2004 art.5.8.4(2) - Formula (5.19)
Parameters:
-
phi_inf_t0(DIMENSIONLESS) –[\(\phi (\infty,t_0)\)] is the final value of the creep coefficient according to art. 3.1.4.
-
m0_eqp(KNM) –[\(M_{0,Eqp}\)] is the first-order bending moment in the quasi-permanent load combination (SLS).
-
m0_ed(KNM) –[\(M_{0,Ed}\)] is the first-order bending moment in the ultimate limit state (ULS).
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_19.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | |
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_19.Form5Dot19EffectiveCreepCoefficient.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.19.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_19.py
41 42 43 44 45 46 47 48 49 | |