formula_6_55
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_55
Formula 6.55 from EN 1992-1-1:2004: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot55DesignStrengthConcreteStruts–Class representing formula 6.55 for the calculation of [\(\sigma_{Rd,max}\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_55.Form6Dot55DesignStrengthConcreteStruts
Form6Dot55DesignStrengthConcreteStruts(f_cd: MPA)
Bases: Formula
Class representing formula 6.55 for the calculation of [\(\sigma_{Rd,max}\)].
[\(\sigma_{Rd,max}\)] Calculation of the design strength of concrete struts.
EN 1992-1-1:2004 art.6.5.2(1) - Formula (6.55)
Parameters:
-
f_cd(MPA) –[\(f_{cd}\)] Design compressive strength of concrete [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_55.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | |
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_55.Form6Dot55DesignStrengthConcreteStruts.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.55.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_55.py
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | |