formula_9_8n
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_8n
Formula 9.8N from EN 1992-1-1:2004: Chapter 9 - Detailing of members and particular rules.
Classes:
-
Form9Dot8nMaximumTransverseDistanceLegsSeriesShearLinks–Class representing the formula 9.8N for the calculation of the maximum distance in transverse direction between legs in a series of shear
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_8n.Form9Dot8nMaximumTransverseDistanceLegsSeriesShearLinks
Form9Dot8nMaximumTransverseDistanceLegsSeriesShearLinks(d: MM)
Bases: Formula
Class representing the formula 9.8N for the calculation of the maximum distance in transverse direction between legs in a series of shear links.
[\(s_{t,max}\)] Maximum distance in transverse direction between legs in a series of shear links [mm].
EN 1992-1-1:2004 art.9.2.2(8) - Formula (9.8N)
Parameters:
-
d(MM) –[\(d\)] Effective height of the cross-section [mm].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_9_detailling_and_specific_rules/formula_9_8n.py
18 19 20 21 22 23 24 25 26 27 28 29 | |
codes.eurocode.en_1992_1_1_2004.chapter_9_detailling_and_specific_rules.formula_9_8n.Form9Dot8nMaximumTransverseDistanceLegsSeriesShearLinks.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 9.8N.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_9_detailling_and_specific_rules/formula_9_8n.py
37 38 39 40 41 42 43 44 45 | |