formula_5_8
codes.eurocode.en_1993_1_1_2005.chapter_5_structural_analysis.formula_5_8
Formula 5.8 from EN 1993-1-1:2005: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot8CheckSlenderness–Class representing formula 5.8 for check of slenderness.
codes.eurocode.en_1993_1_1_2005.chapter_5_structural_analysis.formula_5_8.Form5Dot8CheckSlenderness
Form5Dot8CheckSlenderness(
lambda_bar: DIMENSIONLESS, a: MM2, f_y: MPA, n_ed: N
)
Bases: ComparisonFormula
Class representing formula 5.8 for check of slenderness.
Check the slenderness ratio.
EN 1993-1-1:2005 art.5.3.2(6) - Formula (5.8)
Parameters:
-
lambda_bar(DIMENSIONLESS) –[\(\overline{\lambda}\)] In-plane non-dimensional slenderness calculated for the member considered as hinged at its ends [-].
-
a(MM2) –[\(A\)] Cross-sectional area [\(mm^2\)].
-
f_y(MPA) –[\(f_y\)] Yield strength [\(MPa\)].
-
n_ed(N) –[\(N_{Ed}\)] Design value of the compression force [\(N\)].
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_5_structural_analysis/formula_5_8.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
codes.eurocode.en_1993_1_1_2005.chapter_5_structural_analysis.formula_5_8.Form5Dot8CheckSlenderness.unity_check
property
unity_check: float
Returns the unity check value.
codes.eurocode.en_1993_1_1_2005.chapter_5_structural_analysis.formula_5_8.Form5Dot8CheckSlenderness.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 5.8.
Source code in blueprints/codes/eurocode/en_1993_1_1_2005/chapter_5_structural_analysis/formula_5_8.py
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | |