-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report: AeroDyn Write Output Not Appearing in Linearization #972
Comments
We might have to
|
Attempt to fix this issue: OpenFAST#972
This issue was resolved by PR #1061. |
Reopening this issue as we now thing we should be calling This became an issue after the addition of the buoyancy loads to AD15. These loads were added to the |
I don't think this is a matter of the glue code being aware of rotors in AD15.... For instance, the glue code calls |
Bug description
When write outputs are specified in AeroDyn for an OpenFAST model that is linearized, the derivatives of these outputs should be calculated and reported in the linearized C and D matrices. However, the rows in the C and D matrices associated with the AeroDyn write outputs are all zero. This functionality worked in OpenFAST v2.6 and older, but no longer works in OpenFAST v3.0 and the current dev branch. I would guess the bug originated when the multi-rotor capability was added to AeroDyn in PR # #672.
To Reproduce
See the model input files shared by Dezheng Zhu on the forum: https://wind.nrel.gov/forum/wind/viewtopic.php?f=30&t=2667 and compare the C and D matrices between OpenFAST v2.6 and v3.0.
Expected behavior
Nonzero derivatives associated with the AeroDyn write outputs.
Screenshots, if applicable
OpenFAST Version
OpenFAST v3.0 and current dev.
System Information (please complete the following information):
Any
Additional context
The text was updated successfully, but these errors were encountered: