Metadata-Version: 2.1
Name: py-wake
Version: 1.0.4
Summary: PyWake a collection of wake models
Home-page: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake
Author: DTU Wind Energy
Author-email: mmpe@dtu.dk
License: MIT
Platform: UNKNOWN
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: pyyaml
Requires-Dist: scipy
Requires-Dist: sphinx
Requires-Dist: sphinx-rtd-theme

[![pipeline status](https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/badges/master/pipeline.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/commits/master)
[![coverage report](https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/badges/master/coverage.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/commits/master)

![PyWake](docs/logo.png)


This is a work-in-progress attempt to make something like FUSEDWAKE 2.0. Its relation to FUSEDWAKE is, however, not determined yet.
The idea is that it should:

- Reduce duplicated code
- Include wakemap functions
- Be faster
- Be suitable for layout optimization
- Support use of load surrrogate models
- Support complex terrain
- Support gradient based optimization

## Installation

Please see the installation instructions on
[the documentation website](https://topfarm.pages.windenergy.dtu.dk/PyWake).

## Run Horns Rev 1 example

To calculate the annual energy production of Horns Rev 1, go to:

    $ cd py_wake/examples

and run:

    $ python hornsrev1_example.py






