OpenFAST / r-test

Apache License 2.0
50 stars 87 forks source link

`Tailfin_FreeYaw1DOF_PolarBased` airfoil has linear cl curve #125

Closed bjonkman closed 1 week ago

bjonkman commented 4 months ago

When running the OpenFAST Tailfin_FreeYaw1DOF_PolarBased case, this warning appears:

FAST_InitializeAll:AD_Init:Init_AFIparams:AFI_Init:ReadAFfile:Airfoil data should go from -180 degrees to 180 degrees and the coefficients at the ends should be the same.

It looks like the airfoil file in that case has a linear cl curve instead of something periodic. See https://github.com/OpenFAST/r-test/blob/main/glue-codes/openfast/Tailfin_FreeYaw1DOF_PolarBased/Polar_2PiAlpha.dat

image

andrew-platt commented 2 months ago

@abhineet-gupta, can you look at this?

andrew-platt commented 1 week ago

Replaced this airfoil with the NACA-0018 with PR #137 (thanks @abhineet-gupta)

This test case is a toy problem, so any sensible looking airfoil table should work.