UDNewmark
Newmark Time Integration With Uniform/Universal Damping
This damping formulation is an generalisation of 10.1016/j.compstruc.2018.10.016 and the nonviscous damping used in NonviscousNewmark. Both can be expressed in the convolution form.
While NonviscousNewmark convolutes velocity vector, UDDNewmark convolutes hysteresis and inertial forces, respectively.
Pros
- Allows a scalar definition of the specific damping factor.
- Allows customization of damping curve in the frequency space.
- Very cheap to compute, almost trivial, on par with Rayleigh damping.
Cons
- Induces dynamic hardening of the system, this hardening is affected by the damping factor over the whole frequency spectrum.
References
Syntax
| Text Only | |
|---|---|
Theory
The parameters \(m_j\) and \(s_j\) are two complex numbers that define the kernel function.
For example, if the kernel contains two exponential functions such that
then the command shall be defined as
| Text Only | |
|---|---|
It is assumed that the kernel is applied to all DoFs in the system.
These parameters contribute to the energy dissipation action in the system. Assuming free vibration and no velocity related forces, the equation of motion can be expressed as follows.
The real part of \(m_j\) shall be negative. The real part of \(s_j\) shall be positive.
Using the paremeter set for UDDNewmark, the specific damping factor as defined in 10.1016/j.compstruc.2018.10.016 can be expressed as
One can customize the specific damping curve using various numerical methods.
Remarks
Two forms UDDNewmark and UDANewmark are equivalent if only hysteretic and inertial actions exist. The following function converts from one to another.