constants
codes.eurocode.en_1992_1_1_2004.chapter_4_durability_and_cover.constants
Constants for the calculation of nominal concrete cover according to EN 1992-1-1:2004.
Classes:
-
NominalConcreteCoverConstants–Constants for the calculation of nominal concrete cover according to EN 1992-1-1:2004.
codes.eurocode.en_1992_1_1_2004.chapter_4_durability_and_cover.constants.NominalConcreteCoverConstants
dataclass
NominalConcreteCoverConstants(
DEFAULT_DELTA_C_DEV: MM = int(),
COVER_INCREASE_FOR_ABRASION_CLASS: dict[AbrasionClass, MM] = dict(),
)
Bases: NominalConcreteCoverConstantsBase
Constants for the calculation of nominal concrete cover according to EN 1992-1-1:2004.
codes.eurocode.en_1992_1_1_2004.chapter_4_durability_and_cover.constants.NominalConcreteCoverConstants.minimum_cover_with_regard_to_casting_surface
staticmethod
minimum_cover_with_regard_to_casting_surface(
c_min_dur: MM, casting_surface: CastingSurface
) -> MM
Calculate the minimum cover with regard to casting surface according to art. 4.4.1.3 (4) from EN 1992-1-1:2004.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_4_durability_and_cover/constants.py
43 44 45 46 47 48 49 50 51 52 | |
codes.eurocode.en_1992_1_1_2004.chapter_4_durability_and_cover.constants.NominalConcreteCoverConstants.minimum_cover_with_regard_to_casting_surface_latex
staticmethod
minimum_cover_with_regard_to_casting_surface_latex(
casting_surface: CastingSurface,
) -> str
LateX representation of minimum cover with regard to casting surface according to art. 4.4.1.3 (4) from EN 1992-1-1:2004.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_4_durability_and_cover/constants.py
54 55 56 57 58 59 60 61 62 63 | |