formula_8_43
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_43
Formula 8.43 from FprEN-1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot43ShearReinforcementRatio–Class representing formula 8.43 for the shear reinforcement ratio.
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_43.Form8Dot43ShearReinforcementRatio
Form8Dot43ShearReinforcementRatio(a_sw: MM2, b_w: MM, s: MM)
Bases: Formula
Class representing formula 8.43 for the shear reinforcement ratio.
FprEN 1992-1-1:2023 art. 8.2.3 - Formula (8.43)
Formula
[\(\rho_w = \frac{A_{sw}}{b_w \cdot s}\)]
Parameters:
-
a_sw(MM2) –[\(A_{sw}\)] Shear reinforcement area (\(mm^2\)).
-
b_w(MM) –[\(b_w\)] Width of the web or width of the shear plane (\(mm\)).
-
s(MM) –[\(s\)] Spacing of the shear reinforcement (\(mm\)).
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_43.py
32 33 34 35 36 37 38 39 40 41 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_43.Form8Dot43ShearReinforcementRatio.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.43.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_43.py
50 51 52 53 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 | |