formula_5_45
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_45
Formula 5.45 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot45LossesDueToFriction–Class representing formula 5.45 for the calculation of losses due to friction in post-tensioned tendons, [\(\Delta P_{\mu}(x)\)].
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_45.Form5Dot45LossesDueToFriction
Form5Dot45LossesDueToFriction(
p_max: KN, mu: DIMENSIONLESS, theta: DIMENSIONLESS, k: ONE_OVER_M, x: M
)
Bases: Formula
Class representing formula 5.45 for the calculation of losses due to friction in post-tensioned tendons, [\(\Delta P_{\mu}(x)\)].
[\(\Delta P_{\mu}(x)\)] Losses due to friction [\(kN\)].
EN 1992-1-1:2004 art.5.10.5.2(1) - Formula (5.45)
Parameters:
-
p_max(KN) –[\(P_{max}\)] Force at the active end during tensioning [\(kN\)].
-
mu(DIMENSIONLESS) –[\(\mu\)] Coefficient of friction between the tendon and its duct [\(-\)].
-
theta(DIMENSIONLESS) –[\(\theta\)] Sum of the angular displacements over a distance x (irrespective of direction or sign) [\(-\)].
-
k(ONE_OVER_M) –[\(k\)] Unintentional angular displacement for internal tendons (per unit length) [\(1/m\)].
-
x(M) –[\(x\)] Distance along tendon from point where the prestressing force equals Pmax (force at active end during tensioning) [\(m\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_45.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 | |
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_45.Form5Dot45LossesDueToFriction.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.45.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_45.py
69 70 71 72 73 74 75 76 77 78 79 | |