Skip to content

FF: Weird behavior on the flow going into AeroDyn #3426

Description

@rthedin

I'm seeing some weird behavior when comparing standalone OpenFAST and FAST.Farm. Here's my setup, contrasting the two:

  • Inflow: TurbSim-generated. Every setting is the same, with the exception of the domain extent (spatial resolution is kept the same) and coherence values
  • Turbine model: exactly the same
  • FAST.Farm setup has 2 turbines, single InflowWind (Mod_AmbWind=2), curled wake model, and no wake-added turbulence enabled. I'm only looking at the leading turbine here.

The no WAT is for debugging reasons, I plan on turning it on later. I'm expecting the statistics of the turbine quantities to match across the two cases before adding WAT.

First I can look at the actual TurbSim boxes and see if the turbulence is following what I'd expect. For this specific case, I have a reference bts file provided and I'm creating my own, so I compare them. (Not related to the problem at hand- but the only differences are the coherence parameters). The standalone label on the plot below is for the standalone OpenFAST case (grid extents the same as the reference), and the FF single box is the single-InflowWind FAST.Farm case. The box in this case is much larger, but has the same temporal and spatial resolution. Here is the comparison of some basic statistics:
Image

I can pull some numbers so it's easy to compare:

                  grid(ny×nz)    dt  z_hub   meanU   sig_u   sig_v   sig_w  TI_u%
reference           100×55    0.010  2.188   4.190  0.0645  0.0547  0.0548  1.540
standalone LC1.1    100×55    0.010  2.188   4.190  0.0638  0.0535  0.0551  1.524
FF single box       141×117   0.010  2.180   4.190  0.0657  0.0541  0.0556  1.567

So it looks like the turbulence boxes are all okay and consistent. When I run FAST.Farm and compare the leading turbine with the standalone OpenFAST execution, the leading turbine's AeroDyn sees different Wind1Vel* values, which really trickles down and affects the other turbine quantities. Interestingly, there is a large y component of the wind:

Image

It could be due to the wake model, but I think this difference is too large to be from that.

Executed using rc-5.0.1 at f84321a. Tried on andrew-platt@0df2251 but I get a segfault (different issue, still looking into it). All cases executed with OpenMP on.

Metadata

Metadata

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions