formula_6_11
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_11
Formula 6.11 from EN 1993-1-1:2005: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot11NcRdClass4–Class representing formula 6.11 for the calculation of [\(N_{c,Rd}\)].
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_11.Form6Dot11NcRdClass4
Form6Dot11NcRdClass4(a_eff: MM2, f_y: MPA, gamma_m0: DIMENSIONLESS)
Bases: Formula
Class representing formula 6.11 for the calculation of [\(N_{c,Rd}\)].
[\(N_{c,Rd}\)] Calculation of the design resistance of the cross-section for uniform compression [\(N\)]. This equation is only valid for cross-sections with class 4.
EN 1993-1-1:2005 art.6.2.4(2) - Formula (6.11)
Parameters:
-
a_eff(MM2) –[\(A_{eff}\)] Effective area of the cross-section [\(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.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_11.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 | |
codes.eurocode.en_1993_1_1_2005.chapter_6_ultimate_limit_state.formula_6_11.Form6Dot11NcRdClass4.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.11.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_6_ultimate_limit_state/formula_6_11.py
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | |