OpenFAST / openfast

Main repository for the NREL-supported OpenFAST whole-turbine and FAST.Farm wind farm simulation codes.
http://openfast.readthedocs.io
Apache License 2.0
680 stars 456 forks source link

How to get the input of the Aerodyn standalone module #1755

Closed YangLeiTH closed 1 year ago

YangLeiTH commented 1 year ago

Hi @jjonkman,

I recently came across the updated version of the Aerodyn standalone module, which now requires time series inputs such as rotor speed, yaw, and blade pitch. It seems that these time series are related to the Servodyn module. I am curious to know how I can obtain these time series for a specific example.

Lei Yang

jjonkman commented 1 year ago

Dear @YangLeiTH,

The updated version of the standalone driver of AeroDyn does support user-specified time series where you can prescribe the structural motion normally sent to AeroDyn from a structural module when AeroDyn is coupled through OpenFAST. However, the updated version of the standalone driver of AeroDyn also supports simpler analysis types, e.g., whereby the rotor spins at a constant speed with fixed pitch and fixed yaw and without base motion.

The user-specified time series option is there to support situations where you may want to know what the aerodynamic loads will be if you the wind turbine structure experiences specific transient events. These time series can be whatever you want, e.g., taken from measurements or made up based on some event you have in mind. You could derive them from a coupled OpenFAST simulation, but that kind-of defeats the purpose because if you already have the coupled OpenFAST simulation result, you probably wouldn't need to run the standalone AeroDyn driver.

Best regards,

YangLeiTH commented 1 year ago

Thank you very much!