This repository contains a Jupyter notebook for determining constants in the Leishman--Beddoes dynamic stall model. To view the notebook, simply open https://github.com/petebachant/Leishman-Beddoes-constants/blob/master/notebook.ipynb.
- Fork this repo to your account on GitHub.
- Clone to local machine with
git clone https://github.com/{your_name}/Leishman-Beddoes-constants.git
. - In the cloned directory run
jupyter notebook notebook.ipynb
(if not done already, it is recommended that you install the Anaconda Python (3.4) distribution. - Make some changes.
- Commit the changes.
- Push back to your GitHub repository.
- Submit a pull request to this repository.