formula_8_47
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_47
Formula 8.47 from FprEN-1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot47StrainTensionChord–Class representing formula 8.47 for the calculation of [\(\epsilon_{xt}\)].
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_47.Form8Dot47StrainTensionChord
Form8Dot47StrainTensionChord(f_td: N, a_st: MM2, e_s: MPA)
Bases: Formula
Class representing formula 8.47 for the calculation of [\(\epsilon_{xt}\)].
Strain of the tension chord where the following may be assumed unless more refined methods are used. [\(\epsilon_{xt} = \frac{F_{td}}{A_{st} \cdot E_{s}}\)]
Strain of the tension chord (dimensionless).
FprEN 1992-1-1:2023 art. 8.2.3 (7) - Formula (8.47)
Parameters:
-
f_td(N) –[\(F_{td}\)] Design value of the axial force in the tension chord [\(N\)].
-
a_st(MM2) –[\(A_{st}\)] Area of the longitudinal reinforcement in the tension chord [\(mm^2\)].
-
e_s(MPA) –[\(E_s\)] Modulus of elasticity of reinforcement steel [\(MPa\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_47.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_47.Form8Dot47StrainTensionChord.latex
latex(n: int = 4) -> LatexFormula
Returns LatexFormula object for formula 8.47.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_47.py
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 | |