formula_6_4
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_4
Formula 6.4 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot4AdditionalMoment–Class representing formula 6.4 for the calculation of additional moment [\(\Delta M_{Ed}\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_4.Form6Dot4AdditionalMoment
Form6Dot4AdditionalMoment(n_ed: N, e_n: MM)
Bases: Formula
Class representing formula 6.4 for the calculation of additional moment [\(\Delta M_{Ed}\)].
[\(\Delta M_{Ed}\)] Calculation of the additional moment [\(Nmm\)].
EN 1993-1-1:2005 art.6.2.2.5(4) - Formula (6.4) Where a class 4 cross section is subjected to an axial compression force, the method given in EN 1993-1-5 should be used to determine the possible shift [\(e_{N}\)] of the centroid of the effective area [\(A_{eff}\)] relative to the centre of gravity of the gross cross section and the resulting additional moment according to this formula.
Note: The sign of the additional moment depends on the effect in the combination of internal forces and moments, see 6.2.9.3(2).
Parameters:
-
n_ed(N) –[\(N_{Ed}\)] Axial compression force [\(N\)].
-
e_n(MM) –[\(e_{N}\)] Shift of the centroid of the effective area relative to the centre of gravity of the gross cross section [\(mm\)]. The method given in EN 1993-1-5 should be used to determine the possible shift [\(e_{N}\)] of the centroid of the effective area [\(A_{eff\)] relative to the centre of gravity of the gross cross section.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_4.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_4.Form6Dot4AdditionalMoment.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.4.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_4.py
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | |