formula_6_5
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_5
Formula 5.28 and 6.5 from EN 1992-1-1:2004: Chapter 5 and 6 - Structural Analysis.
Classes:
-
Form6Dot5ShearForceCheck–Class representing formula 6.5 for the shear force check, [\(V_{Ed}\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_5.Form6Dot5ShearForceCheck
Form6Dot5ShearForceCheck(
v_ed: N, b_w: MM, d: MM, nu: DIMENSIONLESS, f_cd: MPA
)
Bases: Formula
Class representing formula 6.5 for the shear force check, [\(V_{Ed}\)].
[\(V_{Ed}\)] Shear force check [\(N\)].
EN 1992-1-1:2004 art.6.2.2(6) - Formula (6.5)
Parameters:
-
v_ed(N) –[\(V_{Ed}\)] Design value of shear force [\(N\)].
-
b_w(MM) –[\(b_w\)] Width of the web [\(mm\)].
-
d(MM) –[\(d\)] Effective depth [\(mm\)].
-
nu(DIMENSIONLESS) –[\(\nu\)] Strength reduction factor for concrete cracked in shear [\(-\)].
-
f_cd(MPA) –[\(f_{cd}\)] Design value of concrete compressive strength [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_5.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 44 45 46 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_5.Form6Dot5ShearForceCheck.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.38a.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_5.py
66 67 68 69 70 71 72 73 74 75 | |