formula_8_30
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_30
Formula 8.30 from FprEN 1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot30EffectiveShearSpan–Class representing formula 8.30 for the calculation of the effective shear span with respect to
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_30.Form8Dot30EffectiveShearSpan
Form8Dot30EffectiveShearSpan(m_ed: NMM, v_ed: N, d: MM)
Bases: Formula
Class representing formula 8.30 for the calculation of the effective shear span with respect to the control section, for reinforced concrete members.
[\(a_{cs}\)] Effective shear span with respect to the control section [\(mm\)].
FprEN 1992-1-1:2023 (E) art 8.2.2 (3) - Formula (8.30)
The standard prints this as a ratio in absolute value bars, bounded from below by [\(d\)], which is implemented as the maximum of the two. Because of the absolute value, the signs of [\(M_{Ed}\)] and [\(V_{Ed}\)] do not affect the result, so both may be passed signed.
Parameters:
-
m_ed(NMM) –[\(M_{Ed}\)] Design bending moment at the control section, including the effects of prestressing according to 8.2.1(8) [\(Nmm\)].
-
v_ed(N) –[\(V_{Ed}\)] Design shear force at the control section, including the effects of prestressing according to 8.2.1(8) [\(N\)].
-
d(MM) –[\(d\)] Effective depth [\(mm\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_30.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 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_30.Form8Dot30EffectiveShearSpan.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.30.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_30.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 | |