Last updated
Last updated
In this example, we demonstrate how to apply elemental damping to the system. The model can be .
Some damping models are only valid at global level as they may depend on some attributes of the global matrices. They are inherently not applicable at element level. Some other damping models, such as the Rayleigh damping model, can be expressed as a linear combination of mass and stiffness matrices. The corresponding damping matrix can be either formulated at global level by operating on global stiffness and mass matrices, or at element level by operating on elemental stiffness and mass matrices. In the later case, the global damping matrix can be assembled by the elemental damping matrices.
The Lee's damping model is used as the fundamental model. It can be expressed in a form that can be expressed as a linear combination of mass and stiffness matrices.
The discusses the application of the damping model at element level and investigates the relationship between the elemental and global damping ratio.
To use the model, the modifier and the integrator shall be used.
To make the validation possible and simple, we define two SDOF springs in the same problem domain. Those two springs are not connected to each other, making them independently respond to the applied load. This avoids coupling and allows us to validate the damping ratio. However, the same idea can be applied to complex models such that part of the model is assigned with one damping ratio while the other parts are assigned with different damping ratios.
Note the damping is applied to both stiffness and mass.
To allow easy validation, we displace the spring and release it for free vibration.
The static step is used to displace the spring.
The logarithmic decrement can be used to determine the damping ratio from the displacement history.
This is equivalent to
Because those two elements are not connected/coupled with each other, they respond independently and follow the assigned damping ratios. This is not practically useful but demonstrates the idea of elemental damping. In actual applications, a reference damping ratio curve can be defined to control the overall damping behaviour of the system. Then different damping ratios can be assigned to different elements.
The elemental damping is achieved by two parts. The global configuration of the damping curve adjusts how the system responds to different frequencies, that is, defines a reference damping curve. This part is done via the integrator. The second part assigns damping ratio multipliers to each element via the modifier. The actual damping applied to each element is the product of the multiplier and the reference damping curve.
Here, for illustration, we apply and to the two elements, respectively.
The dynamic step is used to release the spring. In this step, the integrator is used to define the reference damping curve. One base function is used, the reference damping ratio is at . The actual damping ratios are and , respectively.
As , for , , for , .
For the potential coupling issue and further discussion, see .