formula_6_29
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_29
Formula 6.29 from NEN-EN 1993-1-1+A1:2016: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot29ReducedYieldStrength–Class representing formula 6.29 for the calculation of reduced yield strength.
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_29.Form6Dot29ReducedYieldStrength
Form6Dot29ReducedYieldStrength(rho: DIMENSIONLESS, f_y: MPA)
Bases: Formula
Class representing formula 6.29 for the calculation of reduced yield strength.
[\(f_{y,red}\)] Calculation of reduced yield strength [\(MPa\)].
NEN-EN 1993-1-1+A1:2016 art.6.2.8(3) - Formula (6.29)
Parameters:
-
rho(DIMENSIONLESS) –[\(\rho\)] Reduction factor for shear force, see equation 6.29rho (dimensionless).
-
f_y(MPA) –[\(f_y\)] Yield strength of the material [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_29.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_2005.chapter_6_ultimate_limit_state.formula_6_29.Form6Dot29ReducedYieldStrength.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.29.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_29.py
47 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 | |