My Project
|
This is a specialization project looking at simulating noise generation by friction. Below is a description of the project
"In a previous project, we have developed a simple model for studying the interplay between the dynamics at the sliding interface, and the generation of noise in a resonator such as a brake system. The goal of this project will be to further investigate this model, and study how the noise can be controlled"
– Astrid
The project is based on the The Burrigde-Knopoff-Pad Model thesis by a previous NTNU-student.
To run the code it is required that CMake and Make is installed. Resources online will tell you how to install these. The required libraries must be installed before compiling(see the Libraries section below).
If you want to run with gdb debugging options, run
as the first command.
To install the Eigen package you need to pull a repository to a folder you have access to. At this time (18.09.2018) this can be found at eigen git repository. Then it is pratical to make a environment variable, so that CMake will recognise it