formula_6_6n
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_6n
Formula 6.6n from EN 1992-1-1:2004: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot6nStrengthReductionFactor–Class representing formula 6.6n for the calculation of the strength reduction factor, [\(\nu\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_6n.Form6Dot6nStrengthReductionFactor
Form6Dot6nStrengthReductionFactor(f_ck: MPA)
Bases: Formula
Class representing formula 6.6n for the calculation of the strength reduction factor, [\(\nu\)].
[\(\nu\)] Strength reduction factor for concrete cracked in shear [\(-\)].
EN 1992-1-1:2004 art.6.2.2 (6) - Formula (6.6n)
Parameters:
-
f_ck(MPA) –[\(f_{ck}\)] Characteristic compressive strength of concrete [\(MPa\)].
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_6n.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_6n.Form6Dot6nStrengthReductionFactor.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.6n.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_6n.py
41 42 43 44 45 46 47 48 49 50 | |