Dirlik Rainflow Counting Method from Response PSD

A number of methods have been derived for performing rainflow cycle counting for a response PSD. Note that they tend to be conservative. The Dirlik method is an example of a semi-empirical method for cycle identification. A Matlab script for performing this method is given… Read more

Newmark-beta Method, Applied Force

The Newmark-beta method can be used to solve structural dynamics problems in the time domain, of the form: M (d^2x/dt^2) + C dx/dt + K x = F This method performs direct integration on the mass, damping and stiffness matrices which may be fully-coupled. Here… Read more

Transfer Functions from Normal Modes

A transfer function is a type of frequency response function (FRF) that gives the steady-state response to a force input as a function of frequency. Transfer functions for structural dynamics problems can be calculated from the natural frequencies, modal damping ratios and normal modes. This… Read more

Vibration Absorbers & Tuned Mass Dampers

A vibration absorber is a tuned spring-mass system which reduces the vibration of a harmonically excited system. Here is a paper for an applied force:  Vibration Absorber Here is a Matlab script and its supporting function:  vibration_absorber_trans.m mratio.m * * * Here is a paper… Read more

Fatigue Damage Spectrum, Time Domain

Consider a single-degree-of-freedom system subjected to base excitation where the input is an arbitrary time history. The response of the system can be calculated via a digital recursive filtering relationship, which is the numerical engine embedded in the SRS calculation.   This is done for… Read more

Structural Dynamics Characteristic Roots

Finding the the natural frequencies of a continuous beam, plate, membrane or even an acoustical volume requires solving for the eigenvalue roots of a characteristic equation, which may contain trigonometric or Bessel functions. Matlab provides an fzero function which can be used for this purpose.… Read more

Tall Building Natural Frequencies and Damping

The Transamerica Pyramind has a Fundamental Frequency of 0.3 Hz * * * Here are some papers which give natural frequencies and damping values for sample tall buildings: Damping in Tall Buildings and Towers: tall_building_damping.pdf The Damping Characteristics of Bolted and Welded Joints: bolted_joint_damping.pdf Transamerica… Read more