You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more complex WECs the PTO kinematics might depend not only on the hydrodynamic DOFs but also on additional DOFs. The PTO module is not set up to handle this.
Initially we though of the PTO module as an 'example' but after some discussions we want to make it more general. Else it would be a lot of copy-paste.
Proposed solution:
core only deals with the full x vector.
we provide a decompose function that splits it into 4 different variables: hydrodynamic DOFs, non-hydro DOFs, PTO Force, others.
The PTO module's kinematic matrix will depend on both the hydro and non-hydro dofs.
The text was updated successfully, but these errors were encountered:
For more complex WECs the PTO kinematics might depend not only on the hydrodynamic DOFs but also on additional DOFs. The PTO module is not set up to handle this.
Initially we though of the PTO module as an 'example' but after some discussions we want to make it more general. Else it would be a lot of copy-paste.
Proposed solution:
core
only deals with the fullx
vector.decompose
function that splits it into 4 different variables: hydrodynamic DOFs, non-hydro DOFs, PTO Force, others.The text was updated successfully, but these errors were encountered: