Skip to content

Draft: Vesion 1.1

Adrien Crovato requested to merge adri into master

Version 1.1 - Mode tracking and structural damping

This version mainly features a mode tracking method and the addition of structural damping.

Changes

  • Add mode tracking
  • Add structural damping
  • Refactor interface

Notes

Mode tracking
A mode tracking algorithm has been added so that modes are correctly identified at all times. This removes spurious oscillations in damping which may happen when modes cross or coalesce.
Structural damping
Structural damping can now be added by using the complex proportional stiffness method.
Refactoring
The solution files have been merged into a single file. The partial gradients can now be accessed through the OpenMDAO API. A test case for partials has also been added.

Tests

  • Ubuntu 22.04 (gcc 11, python 3.10)

Merge request reports