-
Notifications
You must be signed in to change notification settings - Fork 466
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
Free Vortex Wake within AeroDyn15 #447
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove Interpolation.f90
Used MOVE_ALLOC to move from InitInp to u% The WingsMesh now exactly follows the u_AD%BladeMotion mesh
This will reduce merge conflicts with PR OpenFAST#373
NOT WORKING YET!!!!
Still need to update baselines (after PR 373 gets merged in)
Merged the Items to address after merging:
|
CpMin Pressure coefficient SgCav Cavitation number SigCr Critical cavitation number Gam Gamma -- circulation on blade Cl_Static Static portion of lift force coefficient at each node, without unsteady effects Cd_Static Static portion of drag force coefficient at each node, without unsteady effects Cm_Static Static portion of pitching moment coefficient at each node, without unsteady effects Uin Axial induction in hub coordinates (polar rotating) rotor plane polar hub rotating coordinates Uit Tangential induction in hub coordinates (polar rotating) rotor plane polar hub rotating coordinates Uir Radial induction in hub coordinates (polar rotating) rotor plane polar hub rotating coordinates
This was referenced Jul 20, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request IS ready for merging.
Items left to complete
Feature or improvement description
This pull request adds a free vortex wake module to OpenFAST in AD15. Features included:
Other updates unrelated to vortex wake
Impacted areas of the software
Existing AD15 simulations are unrelated
Additional supporting information
Wake visualization examples, showing the near wake consisting of multiple vortex lattice elements and the far wake consisting of a root and tip vortex only :
Comparison of normal and tangential forces (
F_n
,F_t
), and blade root bending moments (M_y
), using the free vortex wake (FVW), or Blade Element Momentum (BEM), against measurements for the DanAero turbine under 38 degree yaw:Test results, if applicable
A unit test was also included.