forked from NREL/floris
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move FlorisInterface .reinitialize() / .calculate_wake() to .set() / …
….run() (NREL#823) * Main infrastrcuture for set() -> run() paradigm on FlorisInterface. * calculate plane methods updated; 02 example runs. * Ruff. * Updating examples that called reinitialize() and calculate_wake() directly. * Update AEP methods * yaw optimizer updates, and simpler yaw opt examples. * Examples running with get_farm_AEP. * Layout optimizers. * update reinitialize calls in sample_velocity_deficit_profiles. * Initial working implementation; update to follow. * minimize unnecessary set() calls. * tests for FlorisInterfacee updated; added reset_operation() method to FlorisInterface. * Simple docstrings added. * isort. * adding WindTIRose class, which includes wd, ws, and ti as wind rose dimensions * Fix a missed calculate_no_wake() call. * adding tests for WindTIRose * formatting wind data * Test set / run sequences * Update other test api’s * Fix line length * Small edits to comments * fixing wind rose example plots * Remove unused input args * Refactor and clean up * Bug fix in tests * Error if calculate_wake or reinitialize are used * Fix the bug in test_disable_turbines * Fix whitespace * Fix typo and docstrings * Update docstring * Fix formatting * Raise error if run() called on ParallelComputingInterface. --------- Co-authored-by: misi9170 <[email protected]> Co-authored-by: Eric Simley <[email protected]> Co-authored-by: Paul <[email protected]> Co-authored-by: ejsimley <[email protected]>
- Loading branch information
1 parent
d3631fa
commit dc1b570
Showing
50 changed files
with
659 additions
and
479 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.