Skip to content

Releases: ECheynet/Excitation_SDOF

Harmonic excitation of a SDOF

27 Mar 20:29
ab7fb93
Compare
Choose a tag to compare

Corrected a bug in the function Newmark + improved the performance of this function

Harmonic excitation of a SDOF

07 Apr 13:55
cf19521
Compare
Choose a tag to compare

Created the zenodo repository

Harmonic excitation of a SDOF

15 Jul 13:45
27f4dbf
Compare
Choose a tag to compare

Harmonic excitation of a SDOF

Summary

The exact solution of a damped Single Degree Of Freedom (SDOF) system is excited by a harmonic force is calculated [1].
It is compared to the numerical solution provided by the Matlab built-in function ode 45, the central difference method,
Newmark method and the 4th order Runge-Kutta method, the implementation of which is based on the book from S. Rao [2].

Content

The repositroy contains:

  • The function RK4.m, which solves numerically the equations of motion of a damped system with the 4th order Runge-Kutta method
  • The function Newmark.m, which solves numerically the equations of motion of a damped system with Newmark's method
  • The function CentDiff.m, which solves numerically the equations of motion of a damped system with the central difference method
  • A Matlab livescript Documentation.mlx for the documentation

References

[1] Daniel J. Inman, Engineering Vibrations, Pearson Education, 2013

[2] Singiresu S. Rao, Mechanical Vibrations,Prentice Hall, 2011