-
Notifications
You must be signed in to change notification settings - Fork 171
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
FLORIS v4.1 #921
Merged
FLORIS v4.1 #921
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
* First pass implementation of operation model, including tests. * Operation model tests are more unit than integration tests. * Pipe TI through FLORIS. * handling for zero velocities to award division by zero error. * Documentation. * Handling for flat grid turbulence_intensities. * Update turbine unit tests. * Update reg tests; fix missed argument in turbopark_solver. * Ruff * Add axial induction factor correction. * Add example to examples_control_types. * update docs to reflect ai correction.
* NoneWakeTurbulence returns zero (added) turbulence, rather than ambient TI. * Update comment on setting multiple conditions. * Add test for NoneWakeTurbulence model. * Format layout list.
* Add random optimization class * Add temporary example * rename example * Adding support for arbitrary pmf. * Plotting for pmf; update example. * Respecting new examples in develop. * Update base class to handle multiple regions of layout optimization. * geoyaw option added. * Terminology change: particle -> individual. * Adding functionality for plotting the optimization boundary only. * Adding grid. * Adding visualizations. * Allow random seed setting; non-parallel runs; log status. * Updating link to Stanleys published paper. * Enabling geometric yaw option. * WIP; storing for hotfix. * Bug fixed: updating layout when called. * Ruff * fi_subset needed updating rather than fi. * WIP commit to change branch. * runs. * Store initial aep correctly. * Minor update to defualt pmf' * Runs, but freq data not passed correctly. * Pipe through wind_data for freq information. * Move example to subdirectory. * Ruff. * Working on adding tests; still some work to do on value optimization. * Enable value optimization. * Handling TODO items * UserWarning -> ValueError; logger.warnings * Simple documentation added. * White space in docs. * Remove cm.get_cmap in favor of plt.get_cmap * Improve documentation and example. * renable geometric yaw option for v4; fix scipy layoutopt args. * remove self.x and self.y after initialization. * Improve progress plots and add to example. --------- Co-authored-by: misi9170 <michael.sinner@nrel.gov>
Minor typo correction in error message.
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.
What's Changed
New features
Bug fixes and enhancements
NoneWakeTurbulence
returns zero (added) turbulence by @misi9170 in [BUGFIX]NoneWakeTurbulence
returns zero (added) turbulence #894Full Changelog: v4.0.1...v4.1