-
Notifications
You must be signed in to change notification settings - Fork 184
Remove passive yaw tests from WEC-Sim repo #730
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
Conversation
* change to workspace blocks decimation to sample time * clean up bemio.m clears * update wave elevation calculations for variable step solver * update simu.time to be actual simulation time
|
Thanks @akeeste I'll work on merging this, but I want to first make sure we've migrated the passive yaw test over to the applications repo as a regression test. Right now the passive yaw test on the applications repo is just a compilation test. To Do:
|
) * adding spherical constraint, cable block, and cable ex * updating to v4.3 * update lib to v4.3, mask funcs, etc. cleanup cableClass, add preTension, etc :q * fix embedded post-process command to work with cable class * fix library links, library 2019b * resolving library issue * resolving library issues * working on cable pr * fixing issues with RM3_3dof_cable example * fixing issues with RM3_cable_external_constraint example * passing constraints to cable class * cable class cleanup * more cable class cleanup * more cleanup cable * library cleanup * swapping base and follower in cable class and library * added spherical pto and update cable class * remove stl and use spherical solid block * removing 3dof and more cable cleanup * removing rotDisp * update documentation and images * updating doc and more cableClass cleanup * cleaning up api doc for all classes * resolving initDisp issues * save library as 2020a and create cable sub-library * creating ptos sublibrary * creating constraints sublibrary * adding library fwding for ptos and constraints * remove unused class parameters, update simulink outputs * restructure cable block with PTO response * rename responseClass struct * run from simulink for cable * removing cable example will be moved to applications repo * adding cable class doc to code structure Co-authored-by: dforbush2 <dforbus@sandia.gov> Co-authored-by: akeeste <akeeste@sandia.gov>
* add nlHydro flag to rigid and flex body masks * resolving wec-sim library issue Co-authored-by: Kelley Ruehl <kmruehl@sandia.gov>
|
Passive yaw test migrated to applications repo with WEC-Sim/WEC-Sim_Applications#15 |
|
This PR does the following:
|
|
@akeeste this pr is no longer current with dev so I'm going to close and re-open a new one |
|
@akeeste I agree, I'm not sure why the conflicts were not resolved automatically, but the merge shows/showed 82 files changed. It was easier to just re-open than resolve the conflicts. |
This PR moves the passive yaw test from the WEC-Sim repo to the applications repo, where it already exists.
It also makes a minor fix to the BEMIO test so that plot visibility is restored properly after the test runs.