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
691 stars 458 forks source link

How to get a cp surface use python? #2390

Open shipors opened 2 months ago

shipors commented 2 months ago

hello,

I am using the OpenFast toolbox and hope to obtain CP information. I downloaded Python 3.7.0, but when I ran Instance_CPLambdaPitch.py, I received the following error message

image Does anyone know how I should modify it?

thanks.

shipors commented 2 months ago

If the above functions cannot be implemented through Python, I have decided to manually operate them.

Firstly, I set AFAeroMod to 1, and then in ELASTODYN - DEGREES OF FREEDOM, I set all DOFs to FASLE.

By changing the input wind speed and initial speed (which are fixed values under the above settings), the lambda of the wind turbine can be modified. right ?

By traversing possible lambda and pitch angles, the aerodynamic CP table can be obtained. Is this feasible?