formula_8_35
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_35
Formula 8.35 from FprEN 1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot35MaximumShearStressResistance–Class representing formula 8.35 for the calculation of the upper bound of the shear stress resistance
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_35.Form8Dot35MaximumShearStressResistance
Form8Dot35MaximumShearStressResistance(tau_rdc_0: MPA, a_cs_0: MM, d: MM)
Bases: Formula
Class representing formula 8.35 for the calculation of the upper bound of the shear stress resistance used in Formula (8.32).
[\(\tau_{Rdc,max}\)] Maximum shear stress resistance [\(MPa\)].
FprEN 1992-1-1:2023 (E) art 8.2.2 (5) - Formula (8.35)
The printed upper bound of [\(2.7 \cdot \tau_{Rdc,0}\)] is implemented as a minimum.
Parameters:
-
tau_rdc_0(MPA) –[\(\tau_{Rdc,0}\)] Design value of the shear stress resistance without the effect of compressive normal forces according to Formula (8.33), see Form8Dot33ShearStressResistanceWithoutAxialForce [\(MPa\)].
-
a_cs_0(MM) –[\(a_{cs,0}\)] Effective shear span determined according to Formula (8.30), without considering in [\(M_{Ed}\)] and [\(V_{Ed}\)] the effect of prestressing or external load that produces the compressive axial force [\(mm\)].
-
d(MM) –[\(d\)] Effective depth [\(mm\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_35.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_35.Form8Dot35MaximumShearStressResistance.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.35.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_35.py
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | |