Nonviscous01
Uniaxial Nonviscous Damping Material
References
The kernel function is defined as a summation of exponential functions.
The parameters \(m_i\) and \(s_i\) are complex numbers.
Syntax
Text Only | |
---|---|
Theory
This material implements the nonviscous damping algorithm proposed in the reference. As of writing, the referenced algorithm is probably the most efficient algorithm for nonviscous damping as there is no explicit integration of the convolution integral.
For arbitrary kernel functions \(g(t)\), the damping force \(F_d\) is given by
The proposed algorithm converts the above convolution integral into a summation of differential equations. By further operations, the algorithm modifies the existing damping force (viscous damping, or zero if there is no damping other than the nonviscous damping) and the corresponding damping matrix to achieve the best accuracy and computational efficiency.
Details can be seen in the referenced paper.
By defining a uniaxial material model, it can be used in 1D analyses with damper elements.
Example
Text Only | |
---|---|
This defines a kernel function of the following form.