table_4_5n
codes.eurocode.en_1992_1_1_2004.chapter_4_durability_and_cover.table_4_5n
Table 4.5N from EN 1992-1-1:2004: Chapter 4 - Durability and cover to reinforcement.
Classes:
-
Table4Dot5nMinimumCoverDurabilityPrestressingSteel–Class representing the table 4.5N
codes.eurocode.en_1992_1_1_2004.chapter_4_durability_and_cover.table_4_5n.Table4Dot5nMinimumCoverDurabilityPrestressingSteel
Table4Dot5nMinimumCoverDurabilityPrestressingSteel(
exposure_classes: Table4Dot1ExposureClasses,
structural_class: ConcreteStructuralClassBase,
)
Bases: Formula
Class representing the table 4.5N for the calculation of the minimum cover [\(c_{min,dur}\)] [\(mm\)] requirements with regard to durability for prestressing steel.
[\(c_{min,dur}\)] Calculates the minimum concrete cover with regard to durability [\(mm\)] for prestressing steel.
EN 1992-1-1:2004 art.4.4.1.2 (5) - Table (4.5N)
Parameters:
-
exposure_classes(Table4Dot1ExposureClasses) –The exposure classes of the concrete. Use the [\(Table4Dot1ExposureClasses\)] class. [\(-\)]
-
structural_class(ConcreteStructuralClassBase) –The structural class of the concrete. Use the [\(Table4Dot3ConcreteStructuralClass\)] class. [\(-\)]
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_4_durability_and_cover/table_4_5n.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | |
codes.eurocode.en_1992_1_1_2004.chapter_4_durability_and_cover.table_4_5n.Table4Dot5nMinimumCoverDurabilityPrestressingSteel.latex
latex(n: int = 0) -> LatexFormula
Returns LatexFormula object for table 4.5N.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_4_durability_and_cover/table_4_5n.py
67 68 69 70 71 72 73 74 | |