formula_5_16
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_16
Formula 5.16 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot16EffectiveLengthUnbraced–Class representing formula 5.16 for the calculation of effective length of unbraced members, [\(l_0\)].
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_16.Form5Dot16EffectiveLengthUnbraced
Form5Dot16EffectiveLengthUnbraced(
k_1: DIMENSIONLESS, k_2: DIMENSIONLESS, height: M
)
Bases: Formula
Class representing formula 5.16 for the calculation of effective length of unbraced members, [\(l_0\)].
[\(l_{0}\)] Effective length for unbraced members [\(m\)].
EN 1992-1-1:2004 art.5.8.3.2(3) - Formula (5.16)
Parameters:
-
k_1(DIMENSIONLESS) –[\(k_{1}\)] Relative flexibility of rotational constraint at end 1 [\(-\)].
-
k_2(DIMENSIONLESS) –[\(k_{2}\)] Relative flexibility of rotational constraint at end 2 [\(-\)].
-
height(M) –[\(l\)] Clear height of compression member between end constraint [\(m\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_16.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | |
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_16.Form5Dot16EffectiveLengthUnbraced.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.16.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_16.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 | |