formula_6_78_79
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_78_79
Formula 6.78 and 6.79 from EN 1992-1-1:2004: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot78And79FatigueResistance–Class representing formula 6.78 and 6.79 for the calculation of the fatigue resistance.
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_78_79.Form6Dot78And79FatigueResistance
Form6Dot78And79FatigueResistance(
v_ed_max: N, v_ed_min: N, v_rd_c: N, f_ck: DIMENSIONLESS
)
Bases: Formula
Class representing formula 6.78 and 6.79 for the calculation of the fatigue resistance.
[\(\sigma_{Rd,max}\)] Fatigue resistance check [\(-\)].
EN 1992-1-1:2004 art.6.8.7(4) - Formula (6.78 and 6.79)
Parameters:
-
v_ed_max(N) –[\(V_{Ed,max}\)] Design value of the maximum applied shear force under frequent load combination [\(N\)].
-
v_ed_min(N) –[\(V_{Ed,min}\)] Design value of the minimum applied shear force under frequent load combination in the cross-section where [\(V_{Ed,max}\)] occurs [\(N\)].
-
v_rd_c(N) –[\(V_{Rd,c}\)] Design value for shear-resistance according to Expression (6.2.a) [\(N\)].
-
f_ck(DIMENSIONLESS) –[\(f_{ck}\)] Characteristic compressive strength of concrete [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_78_79.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 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_78_79.Form6Dot78And79FatigueResistance.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.78/6.79.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_78_79.py
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | |