Skip to content
Snippets Groups Projects
Commit 6736858a authored by Pascal Engeler's avatar Pascal Engeler
Browse files

More direction

parent 0c80cea7
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,15 @@ contents is the following:
- [ Grabber. ](#grabber)
- [ System. ](#system)
<a name="INP"></a>
## Implementing a new project
In order to implement a new project, follow these steps:
0. Create a new folder in `projects`.
- Create subfolders `bin`, `include`, `lib` and `results`
- Copy the `lib` contents into `projects/newproj/lib`
1. Identify force on a single drum
- Depends on static parameters (w, m, a, etc.) and dynamic parameters and variables (x, v, etc.).
- Coupling and driving parameters are dynamic.
......@@ -47,6 +52,12 @@ for the dynamic matrix.
7. Check the unit tests (`unit_tests`) or other projects to see how a `main.cpp` could be
constructed.
Hints for organizing and running simulations
1. Use a Makefile.
- The framework should be compiled with c++ 2a.
2. Organize executables in `bin`
3. Store data and plots in subfolders of `results`
<a name="Classes"></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment