formula_8_60
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_60
Formula 8.60 from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot60ReducedYieldStrength–Class representing formula 8.60 for the calculation of reduced yield strength for the shear area.
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_60.Form8Dot60ReducedYieldStrength
Form8Dot60ReducedYieldStrength(rho: DIMENSIONLESS, f_y: MPA)
Bases: Formula
Class representing formula 8.60 for the calculation of reduced yield strength for the shear area.
Reduced yield strength calculation for the shear area when shear force exceeds 50% of plastic shear resistance [\(MPa\)].
EN 1993-1-1:2022 art.8.2.10(3) - Formula (8.60)
Parameters:
-
rho(DIMENSIONLESS) –[\(\rho\)] Factor where \(\rho = (2V_{Ed} / V_{pl,Rd}-1)^2\) and \(V_{pl,Rd}\) is obtained from 6.2.6(2) [-].
-
f_y(MPA) –[\(f_y\)] Yield strength [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_60.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_60.Form8Dot60ReducedYieldStrength.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.60.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_60.py
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | |