This package perform data-driven identification of reduced order model based on spectral submanifolds (SSMs). The required input consists of trajectory data of generic system observables close to an SSM, the SSM dimension and the polynomial orders for approximation of the parametrization and reduced dynamics.
The computational steps for achieving a reduced-order model are:
- Embedding of the measurements in a suitable observable space;
- Computation of the invariant manifold parametrization and its reduced order coordinates;
- Identification of the reduced dynamics and its normal form.
Once the normal form dynamics has been determined, the code can run analytics and predictions on the reduced-order model, such as backbone curves and forced responses, as shown in our examples. There are no constraints on the types of measurements, on the kind of nonlinearities or on the problem dimensions.
We have included a demonstration of SSM identification on the following examples.
- Oscillator chain: n degrees of freedom with trajectories on or off specific SSMs;
- Von Kármán straight beam in 2D: geometrically nonlinear finite element model from SSMTool, with reduced order models constructed using different observables;
- Brake-Reuss beam: benchmark system for the dynamics of jointed structures, data from experimental measurements (DIC and accelerometers);
- Resonant double beam: structure with a 1:2 internal resonance, data from laser vibrometry;
- Vortex Shedding behind a cylinder: data from CFD simulations, projected on a low-dimensional linear subspace of the phase space;
- Plane Couette flow: reduced order modeling of transitions between exact coherent states;
- Liquid sloshing of a water tank: data from experimental measurements.
This package uses the following external open-source packages for some of the examples and post-processing capabilities:
- Continuation core (coco) https://sourceforge.net/projects/cocotools/
- SSMTool 2.1: Computation of invariant manifolds & their reduced dynamics in high-dimensional mechanics problems https://github.com/haller-group/SSMTool-2.1
- Once located in the main folder, install the package:
install
- If external packages are not yet installed, download SSMTool from the link above, which also include coco, and install it.
- (optional) Figure specifications can be edited in the function customFigure.m located in the src folder.
- You are ready.
Please consider to cite this article when using this code:
- M. Cenedese, J. Axås, B. Bäuerlein, K. Avila and G. Haller. Data-driven modeling and prediction of non-linearizable dynamics via spectral submanifolds. Nature Communications, 13 (2022) 872. [PDF] [Supplementary Information]
Additional works appear in the references:
-
M. Cenedese, J. Axås, H. Yang, M. Eriten and G. Haller. Data-driven nonlinear model reduction to spectral submanifolds in mechanical systems, Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences 380 (2022) 20210194. [PDF]
-
G. Haller, S. Jain and M. Cenedese. Dynamics-based machine learning for nonlinearizable phenomena. Data-driven reduced models on spectral submanifolds, SIAM News 55/5 (2022) 20210194. [PDF]
-
B. Kaszás, M. Cenedese & G. Haller, Dynamics-based machine learning of transitions in Couette flow, Physical Review Fluids 7 (2022) L082402. [PDF] [Supplemental Material]
Please report any issues/bugs to Mattia Cenedese ([email protected]) or Joar Axås ([email protected]).