formula_5_37
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_37
Formula 5.37 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot37CreepFactor–Class representing formula 5.37 for the calculation of the creep factor, [\(K_{\phi}\)].
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_37.Form5Dot37CreepFactor
Form5Dot37CreepFactor(f_ck: MPA, lambda_: DIMENSIONLESS, phi_ef: DIMENSIONLESS)
Bases: Formula
Class representing formula 5.37 for the calculation of the creep factor, [\(K_{\phi}\)].
[\(K_{\phi}\)] Creep factor [\(-\)].
EN 1992-1-1:2004 art.5.8.8.3(4) - Formula (5.37)
Parameters:
-
f_ck(MPA) –[\(f_{ck}\)] Characteristic compressive strength of concrete [\(MPa\)].
-
lambda_(DIMENSIONLESS) –[\(\lambda\)] Slenderness ratio, see 5.8.3.1 [-].
-
phi_ef(DIMENSIONLESS) –[\(\phi_{ef}\)] Effective creep ratio, see 5.8.4 [-].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_37.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | |
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_37.Form5Dot37CreepFactor.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.37.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_37.py
55 56 57 58 59 60 61 62 63 64 65 | |