-
Notifications
You must be signed in to change notification settings - Fork 522
FAST.Farm parallel run failure at 11.4 m/s with two turbines – possible OMP solver issue #3272
Description
Dear
I am currently performing a dual-turbine floating offshore wind farm simulation using FAST.Farm, and I have encountered an issue that I would like to bring to your attention.
Problem description
Wind farm configuration: two 5 MW floating wind turbines arranged in tandem with a spacing of 6D.
At a wind speed of 8 m/s (uniform or turbulent flow generated by TurbSim), the simulation runs successfully.
When the wind speed is increased to the rated value of 11.4 m/s, the computation produces abnormal results.
Additional finding: With only one turbine in the wind farm, the simulation at 11.4 m/s completes successfully without any anomalies.
Single-turbine OpenFAST simulations under the same conditions run normally, which rules out controller-related issues.
Running FAST.Farm in serial (non-parallel) mode with the same wind farm settings also succeeds, indicating that the .fstf configuration is unlikely to be the cause.
Preliminary assessment
Based on the above tests, I suspect the problem may be related to the OMP parallel solver, possibly triggering numerical instability or data race conditions under high wind speeds and multi-turbine coupling.
I would greatly appreciate it if you could review the materials and let me know whether there are any known issues related to the parallel solver or suggest possible debugging approaches.
Thank you very much for your time and support.