formula_5_17
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_17
Formula 5.17 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot17EffectiveLengthBucklingLoad–Class representing formula 5.17 for the calculation of effective length of unbraced members, in the
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_17.Form5Dot17EffectiveLengthBucklingLoad
Form5Dot17EffectiveLengthBucklingLoad(ei: KN_M2, n_b: KN)
Bases: Formula
Class representing formula 5.17 for the calculation of effective length of unbraced members, in the case where criteria (2) and (3) do not apply such as by variable loading, [\(l_0\)].
[\(l_{0}\)] Effective length for unbraced members [\(m\)].
EN 1992-1-1:2004 art.5.8.3.2(6) - Formula (5.17)
Parameters:
-
ei(KN_M2) –[\(EI\)] is a representative bending stiffness [\(kN/m^2\)].
-
n_b(KN) –[\(N_{b}\)] is the buckling load expressed in terms of EI (in equation (5.14) i should correspond to this EI). [\(kN\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_17.py
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_17.Form5Dot17EffectiveLengthBucklingLoad.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.17.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_17.py
44 45 46 47 48 49 50 51 52 | |