OpenFAST / r-test

Apache License 2.0
51 stars 89 forks source link

AeroAcoustic files #48

Closed bjonkman closed 2 years ago

bjonkman commented 2 years ago

When comparing some of the input files for the AeroAcoustic module in IEA_LB_RWT-AeroAcoustics, I have noticed that some of the boundary-layer input files use "delta" while others use "theta". If I'm reading the documentation and code correctly, these should be using Delta_SS and Delta_PS instead of Theta_SS and Theta_PS:

I am not sure if this is a matter of just the headers having a typo or if the data needs to be converted.

ptrbortolotti commented 2 years ago

See https://github.com/OpenFAST/r-test/pull/49

ebranlard commented 2 years ago

This should be fixed with #49 now.