Skip to content
Snippets Groups Projects
user avatar
Ju Feng authored
Add function to initilize wind_turbines with one or multiple .wtg files. Requires using xml.etree.ElementTree, since .wtg file is stored in essence of .xml format.
3a4fc159
History

pipeline status coverage report DOI

PyWake

Welcome to PyWake

  • an AEP calculator for wind farms implemented in Python including a collection of wake models

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

Quick Start:

pip install py_wake

Source code repository (and issue tracker):

https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake

License:

MIT

Documentation, installation, etc:

https://topfarm.pages.windenergy.dtu.dk/PyWake.