formula_8_34
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_34
Formula 8.34 from FprEN 1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot34FactorK1–Class representing formula 8.34 for the calculation of the factor accounting for the effect of
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_34.Form8Dot34FactorK1
Form8Dot34FactorK1(a_cs_0: MM, e_p: MM, d: MM, a_c: MM2, b_w: MM, z: MM)
Bases: Formula
Class representing formula 8.34 for the calculation of the factor accounting for the effect of compressive normal forces.
[\(k_1\)] Factor accounting for the effect of compressive normal forces [\(-\)].
FprEN 1992-1-1:2023 (E) art 8.2.2 (5) - Formula (8.34)
The standard offers this factor unless the National Annex gives another value. The printed upper bound is implemented as a minimum.
Parameters:
-
a_cs_0(MM) –[\(a_{cs,0}\)] Effective shear span determined according to Formula (8.30), without considering in [\(M_{Ed}\)] and [\(V_{Ed}\)] the effect of prestressing or external load that produces the compressive axial force [\(mm\)].
-
e_p(MM) –[\(e_p\)] Eccentricity of the prestressing force or of the external load that produces the compressive axial force, with respect to the centre of gravity of the cross-section, considered as positive towards the tensile side. A negative value is therefore valid. For statically indeterminate members, the effect of hyperstatic moments due to prestressing should be considered by modifying the tendons eccentricity accordingly [\(mm\)].
-
d(MM) –[\(d\)] Effective depth [\(mm\)].
-
a_c(MM2) –[\(A_c\)] Area of concrete cross-section [\(mm^2\)].
-
b_w(MM) –[\(b_w\)] Width of the cross-section of linear members [\(mm\)].
-
z(MM) –[\(z\)] Lever arm for the shear stress calculation [\(mm\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_34.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 44 45 46 47 48 49 50 51 52 53 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_34.Form8Dot34FactorK1.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 8.34.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_34.py
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | |