formula_7_5
codes.eurocode.en_1995_1_1_2004.chapter_7_serviceability_limit_states.formula_7_5
Formula 7.5 from EN 1995-1-1:2004.
Classes:
-
Form7Dot5NaturalFrequency–Class representing formula 7.5 for the calculation of natural frequency [\(f_{1}\)].
codes.eurocode.en_1995_1_1_2004.chapter_7_serviceability_limit_states.formula_7_5.Form7Dot5NaturalFrequency
Form7Dot5NaturalFrequency(length: M, ei_l: NM2_M, m: KG_M2)
Bases: Formula
Class representing formula 7.5 for the calculation of natural frequency [\(f_{1}\)].
[\(f_{1}\)] The natural frequency [\(Hz\)].
EN 1995-1-1:2004 art 7.3.3(4) - Formula (7.5)
Parameters:
-
length(M) –[\(l\)] Span of the floor [\(m\)].
-
ei_l(NM2_M) –[\((EI)_{l}\)] Equivalent plate bending stiffness of the floor around the axis perpendicular to the longitudinal axis of the beam [\(Nm^{2}/m\)].
-
m(KG_M2) –[\(m\)] Mass per unit area [\(kg/m^{2}\)].
Returns:
-
None–
Source code in blueprints/codes/eurocode/en_1995_1_1_2004/chapter_7_serviceability_limit_states/formula_7_5.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | |
codes.eurocode.en_1995_1_1_2004.chapter_7_serviceability_limit_states.formula_7_5.Form7Dot5NaturalFrequency.latex
latex(n: int = 2) -> LatexFormula
Returns LatexFormula object for formula 7.5.
Source code in blueprints/codes/eurocode/en_1995_1_1_2004/chapter_7_serviceability_limit_states/formula_7_5.py
50 51 52 53 54 55 56 57 58 59 60 | |