formula_6_36
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_36
Formula 6.36 from EN 1993-1-1:2005: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot36MomentReduction–Class representing formula 6.36 for the calculation of reduced bending moment when axially loaded.
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_36.Form6Dot36MomentReduction
Form6Dot36MomentReduction(mpl_y_rd: NMM, a: DIMENSIONLESS, n: DIMENSIONLESS)
Bases: Formula
Class representing formula 6.36 for the calculation of reduced bending moment when axially loaded.
[\(M_{N,y,Rd}\)] Reduced bending moment [\(Nmm\)].
EN 1993-1-1:2005 art.6.2.9.1(5) - Formula (6.36)
Parameters:
-
mpl_y_rd(NMM) –[\(M_{pl,y,Rd}\)] Plastic bending moment about the y-axis [\(Nmm\)].
-
a(DIMENSIONLESS) –Reduction factor for cross-sectional area, see formula 6.38a (
Form6Dot38A) [-]. -
n(DIMENSIONLESS) –Axial force ratio, see formula 6.38n (
Form6Dot38N) [-].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_36.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_36.Form6Dot36MomentReduction.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.36.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_36.py
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | |