formula_6_26
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_26
Formula 6.26 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot26VplTRdIOrHSection–Class representing formula 6.26 for the calculation of [\(V_{pl,T,Rd}\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_26.Form6Dot26VplTRdIOrHSection
Form6Dot26VplTRdIOrHSection(
tau_t_ed: MPA, f_y: MPA, gamma_m0: DIMENSIONLESS, v_pl_rd: N
)
Bases: Formula
Class representing formula 6.26 for the calculation of [\(V_{pl,T,Rd}\)].
[\(V_{pl,T,Rd}\)] Calculation of the design plastic shear resistance for I or H sections [\(N\)].
EN 1993-1-1:2005 art.6.2.7(9) - Formula (6.26)
Parameters:
-
tau_t_ed(MPA) –[\(\tau_{Ed}\)] Design shear stress due to St. Venant torsion [\(MPa\)].
-
f_y(MPA) –[\(f_y\)] Yield strength of the material [\(MPA\)].
-
gamma_m0(DIMENSIONLESS) –[\(\gamma_{M0}\)] Partial safety factor for resistance of cross-sections.
-
v_pl_rd(N) –[\(V_{pl,Rd}\)] Plastic shear resistance given in 6.2.6 [\(N\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_26.py
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 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_26.Form6Dot26VplTRdIOrHSection.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.26.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_26.py
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | |