Open Fede-274 opened 1 day ago
Hi,
The initial generator torque is a function of the initial generator speed: https://github.com/NREL/ROSCO/blob/632c502db8df41311554ac2f24c08a0ea52b84d9/rosco/controller/src/ReadSetParameters.f90#L225
The initial generator speed is determined in OpenFAST or the multi-physics simulator you are using. By decreasing the initial generator speed, you should decrease the initial generator torque.
I hope this helps.
Best, Dan
I understand that the Generator Torque is function of the Generator Speed (optimal value K*omega^2 if below rated conditions or saturated if above rated conditions) ... but the point is that I have this unexpected high values of Generator Torque even if I set in ElastoDyn.dat the correct initial conditions of Generator Speed for the specific wind speed. What could be my problem?
I'm not sure I have enough information to answer that. Is the initial torque not following the generator speed like the link I shared? Can you show me what is happening instead?
Here there are the pictures of Generator Speed and Generator Torque for steady wind speed of 5 m/s. Even though I set the right initial conditions of 5 rpm for such wind velocity, the Generator Torque starts from really high values (above 10000 kN*m) and then suddenly drops to the proper value ... and I believe this affects also the Generator Speed.
Why is that strange behaviour of Generator Torque? Is it to make the simulation numerically converge?
The generator torque control input is behaving as expected; it will change until the generator speed matches its set point (around 5 rpm). For the IEA-15MW reference turbine, a minimum generator speed (VS_MinOMSpd
, around 5 rpm) is enforced to avoid excitations with the tower resonant mode. Without this saturation limit, at 5 m/s, the generator speed would only reach about 3 rpm.
It's common practice to remove the first 100+ seconds of simulation output so that transients don't affect the results. If you must reduce the generator torque transients, you could reduce the initial RotSpeed
to 3 rpm or decrease VS_Rgn2K
in the DISCON, which sets the initial torque.
Hi, I am simulating IEA 15 MW monopile turbine with different steady wind speeds. Analyzing the control parameters (es 5 m/s in attached photo), such as the Generator Torque, I have noticed that it initially starts from very high initial conditions (about 10000 kN*m) and then drops very quickly and arrives to the values it should have at the wind speed under consideration ... the Generated Power has a similar behaviour. Clearly I suppose that this could affect also values of Generator Speed and Thrust for example.
This “initial value” is always there but, clearly, it mostly affects low wind speeds because it is further away from the steady Generator Torque value while it is closer for higher wind speeds.
I don't think that this phenomenon has physical nature, perhaps it is to help the simulation to converge numerically? if not, what could be the reason? is there a way to enter the correct intial conditions of generator torque and generator power?