Skip to content
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

Adding nacelle drag to AeroDyn #2358

Merged
merged 20 commits into from
Aug 16, 2024
Merged

Conversation

mayankchetan
Copy link
Contributor

@mayankchetan mayankchetan commented Aug 5, 2024

Ready to merge.

Feature or improvement description

This PR adds a simple drag model to account for aerodynamic drag on the nacelle. The implimentation is primarily based on code shared by @bjonkman with the addition of froces and moments in the z-direction. The current implimentation allows the user to define the projected areas of the nacelle in the X, Y, Z diections and assign coefficent of drag (Cd) to each of them. The loads are passed to the nacelle mesh and is added to the nacelle buoyancy loads if activated. Outputs added for nacelle drag as well as total loads on the nacelle.

This replaces PR #1888.

Related issue, if one exists

#162

Impacted areas of the software

AeroDyn module

Additional supporting information

AeroDyn input file updated to include, nacelle projected area, Cd along projected area, and the aerodynamic center where the nacelle drag force is applied.

Test results, if applicable

Below figure shows the calculated nacelle drag in inertial x-axis (blue -> calcualted, orange -> OpenFAST) when inflow velocity HWindSpeed = 1 m/s, AirDens = 1.0, NacArea = [2, 2, 2], and NacCd = [1, 1, 1]. Yaw angle is varied from [180, -180)
image

few of the new outputs added
image

Two new OpenFAST test cases are added in PR (OpenFAST/r-test#131) to the r-test repo,

  • 5MW_Land_DLL_WTurb_wNacDrag - modified from 5MW_Land_DLL_WTurb to add nacelle drag
  • MHK_RM1_Floating_wNacDrag - modified from MHK_RM1_Floating to add nacelle drag

TODO from #1888

  • Update api_change.rst for API changes
  • Update test files to account for API changes
  • Add test for the nacelle drag model
  • Link r-test PR
  • Document implementation

attn: @hkross, @gdeskos

@andrew-platt
Copy link
Collaborator

@hkross

Copy link
Contributor

@ebranlard ebranlard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. Would it be possible to add a small section in the documentation of the AeroDyn theory as well?

@hkross
Copy link
Contributor

hkross commented Aug 13, 2024

@hkross

@mayankchetan Looks good! I added a couple of small comments above.

@mayankchetan
Copy link
Contributor Author

Thank for for the comments @hkross, I have pushed a few changes.

@andrew-platt andrew-platt merged commit 1111a1e into OpenFAST:dev Aug 16, 2024
21 checks passed
@andrew-platt andrew-platt mentioned this pull request Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants