OpenFAST / r-test

Apache License 2.0
52 stars 89 forks source link

Corrections to NumCoords, from 67 --> 66 #134

Closed mayankchetan closed 3 months ago

mayankchetan commented 3 months ago

The NumCoords is set as 67, but there are just 66 coordinate entries:

image

Caught when reading and writing files with openfast_io

bjonkman commented 3 months ago

Are you including the extra airfoil reference point? image It looks to me like there are 66 points for the airfoil shape coordinates plus the additional x-y coordinate for the airfoil reference, which means it should be 67 points. image

mayankchetan commented 3 months ago

Thank you @bjonkman, sorry I missed that. Trying to catch the variations in input files for the library.

bjonkman commented 3 months ago

Yeah, that input is a little confusing. :) Thanks for checking.