-
Notifications
You must be signed in to change notification settings - Fork 40
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
ROSCO & Toolbox Update #82
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
git-subtree-dir: ROSCO_toolbox git-subtree-split: 25ef7a7
8eb65d9 Set install directory only if not previously defined (WISDEM#37) e8beb58 Docs (WISDEM#36) f98e887 Update print message, output file header (WISDEM#35) b64ba17 Merge pull request WISDEM#30 from nikhar-abbas/compiler_updates 4e3752b Merge pull request WISDEM#34 from nikhar-abbas/f/constant_power 3b19c29 Filtered wind speed estimate for pitch saturation 77989b1 re-order pitcomT saturation f07ef66 Don't use filtered pitcom for Cp calc 289dcec Add commanded pitch from PI controller to debug variablees 3e33fea Use filtered collective pitch for gain schedule 8ac68e5 Second order LPF for collective pitch feedback 6f80ad5 Use rated pwr instead of max tq for setpoint smoothing 467f52e filter blade pitch angle for gain scheduling f4e946a Merge branch 'f/constant_power' of https://github.com/nikhar-abbas/ROSCO into f/constant_power dbf0c3b Initialize max torque f8c57b4 Use direct WSE for pitch saturation 2c94dd7 Revert "Reduce WSE filter to 10s time constant" 6f052fa Use max tq instead of rated tq for setpoint smoother 1efed1d Ignore more temp files 4cc00bc Add MaxTq to LocalVar 1030f5c Reduce WSE filter to 10s time constant d61e275 Change upper limit to max torque 9b6392e Add initial constant power control with TSR tracking 8f8a4e3 Update install and compile instructions c953a5f set install directory 1695348 ignore install folder git-subtree-dir: ROSCO git-subtree-split: 8eb65d9
johnjasa
approved these changes
Feb 11, 2021
nikhar-abbas
approved these changes
Feb 26, 2021
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.
Looks good!
@dzalkind, I see this is fully approved -- do you want me to merge it in? |
c010d71 Merge pull request WISDEM#40 from nikhar-abbas/develop 062a3b9 Fix object instance bug in commanded pitch filter cfb0a93 Merge pull request WISDEM#38 from nikhar-abbas/f/docs 91584f4 Update README.md b79f362 Iterate version e8564fc Update for readthedocs, new version git-subtree-dir: ROSCO git-subtree-split: c010d71
git-subtree-dir: ROSCO_toolbox git-subtree-split: 9b123f1
johnjasa
approved these changes
Mar 12, 2021
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.
Purpose
Update the ROSCO and ROSCO_toolbox subtrees, new stuff includes:
Type of change
What types of change is it?
Select the appropriate type(s) that describe this PR
Testing
Should be covered in WEIS examples.
examples/01_aeroelasticse/run_PC_sweep.py
is a good demoChecklist
Put an
x
in the boxes that apply.