Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.03 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.03 KB

Damping Dolphin


🐬 Damping Dolphin is a utility to visualise and generate parameter sets for use in the damping model.

DOI Build status license

It is able to generate desired model parameters that fit the target damping response on the frequency domain.

Example

Please check the following references on the background theory of the proposed damping model.

  1. 10.1016/j.compstruc.2020.106423
  2. 10.1016/j.compstruc.2021.106663

To Compile

Prerequisites

Please install Qt 5.12 LTS. OpenBLAS is used as the linear algebra driver. The bundled build (under lib/) may not be optimal on your machine, replace it with your version if necessary.

Linux

Nothing needs to be noted.

Windows

Qt 5.12 LTS works with GCC 8.1.0. If it is not installed, you can either use the distribution by WinLibs (recommended) or MinGW-w64.

Alternatively, download and install Visual Studio 2019 if you wish to use MSVC platform.

Dependencies

The dark theme is taken from TeXstudio project.

  1. Qt
  2. Armadillo
  3. ensmallen
  4. OpenBLAS
  5. QCustomPlot
  6. tbb