-
Notifications
You must be signed in to change notification settings - Fork 463
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
Remove IfW data from AD15 inputs #1882
Merged
andrew-platt
merged 11 commits into
OpenFAST:dev-unstable-pointers
from
andrew-platt:f/AD15_IfW_dataAccess
May 9, 2024
Merged
Remove IfW data from AD15 inputs #1882
andrew-platt
merged 11 commits into
OpenFAST:dev-unstable-pointers
from
andrew-platt:f/AD15_IfW_dataAccess
May 9, 2024
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
andrew-platt
force-pushed
the
f/AD15_IfW_dataAccess
branch
from
November 20, 2023 20:48
6c699d3
to
511f328
Compare
andrew-platt
force-pushed
the
f/AD15_IfW_dataAccess
branch
from
November 27, 2023 21:43
2feff68
to
dd504f9
Compare
- Add extrap-interp routine in registry for AD_RotInflowType (temporary for testing) - Add RotInflow type to AD, and add this into misc vars. This, with the above, should produce exactly the same results as before. This is almost working locally, but fails on one test. Hoping this is just numerics that work on GH (going to test).
andrew-platt
force-pushed
the
f/AD15_IfW_dataAccess
branch
from
January 29, 2024 21:02
74c3514
to
cc66e08
Compare
…AD15_IfW_dataAccess
andrew-platt
force-pushed
the
f/AD15_IfW_dataAccess
branch
from
April 22, 2024 20:31
bddcdfb
to
5751e09
Compare
This was referenced Apr 30, 2024
deslaughter
approved these changes
May 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the RotInflow
type and it will come in handy when integrating MHK
andrew-platt
force-pushed
the
f/AD15_IfW_dataAccess
branch
from
May 8, 2024 22:53
716cec5
to
ae58584
Compare
…AD15_IfW_dataAccess
andrew-platt
force-pushed
the
f/AD15_IfW_dataAccess
branch
from
May 9, 2024 02:21
b50e344
to
8e483bb
Compare
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 is ready to merge.
Feature or improvement description
This is the first of 3 PR's to fix the linearization in AD15 after converting the IfW data handling to pointers. The three PRs are:
PR 1
The IfW data is removed from the AD15 inputs. To match prior regression tests, the registry is temporarily modified to generate an extrap/interp routine for the new data structure
AD_InflowType
. This allows extrapolating the wind data for BEMT which gives a an exact match to the previous behavior.Note: the input positions for the blade motion mesh stored in
u(1)
for theT + dt
time step are used to calculate the wind. This yields very slightly different for wind based on extrapolated positions vs. extrapolated wind based on previous time steps. This causes the5MW_Land_BD_DLL_WTurb
test case to fail, but the test will pass with a correction step in both the reference and the test case. See below.Related issue, if one exists
Impacted areas of the software
Internal data management of AD15 only. No other modules affected.
Additional supporting information
This series of PRs will allow us to merge the
dev-unstable-pointers
branch intodev
Test results, if applicable
All regression tests match exactly with the exception of
5MW_Land_BD_DLL_WTurb
test case. This case has very small differences with the previous results (samples plotted below). However, this is due to calculating the wind atT + dt
using the extrapolated positions, rather than extrapolating the wind from previous time steps. Running this test case with on correction step with both this branch and thedev-unstable-pointers
branch yields identical results.