Replies: 2 comments 2 replies
-
Dear @fbelli997, Which wake model are you using? How are you generating the inflow? Are you following the FAST.Farm modeling guidance (https://openfast.readthedocs.io/en/main/source/user/fast.farm/ModelGuidance.html) when setting up the spatial-termporal discretizations of the FAST.Farm model, e.g., by using the Python scripts from the OpenFAST Toolbox (https://github.com/OpenFAST/openfast_toolbox/tree/main/openfast_toolbox/fastfarm)? In general, the FAST.Farm modeling guidance recommends using a What is a bit surprising to me in your results is that the oddities you are seeing in TI are not in the region of the wake, but rather in the free stream beyond the boundaries of the wake. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear Jason, |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm currently working on extracting the turbulence intensity from a set of FAST.Farm simulations, with wind speeds ranging from 3 m/s to 25 m/s in steps of 1 m/s.
For these calculations, I post-processed the VTK files generated by the simulations and calculated the turbulence intensity on the wind field using the formula: TI = std/U where std is the standard deviation of the wind speed, and U is the mean wind speed.
For wind speeds up to 12 m/s, using a dt_low of 2 seconds, the turbulence intensity is stable and provides accurate results, as shown in the first figure:
However, as I increase the wind speed beyond 12 m/s, I begin to observe issues and numerical instabilities in the data, as demonstrated in the second figure:
These instabilities worsen as the wind speed increases.
I tried reducing dt_low, and this seems to improve the results somewhat for wind speeds between 17 and 20 m/s. However, when simulating wind speeds above 20 m/s, even with dt_low set to 0.2 seconds, the results remain problematic.
Has anyone encountered similar issues when working with FAST.Farm? Do you know why these instabilities occur and how to mitigate them?
Thank you in advance for your insights and suggestions!
Best regards,
Federico
Beta Was this translation helpful? Give feedback.
All reactions