Metadata-Version: 2.1
Name: py-wake
Version: 1.0.9
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| |coverage report|

.. figure:: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/raw/master/docs/logo.png
   :alt: PyWake

   PyWake

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

.. |pipeline status| image:: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/badges/master/pipeline.svg
   :target: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/commits/master
.. |coverage report| image:: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/badges/master/coverage.svg
   :target: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/commits/master


