formula_6_57n
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_57n
Formula 6.57N from EN 1992-1-1:2004: Chapter 6 - Ultimate Limit State.
Classes:
-
Form6Dot57nNuPrime–Class representing formula 6.57N for the calculation of [\(\nu'\)].
codes.eurocode.en_1992_1_1_2004.chapter_6_ultimate_limit_state.formula_6_57n.Form6Dot57nNuPrime
Form6Dot57nNuPrime(f_ck: MPA)
Bases: Formula
Class representing formula 6.57N for the calculation of [\(\nu'\)].
[\(\nu'\)] Calculation of [\(\nu'\)].
EN 1992-1-1:2004 art.6.5.2(2) - Formula (6.57N)
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_57n.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_57n.Form6Dot57nNuPrime.latex
latex(n: int = 3) -> LatexFormula
Returns LatexFormula object for formula 6.57N.
Source code in blueprints/codes/eurocode/en_1992_1_1_2004/chapter_6_ultimate_limit_state/formula_6_57n.py
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | |