formula_6_44
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_44
Formula 6.44 from EN 1993-1-1:2005: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot44CombinedCompressionBendingClass4CrossSections–Class representing formula 6.44 for cross-sections of class 4.
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_44.Form6Dot44CombinedCompressionBendingClass4CrossSections
Form6Dot44CombinedCompressionBendingClass4CrossSections(
n_ed: N,
a_eff: MM2,
f_y: MPA,
gamma_m0: DIMENSIONLESS,
m_y_ed: NMM,
e_ny: MM,
w_eff_y_min: MM3,
m_z_ed: NMM,
e_nz: MM,
w_eff_z_min: MM3,
)
Bases: ComparisonFormula
Class representing formula 6.44 for cross-sections of class 4.
Combined compression and bending check for Class 4 cross-sections. The combined utilization from axial force and bending moments should not exceed unity.
EN 1993-1-1:2005 art. 6.2.9.3 (2) - Formula (6.44)
Parameters:
-
n_ed(N) –[\(N_{Ed}\)] Design value of the axial force [\(N\)].
-
a_eff(MM2) –[\(A_{eff}\)] Effective area of the cross-section when subjected to uniform compression [\(mm^2\)].
-
f_y(MPA) –[\(f_y\)] Yield strength of the material [\(MPa\)].
-
gamma_m0(DIMENSIONLESS) –[\(\gamma_{M0}\)] Partial safety factor for resistance of cross-sections [-].
-
m_y_ed(NMM) –[\(M_{y,Ed}\)] Design value of the bending moment about the y-axis [\(Nmm\)].
-
e_ny(MM) –[\(e_{Ny}\)] Shift of the centroidal y-axis when the cross-section is subjected to compression only [\(mm\)].
-
w_eff_y_min(MM3) –[\(W_{eff,y,min}\)] Effective section modulus (corresponding to the fibre with the maximum elastic stress) about the y-axis [\(mm^3\)].
-
m_z_ed(NMM) –[\(M_{z,Ed}\)] Design value of the bending moment about the z-axis [\(Nmm\)].
-
e_nz(MM) –[\(e_{Nz}\)] Shift of the centroidal z-axis when the cross-section is subjected to compression only [\(mm\)].
-
w_eff_z_min(MM3) –[\(W_{eff,z,min}\)] Effective section modulus (corresponding to the fibre with the maximum elastic stress) about the z-axis [\(mm^3\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_44.py
20 21 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_44.Form6Dot44CombinedCompressionBendingClass4CrossSections.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.44.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_44.py
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | |