formula_6_55
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_55
Formula 6.55 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot55DesignBucklingResistanceMoment–Class representing formula 6.55 for the calculation of [\(M_{b,Rd}\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_55.Form6Dot55DesignBucklingResistanceMoment
Form6Dot55DesignBucklingResistanceMoment(
chi_lt: DIMENSIONLESS, w_y: MM3, f_y: MPA, gamma_m1: DIMENSIONLESS
)
Bases: Formula
Class representing formula 6.55 for the calculation of [\(M_{b,Rd}\)].
[\(M_{b,Rd}\)] Design buckling resistance moment [\(Nmm\)].
EN 1993-1-1:2005 art.6.3.2.1(3) - Formula (6.55)
Parameters:
-
chi_lt(DIMENSIONLESS) –[\(\chi_{LT}\)] Reduction factor for lateral-torsional buckling [-].
-
w_y(MM3) –[\(W_y\)] Appropriate section modulus [\(mm^3\)].
-
f_y(MPA) –[\(f_y\)] Yield strength of the material [\(MPa\)].
-
gamma_m1(DIMENSIONLESS) –[\(\gamma_{M1}\)] Partial factor for resistance of members to instability [-].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_55.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_55.Form6Dot55DesignBucklingResistanceMoment.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.55.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_55.py
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | |