formula_6_64
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_64
Formula 6.64 from EN 1992-1-1:2004: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot64BondFactor–Class representing formula 6.64 for the calculation of [\(\eta\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_64.Form6Dot64BondFactor
Form6Dot64BondFactor(a_s: MM2, a_p: MM2, xi: DIMENSIONLESS, d_s: MM, d_p: MM)
Bases: Formula
Class representing formula 6.64 for the calculation of [\(\eta\)].
[\(\eta\)] Calculation of [\(\eta\)].
EN 1992-1-1:2004 art.6.8.2(2) - Formula (6.64)
Parameters:
-
a_s(MM2) –[\(A_s\)] Area of reinforcing steel [\(mm^2\)].
-
a_p(MM2) –[\(A_P\)] Area of prestressing tendon or tendons [\(mm^2\)].
-
xi(DIMENSIONLESS) –[\(\xi\)] ratio of bond strength between bonded tendons and ribbed steel in concrete. The value is subject to the relevant European Technical Approval. In the absence of this the values given in Table 6.2 may be used. [-].
-
d_s(MM) –[\(⌀_s\)] Largest diameter of reinforcement [\(mm\)].
-
d_p(MM) –[\(⌀_P\)] Diameter or equivalent diameter of prestressing steel [\(mm\)]. \(⌀_P = 1.6 \cdot \sqrt{A_P}\) for bundles \(⌀_P = 1.75 \cdot ⌀_wire}\) for single 7 wire strands where \(⌀_wire\) is the wire diameter \(⌀_P = 1.20 \cdot ⌀_wire}\) for single 3 wire strands where \(⌀_wire\) is the wire diameter
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_64.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 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_64.Form6Dot64BondFactor.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.64.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_64.py
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | |