formula_8_14
codes.eurocode.national_annex.nl.nen_en_1992_1_1_a1_2020.chapter_8_detailing_of_reinforcement_and_prestressing_tendons.formula_8_14
Formula 8.14 from NEN-EN 1992-1-1:2005+A1:2015+NB:2016+A1:2020: Chapter 8: Detailing of reinforcement and prestressing tendons.
Classes:
-
Form8Dot14EquivalentDiameterBundledBars–Class representing formula 8.14 for the calculation of the equivalent diameter of bundled bars, [\(Ø_{n}\)].
codes.eurocode.national_annex.nl.nen_en_1992_1_1_a1_2020.chapter_8_detailing_of_reinforcement_and_prestressing_tendons.formula_8_14.Form8Dot14EquivalentDiameterBundledBars
Form8Dot14EquivalentDiameterBundledBars(diameter: MM, n_b: DIMENSIONLESS)
Bases: Formula
Class representing formula 8.14 for the calculation of the equivalent diameter of bundled bars, [\(Ø_{n}\)].
[\(Ø_{n}\)] Equivalent diameter of bundled bars [\(mm\)].
NEN-EN 1992-1-1:2005+A1:2015+NB:2016+A1:2020 art.8.9.1(2) - Formula (8.14)
Parameters:
-
diameter(MM) –[\(Ø\)] Diameter of the bars [\(mm\)]
-
n_b(DIMENSIONLESS) –[\(n_{b}\)] Number of bars in the bundle [\(-\)].
≤ 4 for vertical bars in compression and for bars in a lapped joint.
≤ 3 for all other cases.
Source code in blueprints/codes/eurocode/national_annex/nl/nen_en_1992_1_1_a1_2020/chapter_8_detailing_of_reinforcement_and_prestressing_tendons/formula_8_14.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | |
codes.eurocode.national_annex.nl.nen_en_1992_1_1_a1_2020.chapter_8_detailing_of_reinforcement_and_prestressing_tendons.formula_8_14.Form8Dot14EquivalentDiameterBundledBars.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 8.14.
Source code in blueprints/codes/eurocode/national_annex/nl/nen_en_1992_1_1_a1_2020/chapter_8_detailing_of_reinforcement_and_prestressing_tendons/formula_8_14.py
51 52 53 54 55 56 57 58 59 | |