formula_6_75
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_75
Formula 6.75 from EN 1992-1-1:2004: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot75MaximumCompressiveStressLevel–Class representing formula 6.75 for the calculation of the maximum compressive stress level [\(E_{cd,max,equ}\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_75.Form6Dot75MaximumCompressiveStressLevel
Form6Dot75MaximumCompressiveStressLevel(sigma_cd_max_equ: MPA, f_cd_fat: MPA)
Bases: Formula
Class representing formula 6.75 for the calculation of the maximum compressive stress level [\(E_{cd,max,equ}\)].
[\(E_{cd,max,equ}\)] Calculation of the maximum compressive stress level.
EN 1992-1-1:2004 art.6.8.7(1) - Formula (6.75)
Parameters:
-
sigma_cd_max_equ(MPA) –[\(\sigma_{cd,max,equ}\)] Upper stress of the ultimate amplitude for N cycles [\(MPa\)].
-
f_cd_fat(MPA) –[\(f_{cd,fat}\)] Design fatigue strength of concrete according to (6.76) [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_75.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_75.Form6Dot75MaximumCompressiveStressLevel.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.75.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_75.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | |