-
Notifications
You must be signed in to change notification settings - Fork 490
Description
Dear all,
I am a MSc student, currently working on my thesis project and I'm going to use OpenFAST in conjunction with SIMPACK to calculate the internal loads and fatigue of the drivetrain of bottom-fixed and floating offshore wind turbines. To that end, I'm going to use all the required modules and TurbSim to generate the turbulent conditions.
Since I'm new to OpenFAST, I am a little confused with the seeds notion in a simulation. According to IEC Standards, to get robust results, we should use a minimum of 6 seeds. In the TurbSim input file, the terms "RandSeed1" and "RandSeed2" are included. According to the TurbSim's User guide, it is recommended to assign the "RanLux" value to the "RandSeed2" term.
According to my understanding, to satisfy the Standard's recommendation, I should run 6 simulations with the same inflow conditions, but different values for "RandSeed1", namely 6 sets of seeds. Is that correct?
If yes, in order to reduce the computational time while still getting valid results, could I compare one parameter considering gradually the averages from 1 to 6 seeds, for example for 2 seeds, consider the average value of the parameter for the first 2 simulations (2 sets of seeds), for 3 seeds, calculate the average value of the first 3 parameters (3 sets of seeds) etc and see under which number of seeds the average values converges?
Otherwise, what would be a correct way to approach that requirement?
Thank you very much in advance for your time and help!