formula_5_36
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_36
Formula 5.36 from EN 1992-1-1:2004: Chapter 5 - Structural Analysis.
Classes:
-
Form5Dot36RelativeAxialForce–Class representing formula 5.36 for the calculation of the relative axial force, [\(K_{r}\)].
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_36.Form5Dot36RelativeAxialForce
Form5Dot36RelativeAxialForce(
n_ed: KN, ac: MM2, fcd: MPA, as_: MM2, fyd: MPA, n_bal: DIMENSIONLESS
)
Bases: Formula
Class representing formula 5.36 for the calculation of the relative axial force, [\(K_{r}\)].
[\(K_{r}\)] Relative axial force [-].
EN 1992-1-1:2004 art.5.8.8.3(3) - Formula (5.36)
Parameters:
-
n_ed(KN) –[\(N_{Ed}\)] Design value of axial load [\(kN\)].
-
ac(MM2) –[\(A_{c}\)] Area of concrete cross section [\(mm^2\)].
-
fcd(MPA) –[\(f_{cd}\)] Design value of concrete compressive strength [\(MPa\)].
-
as_(MM2) –[\(A_{s}\)] Total area of reinforcement [\(mm^2\)].
-
fyd(MPA) –[\(f_{yd}\)] Design yield strength of reinforcement [\(MPa\)].
-
n_bal(DIMENSIONLESS) –[\(n_{bal}\)] Value of n at maximum moment resistance, 0.4 may be used [-].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_36.py
16 17 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 46 47 48 49 50 | |
codes.eurocode.en_1992_1_1_2004.chapter_5_structural_analysis.formula_5_36.Form5Dot36RelativeAxialForce.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 5.36.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_5_structural_analysis/formula_5_36.py
70 71 72 73 74 75 76 77 78 79 80 81 82 83 | |