Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallaham committed Jan 8, 2021
1 parent 35d86b3 commit 894ab83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ Surface currents in the Gulf of Mexico. Data was downloaded from the [HYCOM](ht

Generalized Hodgkin-Huxley model of an intrinsically bursting neuron. Again, MATLAB scripts implementing the full model are in the data folder.

### 7. Rotating detonation engine analogue

Modified Majda-Burgers model of 1D combustion in a rotating detonation engine

__Dependencies:__

* `scikit-learn`: all machine learning methods are implemented as off-the-shelf models
* `pymech`: python [package](https://github.com/jcanton/pymech) helpful for reading/writing Nek5000 data files (only needed for cylinder example)
* `pyclaw`: python interface to the [Clawpack](https://www.clawpack.org/) finite volume solver (only needed to generate data for the RDE model)
* Standard libraries:`seaborn`, `scipy`, `numpy`, `matplotlib`

0 comments on commit 894ab83

Please sign in to comment.