-
Notifications
You must be signed in to change notification settings - Fork 184
QTF Rotation #1477
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
QTF Rotation #1477
Conversation
* match PR 1478 changes on main --------- Co-authored-by: jtgrasb <87095491+jtgrasb@users.noreply.github.com> Co-authored-by: akeeste <akeeste@sandia.gov>
* Fixing Regression Tests for RM3 * Updating the correct _org.mat files * resolving figure issues --------- Co-authored-by: Ruehl <kmruehl@sandia.gov>
|
@jtgrasb can you please review this PR and it's associated application, WEC-Sim/WEC-Sim_Applications#86? thank you! |
|
@MShabara The implementation makes sense, but I am getting some errors when I try to run it. I believe the body library hasn't been updated to account for the additional function input (
It also looks like there is a conflict in the library file. What I would recommend (assuming the only change to the body library needed is to add the Displacement as an input to that function) is to accept the body library from the dev branch, then add the displacement as an input in Simulink. |

This PR introduces modifications to both the body library and the
secondOrderExt.mfunction in order to account for body rotation when computing second-order wave excitation forces.This ensures that the second-order force components are accurately aligned with the body's orientation as it evolves in time, improving the physical fidelity of the force application, especially in simulations with large rotational motions.
This PR was requested by a user in Issue #1443