Update r-test inputs and outputs for large platform rotation update#133
Closed
luwang00 wants to merge 92 commits intoOpenFAST:f/LargeYawfrom
Closed
Update r-test inputs and outputs for large platform rotation update#133luwang00 wants to merge 92 commits intoOpenFAST:f/LargeYawfrom
luwang00 wants to merge 92 commits intoOpenFAST:f/LargeYawfrom
Conversation
5MW_Land_DLL_WTurb case with AeroDisk instead of AeroDyn15
This case should slow the rotor to a stop, but ends up reversing rotation (checks not working correctly on brake)
NOTE: this does not run to complete stop because the table is not large enough
…setup These tests were originally setup to match the old method of platform dependent baselines. Now consolidated to single baselines
Kinematics updates
Note that the PRP motion input file for the case py_hd_5MW_OC4Semi_WSt_WavesWN is reverted back to the previous version. This is because the Python driver code still assumes the inputs in the PRP motion file are the angular velocity and acceleration, not the time derivatives of the Tait-Bryan angles. In contrast, the FORTRAN HD driver now assumes the PRP input file contains the time derivatives of the Tait-Bryan angles and will convert them to the actual angular velocity and acceleration internally. The outputs of the case py_hd_5MW_OC4Semi_WSt_WavesWN and hd_5MW_OC4Semi_WSt_WavesWN remain the same despite the different input files due to the reason explained above.
- glue-codes/openfast/MHK_RM1_Fixed - don't generate .out file (.outb is already generated) - removed unnecessary .out file - updated output channels - modules/aerodyn/ad_BAR_SineMotion_UA4_DBEMT3
Adding nacelle drag model to AD
Also - updated a few places where AFAeroMod should have been changed to UAMod - removed summary files that are not needed - changed *AeroDyn15*dat files to *AeroDyn*dat
This case gives slightly different results on Kestrel than on GH actions.
This file contains hidden or 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
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 PR updates the r-test input and output files to support the large platform rotation implementation made to OpenFAST. See PR #2203 to OpenFAST.