formula_6_40
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_40
Formula 6.40 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot40ReducedBendingMomentResistance–Class representing formula 6.40 for the calculation of [\(M_{N,z,Rd}\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_40.Form6Dot40ReducedBendingMomentResistance
Form6Dot40ReducedBendingMomentResistance(
mpl_z_rd: NMM, n: DIMENSIONLESS, a_f: DIMENSIONLESS
)
Bases: Formula
Class representing formula 6.40 for the calculation of [\(M_{N,z,Rd}\)].
[\(M_{N,z,Rd}\)] Calculation of the reduced bending moment [\(Nmm\)].
EN 1993-1-1:2005 art.6.2.9.1(5) - Formula (6.40)
Parameters:
-
mpl_z_rd(NMM) –[\(M_{pl,z,Rd}\)] Plastic bending moment resistance about the z-axis [\(Nmm\)].
-
n(DIMENSIONLESS) –[\(n\)] Axial force ratio, see equation 6.38n (dimensionless).
-
a_f(DIMENSIONLESS) –[\(a_f\)] Reduction factor for the flange (dimensionless).
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_40.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_40.Form6Dot40ReducedBendingMomentResistance.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.40.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_40.py
52 53 54 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 | |