formula_7_7
codes.eurocode.en_1995_1_1_2004.chapter_7_serviceability_limit_states.formula_7_7
Formula 7.7 from EN 1995-1-1:2004.
Classes:
-
Form7Dot7NumberOfFOVibrations–Class representing formula 7.7 for the calculations of the number of first-order vibrations with a natural frequency less than 40Hz.
codes.eurocode.en_1995_1_1_2004.chapter_7_serviceability_limit_states.formula_7_7.Form7Dot7NumberOfFOVibrations
Form7Dot7NumberOfFOVibrations(
f_1: HZ, b: M, length: M, ei_l: NM2_M, ei_b: NM2_M
)
Bases: Formula
Class representing formula 7.7 for the calculations of the number of first-order vibrations with a natural frequency less than 40Hz.
[\(n_{40}\)] The number of first-order vibrations with a natural frequency less than 40Hz [\(-\)].
EN 1995-1-1:2004 art 7.3.3(5) - Formula (7.7)
Parameters:
-
f_1(HZ) –[\(f_{1}\)] Natural frequency of rectangular floor, laid freely on all four sides [\(Hz\)].
-
length(M) –[\(l\)] Span of the floor [\(m\)].
-
b(M) –[\(b\)] Width of the floor [\(m\)].
-
ei_l(NM2_M) –[\((EI)_{l}\)] Equivalent bending stiffness of the floor around the axis perpendicular to the longitudinal axis of the beam [\(Nm^{2}/m\)].
-
ei_b(NM2_M) –[\((EI)_{l}\)] Equivalent bending stiffness of the floor around the axis parallel to the longitudinal axis of the beam, with \(EI_{b} < EI_{l}\) [\(Nm^{2}/m\)].
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1995_1_1_2004/chapter_7_serviceability_limit_states/formula_7_7.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
codes.eurocode.en_1995_1_1_2004.chapter_7_serviceability_limit_states.formula_7_7.Form7Dot7NumberOfFOVibrations.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 7.7.
Source code in blueprints/codes/eurocode/en_1995_1_1_2004/chapter_7_serviceability_limit_states/formula_7_7.py
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | |