DTUWindEnergy / PyWake

Mirror of https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake
MIT License
72 stars 26 forks source link

Park2 wake model #13

Closed o2bentley closed 1 month ago

o2bentley commented 1 month ago

Hi, I was wondering if there were any plans to include the PARK2 wake model within pywake? Thanks, Olivia

madsmpedersen commented 1 month ago

There is a commercial plugin with the PARK2 model, but it is very similar to

```python
 PropagateDownwind(site, windTurbines,
                                   wake_deficitModel=NOJLocalDeficit(k, ct2a=ct2a_mom1d, use_effective_ws=True,
                                                                     use_effective_ti=use_effective_ti,
                                                                     rotorAvgModel=AreaOverlapAvgModel()),
                                   superpositionModel=LinearSum())
o2bentley commented 1 month ago

thank you for the prompt response, that is very helpful. Is the commercial plugin connected to pywasp or is there a separate plugin?