formula_6_73
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_73
Formula 6.73 from EN 1992-1-1:2004: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot73StressRatio–Class representing formula 6.73 for the calculation of [\(R_{equ}\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_73.Form6Dot73StressRatio
Form6Dot73StressRatio(e_cd_min_equ: MPA, e_cd_max_equ: MPA)
Bases: Formula
Class representing formula 6.73 for the calculation of [\(R_{equ}\)].
[\(R_{equ}\)] Calculation of stress ratio.
EN 1992-1-1:2004 art.6.8.7(1) - Formula (6.73)
Parameters:
-
e_cd_min_equ(MPA) –[\(E_{cd,min,equ}\)] Minimum compressive stress level [\(MPa\)].
-
e_cd_max_equ(MPA) –[\(E_{cd,max,equ}\)] Maximum compressive stress level [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_73.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_73.Form6Dot73StressRatio.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.73.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_73.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | |