formula_5_34
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_34
Formula 5.34 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot34Curvature–Class representing formula 5.34 for the calculation of the curvature, [\(\frac{1}{r}\)].
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_34.Form5Dot34Curvature
Form5Dot34Curvature(
k_r: DIMENSIONLESS, k_phi: DIMENSIONLESS, f_yd: MPA, e_s: MPA, d: MM
)
Bases: Formula
Class representing formula 5.34 for the calculation of the curvature, [\(\frac{1}{r}\)].
[\(\frac{1}{r}\)] Curvature [\(1/mm\)].
EN 1992-1-1:2004 art.5.8.8.3 - Formula (5.34)
Parameters:
-
k_r(DIMENSIONLESS) –[\(K_r\)] Correction factor depending on axial load, see 5.8.8.3 (3) [-].
-
k_phi(DIMENSIONLESS) –[\(K_\phi\)] Factor for taking account of creep, see 5.8.8.3 (4) [-].
-
f_yd(MPA) –[\(f_{yd}\)] Design yield strength of reinforcement [\(MPa\)].
-
e_s(MPA) –[\(E_s\)] Modulus of elasticity of reinforcement [\(MPa\)].
-
d(MM) –[\(d\)] Effective depth; see also 5.8.8.3 (2) [\(mm\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_34.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 | |
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_34.Form5Dot34Curvature.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.34.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_34.py
65 66 67 68 69 70 71 72 73 74 75 | |