findStructuralDamping
(To be removed) Find damping model assigned to structural dynamics model
findStructuralDamping
will be removed. To find Rayleigh damping parameters of the model, use the
DampingAlpha
and DampingBeta
properties of
femodel
instead. (since R2023a) For more information on updating your code, see Version History.
Description
returns the damping model and its parameters assigned to the entire structural
dynamics model. The toolbox supports the proportional (Rayleigh) damping model and
the modal damping model. The parameters of the proportional damping model are the
mass and stiffness proportional damping parameters. The parameter of the modal
damping model is the modal damping ratio.dma
= findStructuralDamping(dampingModels
)
Use this function to find which damping model and parameters are currently active if you made multiple damping assignments.