formula_a_1
codes.eurocode.en_1993_1_9_2005.annex_a_determination_of_fatigue_load_parameters_and_verification_formats.formula_a_1
Formula A.1 from EN 1993-1-9:2005: Annex A - Determination of fatigue load parameters and verification formats.
Classes:
-
FormADot1DamageDuringDesignLife–Class representing formula A.1 for the calculation of the damage during the design life [\(D_d\)].
codes.eurocode.en_1993_1_9_2005.annex_a_determination_of_fatigue_load_parameters_and_verification_formats.formula_a_1.FormADot1DamageDuringDesignLife
FormADot1DamageDuringDesignLife(
n_e: list[DIMENSIONLESS], n_r: list[DIMENSIONLESS]
)
Bases: Formula
Class representing formula A.1 for the calculation of the damage during the design life [\(D_d\)].
[\(D_d\)] The calculation of the damage during the design life [\(-\)].
EN 1993-1-9:2005 art.A.5 - Formula (A.1)
Parameters:
-
n_e(list[DIMENSIONLESS]) –[\(n_E\)] Contains number of cycles associated with the stress range [\(\gamma_{Ff} \cdot \Delta\sigma_i\)] for each band i in the factored spectrum [\(-\)].
-
n_r(list[DIMENSIONLESS]) –[\(N_R\)] Contains the endurance (in cycles) obtained from the factored [\(\Delta\sigma_C / \gamma_{Mf} - n_r\)] curve for each stress range of [\(\gamma_{Ff} \cdot \Delta_i\)] [\(-\)].
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1993_1_9_2005/annex_a_determination_of_fatigue_load_parameters_and_verification_formats/formula_a_1.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | |
codes.eurocode.en_1993_1_9_2005.annex_a_determination_of_fatigue_load_parameters_and_verification_formats.formula_a_1.FormADot1DamageDuringDesignLife.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula A.1.
Source code in blueprints/codes/eurocode/en_1993_1_9_2005/annex_a_determination_of_fatigue_load_parameters_and_verification_formats/formula_a_1.py
49 50 51 52 53 54 55 56 57 | |