formula_5_15
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_15
Formula 5.15 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot15EffectiveLengthBraced–Class representing formula 5.15 for the calculation of the effective length of braced members, [\(l_0\)].
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_15.Form5Dot15EffectiveLengthBraced
Form5Dot15EffectiveLengthBraced(
k_1: DIMENSIONLESS, k_2: DIMENSIONLESS, height: M
)
Bases: Formula
Class representing formula 5.15 for the calculation of the effective length of braced members, [\(l_0\)].
[\(l_{0}\)] Effective length for braced members [\(m\)].
EN 1992-1-1:2004 art.5.8.3.2(3) - Formula (5.15)
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 constraints [\(m\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_15.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_15.Form5Dot15EffectiveLengthBraced.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.15.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_15.py
47 48 49 50 51 52 53 54 55 56 | |