formula_6_53
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_53
Formula 6.53 from EN 1992-1-1:2004: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot53CheckPunchingShear–Class representing formula 6.53 for the check of punching shear resistance.
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_53.Form6Dot53CheckPunchingShear
Form6Dot53CheckPunchingShear(
beta: DIMENSIONLESS, v_ed: N, u_0: MM, d: MM, v_rd_max: MPA
)
Bases: Formula
Class representing formula 6.53 for the check of punching shear resistance.
EN 1992-1-1:2004 art.6.4.5(3) - Formula (6.53)
Parameters:
-
beta(DIMENSIONLESS) –[\(\beta\)] See 6.4.3 (3), (4) and (5) [\(-\)].
-
v_ed(N) –[\(V_{Ed}\)] Design shear force [\(N\)].
-
u_0(MM) –[\(u_{0}\)] Perimeter of the critical section, differs for interior vs edge vs corner column [\(mm\)].
-
d(MM) –[\(d\)] Mean effective depth of the slab [\(mm\)].
-
v_rd_max(MPA) –[\(v_{Rd,max}\)] Maximum design shear stress [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_53.py
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_53.Form6Dot53CheckPunchingShear.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.53.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_53.py
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | |