formula_9_9
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_9
Formula 9.9 from EN 1992-1-1:2004: Chapter 9 - Detailing and specific rules.
Classes:
-
Form9Dot9MaximumSpacingSeriesOfLinks–Class representing the formula 9.9 for the calculation of the maximum distance between successive series of links in longitudinal direction
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_9.Form9Dot9MaximumSpacingSeriesOfLinks
Form9Dot9MaximumSpacingSeriesOfLinks(d: MM, alpha: DEG)
Bases: Formula
Class representing the formula 9.9 for the calculation of the maximum distance between successive series of links in longitudinal direction for slabs.
[\(s_{max}\)] Maximum distance between successive series of links in longitudinal direction for slabs [\(mm\)].
EN 1992-1-1:2004 art.9.3.2(4) - Formula (9.9)
Parameters:
-
d(MM) –[\(d\)] Effective height of the cross-section [\(mm\)].
-
alpha(DEG) –[\(\alpha\)] The angle between the shear reinforcement and the longitudinal axis of the slab (see 9.2.2(1)) [\(deg\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_9_detailling_and_specific_rules/formula_9_9.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_9_detailling_and_specific_rules.formula_9_9.Form9Dot9MaximumSpacingSeriesOfLinks.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 9.9.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_9_detailling_and_specific_rules/formula_9_9.py
53 54 55 56 57 58 59 60 61 | |