MITWake is a Python package that implements a static wake model used at Howland Lab. It provides features for modeling wake deflection and the induction-yaw behavior of an actuator disk as described in Heck et al. (2023)1. The package also includes several wake superposition models (Howland et al. (2016)2) and supports analytical gradients with respect to yaw angle and thrust for each turbine.
MITWake is compatible with Python versions 3.7.1 to 3.9.
To install MITWake, follow these steps:
- Clone the repository:
git clone https://github.com/Howland-Lab/MITWake.git
- Navigate to the MITWake directory and install the package using
pip
:
cd MITWake
pip install .
For usage examples, refer to the example scripts provided in the examples
folder.
Documentation can be found at howland-lab.github.io/MITWake/.
Footnotes
-
Heck, Kirby S., Hannah M. Johlas, and Michael F. Howland. "Modelling the induction, thrust and power of a yaw-misaligned actuator disk." Journal of Fluid Mechanics 959 (2023): A9. ↩
-
Howland, Michael F., Sanjiva K. Lele, and John O. Dabiri. "Wind farm power optimization through wake steering." Proceedings of the National Academy of Sciences 116.29 (2019): 14495-14500. ↩