-
Notifications
You must be signed in to change notification settings - Fork 512
Description
A Mod_AmbWind = 3 option was recently added to FAST.Farm to support the modeling of ambient wind across the wind farm via an interface to the InflowWind module, with multiple instances of InflowWind for the low-resolution domain and high-resolution domain for each wind turbine in the farm. While this capability should work as intended for InflowWind wind data type (WindType) = 1 (steady), 2 (uniform), 3 (full-field turbulence in TurbSim format), and 4 (full-field turbulence in Bladed format), the implementation does not properly support WindType = 5 (full-field turbulence in HAWC format, for the Mann model). The user needs to be able to specify unique values of nx, ny, nz, dx, dy, dz, and RefHt for each Mann file / domain, but the code only allows the user to specify one value each for all files. This is a bug that needs to be fixed. Until this bug can be fixed, Mod_AmbWind=3 should not be combined with WindType=5.
FYI: FAST.Farm is being developed in a fork of OpenFAST and will be merged into OpenFAST-dev soon.