formula_8_44
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_44
Formula 8.44 from FprEN-1992-1-1:2023: Chapter 8: Ultimate limit states (ULS).
Classes:
-
Form8Dot44StressCompressionField–Class representing formula 8.44 for the verification of the compression field stress.
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_44.Form8Dot44StressCompressionField
Form8Dot44StressCompressionField(
tau_ed: MPA, theta: DEG, nu: DIMENSIONLESS, f_cd: MPA
)
Bases: Formula
Class representing formula 8.44 for the verification of the compression field stress.
The stress in the compression field in all cross-sections shall be verified according to: [\(\sigma_{cd} = \tau_{Ed}(\cot \theta + \tan \theta) \leq \nu \cdot f_{cd}\)]
Verification of the compression field stress.
FprEN 1992-1-1:2023 art. 8.2.3 - Formula (8.44)
Parameters:
-
tau_ed(MPA) –[\(\tau_{Ed}\)] Design value of the shear stress [\(MPa\)].
-
theta(DEG) –[\(\theta\)] Inclination angle of the compression strut [\(degrees\)].
-
nu(DIMENSIONLESS) –[\(\nu\)] Strength reduction factor for concrete cracked in shear (dimensionless).
-
f_cd(MPA) –[\(f_{cd}\)] Design value of the compressive strength of concrete [\(MPa\)].
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_44.py
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 | |
codes.eurocode.fpr_en_1992_1_1_2023.chapter_8_ultimate_limit_states.formula_8_44.Form8Dot44StressCompressionField.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 8.44.
Source code in blueprints/codes/eurocode/fpr_en_1992_1_1_2023/chapter_8_ultimate_limit_states/formula_8_44.py
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | |