FUSED-Wake is a collection of wind farm flow models.
- Free software: GNU Affero v3 license
- Documentation: https://fused-wake.readthedocs.org/en/master/.
Currently FUSED-Wake has the following models implemented:
- G.C. Larsen model [Larsen_2009]_ (Python, Fortran)
- N.O. Jensen model [Jensen1983]_ (Fortran)
- Stand-alone Dynamic Wake Meandering model [Keck_2015]_ (Python)
- Bastankhah & Porte-Agel model [Bastankhah_Porte-Agel_2014]_ (Fortran)
The following models are planned to be added to this library:
- Stationary G.C. Larsen [Larsen_2009]_ (Matlab)
- N.O. Jensen [NOJensen_1983]_ (Python, Matlab)
- Ainslie [Ainslie_1988]_ (Python, Fortran)
- Bastankhah & Porte-Agel model [Bastankhah_Porte-Agel_2014]_ (Python)
- Stand-alone Dynamic Wake Meandering model [Keck_2015]_ (Matlab)
- EllipSys3D Actuator Disk [Rethore_2013]_ (through REST-API)
- FUGA [Ott_2011]_ (through the Colonel module)
Documentation is available online at https://fused-wake.readthedocs.org
You can build your own docs locally using the command
$ make docs
See CONTRIBUTING
You can run the tests for your python environment using
$ make tests
You can run all the tests for all the suported python versions
$ make all-tests
You can test if there are some flake8 issues
$ make lint
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.