formula_5_5
codes.eurocode.en_1993_5_2007.chapter_5_ultimate_limit_states.formula_5_5
Formula 5.5 from EN 1993-5:2007 Chapter 5 - Ultimate limit states.
Classes:
-
Form5Dot5PlasticShearResistance–Class representing formula 5.5 for the design plastic shear resistance for each web.
codes.eurocode.en_1993_5_2007.chapter_5_ultimate_limit_states.formula_5_5.Form5Dot5PlasticShearResistance
Form5Dot5PlasticShearResistance(a_v: MM2, f_y: MPA, gamma_m_0: DIMENSIONLESS)
Bases: Formula
Class representing formula 5.5 for the design plastic shear resistance for each web.
([\(V_{pl,Rd}\)]) Calculate design plastic shear resistance for each web in [\(kN\)].
EN 1993-5:2007(E) art.5.2.2(4) - Formula (5.5)
Parameters:
-
a_v(MM2) –([\(A_{v}\)]) Projected shear area for each web, acting in the same direction as VEd in [\(mm^2\)].
-
f_y(MPA) –([\(f_{y}\)]) Yield strength in [\(MPa\)].
-
gamma_m_0(DIMENSIONLESS) –([\(\gamma_{M0}\)]) Partial factor for material properties in [\(-\)].
Source code in blueprints/codes/eurocode/en_1993_5_2007/chapter_5_ultimate_limit_states/formula_5_5.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |
codes.eurocode.en_1993_5_2007.chapter_5_ultimate_limit_states.formula_5_5.Form5Dot5PlasticShearResistance.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 5.5.
Source code in blueprints/codes/eurocode/en_1993_5_2007/chapter_5_ultimate_limit_states/formula_5_5.py
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | |