formula_8_51aw
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_51aw
Formula 8.51aw from EN 1993-1-1:2022: Chapter 8 - Ultimate Limit State.
Classes:
-
Form8Dot51awHollowSections–Class representing formula 8.51aw for [\(a_w\)] in hollow sections.
-
Form8Dot51awWeldedBoxSections–Class representing formula 8.51aw for [\(a_w\)] in welded box sections.
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_51aw.Form8Dot51awHollowSections
Form8Dot51awHollowSections(a: MM2, b: MM, t: MM)
Bases: Formula
Class representing formula 8.51aw for [\(a_w\)] in hollow sections.
[\(a_w\)] Calculation of the reduction factor for hollow sections (dimensionless).
EN 1993-1-1:2022 art.8.2.9.1(6) - Formula (8.51aw)
Parameters:
-
a(MM2) –[\(A\)] Total cross-sectional area [\(mm^2\)].
-
b(MM) –[\(b\)] Width of the section [\(mm\)].
-
t(MM) –[\(t\)] Thickness of the section [\(mm\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_51aw.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_2022.chapter_8_ultimate_limit_state.formula_8_51aw.Form8Dot51awHollowSections.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.51aw.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_51aw.py
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 82 83 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_51aw.Form8Dot51awWeldedBoxSections
Form8Dot51awWeldedBoxSections(a: MM2, b: MM, t_f: MM)
Bases: Formula
Class representing formula 8.51aw for [\(a_w\)] in welded box sections.
[\(a_w\)] Calculation of the reduction factor for welded box sections (dimensionless).
EN 1993-1-1:2022 art.8.2.9.1(6) - Formula (8.51aw)
Parameters:
-
a(MM2) –[\(A\)] Total cross-sectional area [\(mm^2\)].
-
b(MM) –[\(b\)] Width of the section [\(mm\)].
-
t_f(MM) –[\(t_f\)] Flange thickness [\(mm\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_51aw.py
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | |
codes.eurocode.en_1993_1_1_2022.chapter_8_ultimate_limit_state.formula_8_51aw.Form8Dot51awWeldedBoxSections.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.51aw.
Source code in blueprints/codes/eurocode/en_1993_1_1_2022/chapter_8_ultimate_limit_state/formula_8_51aw.py
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 157 158 159 | |