IEAWindTask37 / windIO

Apache License 2.0
19 stars 11 forks source link

WindIO to AeroDyn15_blade format #56

Closed TheMercer closed 2 weeks ago

TheMercer commented 2 weeks ago

Hello,

Given that all the necessary data for blade geometry definition exist in the yaml file of the IEA-15/22MW turbine, how can I use the windIO toolchain (WEIS) to generate the AeroDyn15_blade.dat input files for these turbine?

Main problem is getting values for: BlCrvAC
BlSwpAC
BlCrvAng

Best regards, Kieran

ptrbortolotti commented 2 weeks ago

The tool WEIS will generate the full OpenFAST model corresponding to a windIO yaml file. Example 06 might be a good start for the IEA15 reference wind turbine.

If you are looking at the actual code, check out these lines

And just to make sure, both reference turbines come with the OpenFAST model available, so there is no need to run WEIS if you are only interested in the baseline designs of the IEA15 and IEA22.

TheMercer commented 2 weeks ago

Oh okay, 06 might be good example to get WindIO 2 Full OpenFast model.

As basically writing my own parsers.

Thank you will look into this.

TheMercer commented 2 weeks ago

So does weis have functions that take Windio straight to full OpenFast models ?

Yeah the lines of code, are gold thank you, as I need to do it as I have it that you can increase or decrease number of AF along the blades.

Thank you very much for the prompt response and guide.