formula_6_70
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_70
Formula 6.70 from EN 1992-1-1:2004: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot70FatigueDamageFactor–Class representing formula 6.70 for the calculation of the fatigue damage factor [\(D_{Ed}\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_70.Form6Dot70FatigueDamageFactor
Form6Dot70FatigueDamageFactor(
n_delta_sigma_i: list[MPA], capital_n_delta_sigma_i: list[MPA]
)
Bases: Formula
Class representing formula 6.70 for the calculation of the fatigue damage factor [\(D_{Ed}\)].
[D_{Ed}] The calculation of the fatigue damage factor [-].
EN 1992-1-1:2004 art.6.8.4(2) - Formula (6.70)
Parameters:
-
n_delta_sigma_i(list[MPA]) –[\(n(\Delta \sigma_i)\)] The applied number of cycles for a stress range [MPa].
-
capital_n_delta_sigma_i(list[MPA]) –[\(N(\Delta \sigma_i)\)] The resisting number of cycles for a stress range [MPa]
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_70.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_70.Form6Dot70FatigueDamageFactor.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.70.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_70.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | |