-
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
B/update wisdem2 #65
Merged
Merged
B/update wisdem2 #65
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
93ccdbd60 Merge pull request #218 from WISDEM/b/modes_again 3f16d6de2 changing tolerances 2df3c70ae going back to polyfit with more specific inputs because it is faster and expanded testing to ensure correct results e796ed8ef going back to polyfit with more specific inputs because it is faster and expanded testing to ensure correct results 5b94c8d48 Merge pull request #217 from WISDEM/b/mode_shapes 1c899fc97 switching to non-linear least squares for curve fit d502b2bbd Merge pull request #216 from nikhar-abbas/f/design_of_experiments 90de1f8cb Add design of optimization and design of experiments subsections to driver section 9bad0c0ef Include design of experiments driver options 5ff6ec931 Add design of experiments driver options 27e59c6d4 Merge pull request #214 from WISDEM/f/span_joint d19526b66 Add design of experiments example 8dc98a461 Add design of experiments d61375c7a Merge pull request #215 from WISDEM/f/floating_ghost_nodes 5968f35a6 Merge branch 'develop' into f/floating_ghost_nodes b92c334e6 Merge branch 'develop' of https://github.com/WISDEM/WISDEM into f/span_joint b6d0e2ed4 Fixed Coveralls bce69fdf3 ghost element effort complete 3c7100d74 progress on member ghost nodes 18a34ff7c first draft of ghost nodes with no mass and high stiffness ec66c4901 not required properties 9b314d489 blade spanwise joint supported f67c1529d Merge pull request #213 from WISDEM/weis_support e213ba724 Merge pull request #212 from WISDEM/consistent_modopt git-subtree-dir: WISDEM git-subtree-split: 93ccdbd603bd4fba5611d62c1e1768e8214379c3
997f8fdb2 GH Actions: Use default runner and GFortran 10 (#637) ea9cb3be2 HD: avoid matrix multiplication using unallocated arrays (#634) 58d3e14fe Merge pull request #635 from rafmudaf/intel_rtest 38541e5b0 Use Intel 2021 for reg test baselines 094fbcc43 Support linearization reg tests in Python script e5f848f6b "Fix" Intel seg fault cd1cc2cb7 Configure compiler flags for Intel 2021 718d46f70 Release v2.5.0 (#630) 209db2369 Update version to v2.5.0 71223b5a0 [BugFix] AD15: Fix logic for setting size of arrays for airfoil tables (#627) 59addb289 Simulink interface: fix potential memory leak and improve error handling (#616) d71053828 AD: Fix for getting size of unallocated array (#623) b913c9452 Merge remote tracking branch 'rafmudaf/actions' into dev d619978fb Reduce targets to compile for reg tests 0832a7b5f Add a unit-test-only GH Actions workflow 2666d1696 Regenerate types files (#619) e20d50893 Fix api_change.rst -- incorrect after merge of #578 (#614) d29726262 Merge pull request #565 from mattEhall/MDmods e61ed9214 MDmods: update MD input files 0515d3995 Merge remote-tracking branch 'OpenFAST/dev' into mhall/MDmods 3a2d4e66b Fix issue with readthedocs builds f8e6c8fdb Merge branch 'dev' into MDmods cf1ba4218 Merge branch 'MDmods' of https://github.com/rafmudaf/openfast into MDmods e06ef26bb MoorDyn Driver improvements to more generally support cases with or without active tensioning. 7fc618e80 Improve the MoorDyn Driver CLI 5affc53c2 Rearrange additional comments in copyright display 582f64758 Add MD Driver to CMake e294e22e8 Add header to MD Driver execution 04689e5aa Add copyright and rename driver program 628926deb Preliminary active tendon tensioning capability added and MoorDyn driver working: - Added active tensioning capability based on changing the length and lenght rate of change of the last segment in a mooring line. Commanded DeltaL and DeltaLdot changes are provided by the glue code in corresponding arrays, which are sized for the number of "channels". A new column as been added to the Line Properties table in the input file, to assign each mooring line a control channel number. - Currenlty, the number of control channels (and the size of these input arrays) is determined based on the highest control channel number given in the input file. - The current lenght change capability is limited to +100%/-50% of the original segment length. In future, greater changes can be possible if segments are dynamically added/removed from a line. This is future work. - Updated MoorDyn_Driver to (1) work and (2) allow testing of the dynamic tension capability. 4e98c94fd Merge remote-tracking branch 'upstream/master' into MDmods de146056a MoorDyn bug fix, solving issue of changed tensions at 512 s by keeping time variable double-precision at all times. b9076989b First draft of a MoorDyn driver program (not compiled yet) git-subtree-dir: OpenFAST git-subtree-split: 997f8fdb2465e3d7844a3a31c30a6fa6ca4f01a6
For the tests failing, it looks like the conda OpenMPI was updated a few days ago: But the petsc package has not caught up to it. We could wait a day or two to see if conda sorts itself out or downgrade our requirements specifically. |
gbarter
approved these changes
Jan 18, 2021
Merge commit 'cf2b0ac34c6a04e3c209856447ec4fba31ff4cd1' into b/update_wisdem2
c6254e597 Merge pull request #220 from WISDEM/f/dv_indices2 37a0a6942 cleaner analysis option yamls 3ae335b1b indices for blade DVs no longer hard coded 533443590 adding quick and dirty 10MW RWT git-subtree-dir: WISDEM git-subtree-split: c6254e597182e74dfa3f2b2a41522b628b55b100
ff4ccf750 Merge pull request #221 from WISDEM/b/fix_typo 5fe155c75 fix typo n_opt twice git-subtree-dir: WISDEM git-subtree-split: ff4ccf75071c430a3113f9ea8f126e3f01f3ad97
johnjasa
approved these changes
Jan 22, 2021
dzalkind
pushed a commit
to dzalkind/WEIS
that referenced
this pull request
Sep 14, 2021
* use sphinx-rtd-theme * master doc and sphinx rtd theme * index back to root folder * only ignore install folders * remove hidden toctree * furo theme * update paths * convert rt version to string * update sphinx settings * move conf * furo theme * remove git versioning from cmake * use hard coded rosco_version * update intro write method * set nowrap for intel compilers
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.
This PR updates WEIS to the latest commits of WISDEM develop branch and OpenFAST dev branch. Locally I can run the examples, but GHA crashes at the "List tests" step... Not sure how to solve that