-
Hi, I am getting this error when i am using FAST_Farm_OMP but I do not get it when I use the normal FAST_Farm version.
Thank you. BR, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 73 replies
-
Dear @MYMahfouz, This error means that the denominator computed in the following equation is zero, such that the ambient turbulence intensity at the rotor of turbine 1 cannot be calculated: https://openfast.readthedocs.io/en/main/source/user/fast.farm/FFarmTheory.html#equation-eq-ti. I would only expect this error to be triggered if the inflow is ill defined (such as with a zero mean wind speed) or if the wind turbine is yawed out of the wind. Can you clarify your simulation set up? I would generally expect that the serial and OpenMP parallelized versions of FAST.Farm to calculate the same response, albeit with the OpenMP version having a faster time to solution. I'm not sure what would cause otherwise. Have you compiled FAST.Farm yourself, or are you using the precompiled FAST.Farm binaries provided by NREL? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear @jjonkman, Sorry to bother you again. I am trying to run this same floating wind farm now but using wind fields generated by TurbSim changing I am struggling to make the model work. I wanted to ask If there is a working example that I can follow similar to these examples https://github.com/OpenFAST/r-test/tree/main/glue-codes/fast-farm . I keep getting this error and I believe my wind fields are big enough so I do not get why.
Thanks. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear @jjonkman, I have another question for the OpenMP, is there a way to decide the number of cores the OpenMP is using? It currently aims to use all the available cores in the machine it is running on. Is there a way to decrease this or define the number of cores before hand? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear @jjonkman, I am running now a couple of simulations with the MannBox same wind field as an input. I got this error:
I believe for the MannBox FAST.Farm assumes it is periodic, so why is this error happening? Also I used this windfield for the same farm just rotated to simulate different wind directions and didn't receive this error. What should I do to fix this? Thank you. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear all, Sorry that I keep asking questions over and over, and thank you for the help and your time. I am running a 9 turbine floating wind turbine with 16 wind directions. For every wind direction, I rotate the farm and the mooring system while my settings in inflowwind is always at zero. I use Mann turbulent box generated wind fields. I was running 16 wind directions one of the gave the error i mentioned above the rest of the 15 wind directions kept running normally. I was running simulations for 4200s and all the turbines for all simulations for all wind directions got out of the high resolution grid at the same exact second, at 4132s. I have checked all my turbines motion, and there is nothing wrong happening there. I cannot find a reason why I got the error that they all went out of the grid. I also do not know what to check. I also find it weird that all the turbines in all simulations get out of the grid at the exact same time step. I do not know what to check or what might be causing this error. I am currently using FAST.Farm v3.5.0 (the most recent version from the main repository), should I switch to an earlier version? Which version do you recommend? I am looking forward to your reply. Thanks a lot. Please find the error I get below.
Best regards, |
Beta Was this translation helpful? Give feedback.
For intel visual studio command prompt this command worked for me. I will just leave it here in case someone else asks a similar question in the future.
set OMP_NUM_THREADS=9