formula_8_36
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_36
Formula 8.36 from FprEN 1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot36EffectiveDepthPrestressedMembers–Class representing formula 8.36 for the calculation of the effective depth of prestressed members
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_36.Form8Dot36EffectiveDepthPrestressedMembers
Form8Dot36EffectiveDepthPrestressedMembers(
d_s: MM, a_s: MM2, d_p: MM, a_p: MM2
)
Bases: Formula
Class representing formula 8.36 for the calculation of the effective depth of prestressed members with bonded tendons.
[\(d\)] Effective depth of prestressed members with bonded tendons [\(mm\)].
FprEN 1992-1-1:2023 (E) art 8.2.2 (6) - Formula (8.36)
The area of prestressed reinforcement [\(A_p\)] may be omitted if including it reduces the shear resistance through the reduced effective depth, provided the longitudinal tension reinforcement [\(A_s\)] is sufficient to carry [\(M_{Ed}\)] and [\(N_{Ed}\)] taking into account the effect of prestressing. Passing [\(A_p = 0\)] returns [\(d_s\)], which is that omission.
Parameters:
-
d_s(MM) –[\(d_s\)] Effective depth of the longitudinal tension reinforcement [\(mm\)].
-
a_s(MM2) –[\(A_s\)] Area of the longitudinal tension reinforcement [\(mm^2\)].
-
d_p(MM) –[\(d_p\)] Effective depth of the prestressed reinforcement [\(mm\)].
-
a_p(MM2) –[\(A_p\)] Area of the prestressed reinforcement [\(mm^2\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_36.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 42 43 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_36.Form8Dot36EffectiveDepthPrestressedMembers.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.36.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_36.py
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 84 85 86 | |