forked from WISDEM/WEIS
-
Notifications
You must be signed in to change notification settings - Fork 0
NREL Multi-objective Updates - Not for merge #3
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
Draft
dzalkind
wants to merge
306
commits into
WEIS-UIUC-UofM:ftw
Choose a base branch
from
dzalkind:generic_control
base: ftw
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…_RefactorCaseInputs
Add information to case matrix
* Handle user TwrTI inputs if WISDEM generates OpenFAST model * Ensure shear exponent is written correctly to case_matrix * Use TurbSim ScaleIEC to ensure correct TI is applied * Use periodic turbsim inputs so analysis_time period has intended stats
* updates on WEIS side for intersection mesh (WISDEM#377) * updates on WEIS side for intersection mesh * Added an example for running RAFT with BEM meshing * Add BEM mesh size parameters * Install meshing dependencies in CI * Make test_BEM into a unit test, update paths * Try adding libglu install * Remove openfast_runs from test_BEM each time * Fix apt install in CI * Make ubuntu specific deps only on ubuntu * Enable intersection mesh in WEIS/RAFT and increase char lengths in test * Put test bem outputs in own folder, only run test in ubuntu * Try meshmagick master --------- Co-authored-by: dzalkind <[email protected]> Co-authored-by: Pietro Bortolotti <[email protected]> * fix formatting readme * NSGA2 submodule (WISDEM#407) * constrainted nsga2 working * remove archive * got the openmdao driver working with constraints * numba compilation now optimal * recompile for automatic numba or non-numba implementations * further updates with automatic imports * added beginnings of unit testing * actually adding the unit tests... * added crowding distance tests * Allow optional input to ROSCO in WEIS * Update ROSCO DISCONs * Increase rosco version requirement * Pip install pcrunch for testing * Pin moorpy until wisdem 4.0 * Ttf adisp (WISDEM#428) * initialize TTFAdisp_initial * fix typo * again * lower it to 3pc * compute P_out_std * add openmdao outputs * fix output power curve * initialize rho air earlier * fix if n_seed=1 * compute AEP quantities if DLC 1.1 or DLC AEP, skip otherwise * Support for WindIO 2.0 and WISDEM 4.0 (WISDEM#430) * beginning migration to windiov2 * can now run through at least one example * more examples running * fixing more tests and examples * testing improvements * more test fixes * trying with wisdem windio2 * fixing command option * trying less restrictive model options writing * making sure to test py313 * some progress, but have to sync on raft changes too * fix section_offset_y and section_offset_x in visualizer * gha update * some more viz app progress * Joints have names, openfast only * Fix Ca_coarse definition * fixed unit tests * consistency in 15mw files, enabling unit tests * wisdem integration and examples debugging progress * testing improvements * setting truth values * trap all zeros in mode shapes * Make merit figure checks lower case * remove conflicting schema for merit figure * trying again with kestrel-generated truth archive * fix rectangular by pulling from windio branch directly * redo tagging * typo in url * Try m2-pkg-config in windows * changing to strip theory so hams does not choke on the size of the mesh * Revert into to RAFT viz test * Install bs4 in conda * Sync tower design geometry/modeling with regular IEA-15 inputs * Sync TMD example with vanilla Volturnus geometry/modeling * Activate test mode for overrides example * make sure ontology is updated in both weis and wisdem before being written out * Fix tiny typo * Reduce SeaState nodes to reduce memory usage --------- Co-authored-by: Garrett Barter <[email protected]> Co-authored-by: ptrbortolotti <[email protected]> * shifting alignment to develop branches * Lumped mass (WISDEM#420) * beginning migration to windiov2 * can now run through at least one example * more examples running * fixing more tests and examples * testing improvements * more test fixes * Update connection to elastodyn mass_den * trying with wisdem windio2 * fixing command option * trying less restrictive model options writing * making sure to test py313 * some progress, but have to sync on raft changes too * initialize TTFAdisp_initial * fix typo * again * lower it to 3pc * compute P_out_std * add openmdao outputs * fix output power curve * initialize rho air earlier * fix if n_seed=1 * fix section_offset_y and section_offset_x in visualizer * gha update * some more viz app progress * Joints have names, openfast only * Fix Ca_coarse definition * fixed unit tests * consistency in 15mw files, enabling unit tests * wisdem integration and examples debugging progress * testing improvements * setting truth values * trap all zeros in mode shapes * Make merit figure checks lower case * remove conflicting schema for merit figure * trying again with kestrel-generated truth archive * fix rectangular by pulling from windio branch directly * redo tagging * typo in url * sync with floatingse changes * hams is choking on the big mesh for rectangular volturnus * Try m2-pkg-config in windows * changing to strip theory so hams does not choke on the size of the mesh * Revert into to RAFT viz test * Install bs4 in conda * Sync tower design geometry/modeling with regular IEA-15 inputs * compute AEP quantities if DLC 1.1 or DLC AEP, skip otherwise * Sync TMD example with vanilla Volturnus geometry/modeling * Activate test mode for overrides example * make sure ontology is updated in both weis and wisdem before being written out * Fix tiny typo * Give example 18 a test_run mode --------- Co-authored-by: Garrett Barter <[email protected]> Co-authored-by: dzalkind <[email protected]> Co-authored-by: ptrbortolotti <[email protected]> * Add TI to case matrix * Update windio in environment yaml * Align sparse tower with reference tower (WISDEM#432) * Align sparse tower with reference tower * Increase upper_bound of tower diameter DV * Try numpy>=2 * Unlock petsc4py * pip install smt * Move updating of rosco modeling options for external use * fixing rtd * be sure to grab wisdem develop * be sure to grab wisdem develop * fixing rtd * fixing tests and RTD * fixing tests and RTD * should fix windows builds * Various bug fixes (WISDEM#436) * Handle user TwrTI inputs if WISDEM generates OpenFAST model * Ensure shear exponent is written correctly to case_matrix * Use TurbSim ScaleIEC to ensure correct TI is applied * Use periodic turbsim inputs so analysis_time period has intended stats * Remove CI for special branches of WISDEM and RAFT * Increment toml version number * Remove moorpy version, should be in wisdem * Bring back special RAFT until v2.0.2 * Require wisdem 4.0 at least * Fix special RAFT url * Pip install control * Remove special version of RAFT, update version requirement --------- Co-authored-by: Yingqian Liao <[email protected]> Co-authored-by: Pietro Bortolotti <[email protected]> Co-authored-by: Cory Frontin <[email protected]> Co-authored-by: Garrett Barter <[email protected]>
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
Not to merge, but to keep track of updates the NREL team is making.
Could only focus on the weis/ftw/ directory as our branch also includes multi-objective updates to WEIS. It requires this branch of WISDEM.
Type of change
What types of change is it?
Select the appropriate type(s) that describe this PR
Testing
Explain the steps needed to test the new code to verify that it does indeed address the issue and produce the expected behavior.
Checklist
Put an
xin the boxes that apply.