---------------
How does "MODAL_DAMPING" calculated in .rmd file during flexible body motion
analysis.
Solution
MODEL_DAMPING = CRITICAL_DAMPING * (VISCOUS_DAMPING_RATIO + 0.5 *
HYSTERETIC_DAMPING_RATIO)
CRITICAL_DAMPING=2 * SQRT(MASS * STIFFNESS) = 2 * MASS * FRQUENCY
The frequency in the formula is the angular frequency, it is 2*PI times of
the frequency which is displayed in the UI.
Notes