-
Notifications
You must be signed in to change notification settings - Fork 119
Closed-loop active wake control #450
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
d930c77
CL AWC functionality
jfrederik-nrel 3fb5739
Closed-loop AWM controller
5ea7790
Updated CL AWM to work for pulse
jfrederik-nrel 60a9081
Updated CL AWC
jfrederik-nrel 51370a2
Merge remote-tracking branch 'origin/main' into awc_cl
jfrederik-nrel c6393f3
Update install.rst
dzalkind 66d2d38
WIP helix working, pulse not yet
ead455c
Cleaned up CL AWC, checked for bugs
fb1b0a0
Bug fix
43c53e1
Merge remote-tracking branch 'origin/develop' into awc_cl
616da1c
Update OpenFAST inputs for v4.1
a25dff7
Update DISCONs, RM1 model for OF4.1
a0bfc4b
Update IEA-15 tuning yamls with new Cp path
7fd64fc
Speed up AWC test for CI
4835658
Install openfast and io in environment yaml
ee3d7f3
Update iea openfast models to 4.1
1e5cb1c
Update DISCONs, RM1 model for OF4.1
f1e4c2f
Update IEA-15 tuning yamls with new Cp path
517c2c5
Update version numbering
05edb59
Fix beamdyn file parsing
99654b4
Increment version number
461b792
Update Cp file path
7f393ef
Ensure update file write to correct directory
aa7da0d
Get correct rosco version into control message
ae3e47c
Switch wrap_360 to wrap_180 for nacelle heading
3312f4a
Skip python 3.10
8f6b2ed
Shorten IPC example
6d9484c
Skip more python 3.10
675351e
Remove extra IEA-15 inputs
05c907b
Simplify ElastoDynBlade logic
037c984
Merge branch 'of_41' into develop
eed2aab
Merge remote-tracking branch 'origin/dev_41' into awc_cl
0348f82
Adding inputs for CL AWC in all helper files
ca19705
Remove dll static lib, add to gitignore
0e20cdc
Fix AWC_phaseoffset writing
de6ede8
Updated discon files
00c414b
Added variables used for CL AWM
452d65f
AWC_phaseoffset is always a scalar; regen registry
c9d45a5
Regen DISCONs, make sure they have forward slashes
3758870
Update IEA-15 monopile example since we now host it
245a0ce
Update path in ex 19
c06127b
Merge remote-tracking branch 'origin/develop' into awc_cl
a6fa14c
Bug fixes in response to DZ's comments
2b109d6
Revert "AWC_phaseoffset is always a scalar; regen registry"
6e55e64
Sync and regenerate registry
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,7 +67,7 @@ _build | |
| # Binaries | ||
| *.dylib | ||
| *.so | ||
| *.dll | ||
| *.dll.* | ||
| *.bts | ||
|
|
||
| # Other | ||
|
|
||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.