formula_6_16
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_16
Formula 6.16 from EN 1992-1-1:2004: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot16NominalWebWidth–Class representing formula 6.16 for the calculation of the nominal web width, [\(b_{w,nom}\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_16.Form6Dot16NominalWebWidth
Form6Dot16NominalWebWidth(b_w: MM, diameters: list[MM])
Bases: Formula
Class representing formula 6.16 for the calculation of the nominal web width, [\(b_{w,nom}\)].
[\(b_{w,nom}\)] Nominal web width [\(mm\)].
EN 1992-1-1:2004 art.6.2.3(6) - Formula (6.16)
Parameters:
-
b_w(MM) –[\(b_{w}\)] Web width [\(mm\)].
-
diameters(list[MM]) –[\(⌀\)] Diameters of the reinforcement bars for the most unfavourable level [\(mm\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_16.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_16.Form6Dot16NominalWebWidth.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.16.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_16.py
48 49 50 51 52 53 54 55 56 57 | |