formula_6_11abcn
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_11abcn
Formula 6.11a/b/cN from EN 1992-1-1:2004: Chapter 6 - Ultimate limit state.
Classes:
-
Form6Dot11abcnCompressionChordCoefficient–Class representing formula 6.11a/b/cn for the calculation of the coefficient taking account of the state of the stress in
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_11abcn.Form6Dot11abcnCompressionChordCoefficient
Form6Dot11abcnCompressionChordCoefficient(sigma_cp: MPA, f_cd: MPA)
Bases: Formula
Class representing formula 6.11a/b/cn for the calculation of the coefficient taking account of the state of the stress in the compression chord.
[\(\alpha_{cw}\)] Coefficient taking account of the state of the stress in the compression chord [\(-\)].
EN 1992-1-1:2004 art.6.2.3(3) - Formula (6.11.aN, 6.11.bN, and 6.11.cN)
Parameters:
-
sigma_cp(MPA) –[\(\sigma_{cp}\)] Mean compressive stress, measured positive, due to the design axial force [\(MPa\)].
-
f_cd(MPA) –[\(f_{cd}\)] Design value of concrete compressive strength [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_11abcn.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_11abcn.Form6Dot11abcnCompressionChordCoefficient.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.11a/b/cN.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_11abcn.py
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | |