Skip to content

haller-group/SSMLearn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSMLearn

Data-driven Reduced Order Models for Nonlinear Dynamical Systems

This package identifies reduced-order models on spectral submanifolds (SSMs) from data. The required input consists of trajectory data of generic system observables close to an SSM, the SSM dimension, and the polynomial orders of approximation for the parametrization and reduced dynamics. In addition, an alternative simplified method, fastSSM, is included. See the fastSSM subfolder for documentation.

The computational steps for achieving a reduced-order model are:

  1. Embedding of the measurements in a suitable observable space;
  2. Computation of the invariant manifold parametrization and its reduced order coordinates;
  3. 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. 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;
  • Buckling beam: finite-element simulation of an axially loaded beam undergoing mechanical failure;
  • Prismatic beam in 3D: geometrically nonlinear finite element model from SSMTool with 1:3 internal resonance;
  • Von Kármán shell: geometrically nonlinear finite element model from SSMTool, with and without internal resonance between the two slowest modes;
  • Von Kármán plate: geometrically nonlinear finite element model from SSMTool with internal resonance on an intermediate SSM.

This package uses the following external open-source packages for some of the examples and post-processing capabilities:

  1. Continuation core (coco) https://sourceforge.net/projects/cocotools/
  2. SSMTool 2.4: Computation of invariant manifolds & their reduced dynamics in high-dimensional mechanics problems https://github.com/haller-group/SSMTool-2.4

Installation

  1. Once located in the main folder, install the package:
    install
  2. If external packages are not yet installed, download SSMTool from the link above, which also include coco, and install it.
  3. Download the folder data that contains heavy data sets to run high-dimensional examples (i.e., Von Kármán shells and plates) at this link and place it in the main folder of the local repository.
  4. (optional) Figure specifications can be edited in the function customFigure.m located in the src folder.
  5. You are ready.

References

Please consider to cite this article when using this code:

Additional works appear in the references:

Please report any issues/bugs to Mattia Cenedese (mattiac@ethz.ch) or Joar Axås (jgoeransson@ethz.ch).

About

Data-driven reduced order modeling for nonlinear dynamical systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 100.0%