formula_8_21
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_21
Formula 8.21 from FprEN 1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot21DesignShearForcePerUnitWidth–Class representing formula 8.21 for the calculation of the design shear force per unit width in planar members
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_21.Form8Dot21DesignShearForcePerUnitWidth
Form8Dot21DesignShearForcePerUnitWidth(v_ed_x: N_MM, v_ed_y: N_MM)
Bases: Formula
Class representing formula 8.21 for the calculation of the design shear force per unit width in planar members with out-of-plane shear forces acting in two directions.
[\(v_{Ed}\)] Design shear force per unit width in planar members [\(N/mm\)].
FprEN 1992-1-1:2023 (E) art 8.2.1 (5) - Formula (8.21)
Both components enter squared, so the sign of either of them does not reach the result. They are components of a shear force vector and the standard places no restriction on their sign, so a negative one is accepted and gives the same result as its positive counterpart.
Parameters:
-
v_ed_x(N_MM) –[\(v_{Ed,x}\)] Out-of-plane design shear force per unit width acting on the cross-section perpendicular to the x direction [\(N/mm\)].
-
v_ed_y(N_MM) –[\(v_{Ed,y}\)] Out-of-plane design shear force per unit width acting on the cross-section perpendicular to the y direction [\(N/mm\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_21.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_21.Form8Dot21DesignShearForcePerUnitWidth.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.21.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_21.py
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | |