formula_8_50
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_50
Formula 8.50 from FprEN-1992-1-1:2023: Chapter 8 - Ultimate limit states (ULS).
Classes:
-
Form8Dot50AdditionalTensileForceDueToShear–Class representing formula 8.50 for the calculation of the additional tensile force due to shear.
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_50.Form8Dot50AdditionalTensileForceDueToShear
Form8Dot50AdditionalTensileForceDueToShear(v_ed: N, theta: DEG)
Bases: Formula
Class representing formula 8.50 for the calculation of the additional tensile force due to shear.
[\(N_{Vd}\)] Additional tensile force due to shear [\(N\)].
FprEN 1992-1-1:2023 art 8.2.3 (8) - Formula (8.50)
Parameters:
-
v_ed(N) –[\(V_{Ed}\)] Design shear force
-
theta(DEG) –[\(\theta\)] Angle of the compression strut with the longitudinal axis of the member
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_50.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_50.Form8Dot50AdditionalTensileForceDueToShear.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.50.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_50.py
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 | |