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
Feature description.
Having an initial value problem module that uses numeric integration to solve the dynamics for a fixed design case.
Issue addressed.
For verification and debugging purposes it would be desirable to have an interface that uses the wecopttool inputs and outputs and simulate the dynamics with a time marching solver. The FFT of the IVP-TD in comparison with the wot residuals should be able to tell us if the solution is valid.
Describe the solution you'd like
Ideally the user would run a wecopttool case results=wec.solve() and call the a method (for example like wot.wec_ivp_td(results, wec)), to simulate the WEC dynamics with e.g. RK45.
This might require extracting the initial conditions from the results and recasting the nonlinear ODEs into the formate required by the numeric integration.
The text was updated successfully, but these errors were encountered:
Feature description.
Having an initial value problem module that uses numeric integration to solve the dynamics for a fixed design case.
Issue addressed.
For verification and debugging purposes it would be desirable to have an interface that uses the
wecopttool
inputs and outputs and simulate the dynamics with a time marching solver. The FFT of the IVP-TD in comparison with thewot
residuals should be able to tell us if the solution is valid.Describe the solution you'd like
Ideally the user would run a
wecopttool
caseresults=wec.solve()
and call the a method (for example likewot.wec_ivp_td(results, wec)
), to simulate the WEC dynamics with e.g. RK45.This might require extracting the initial conditions from the
results
and recasting the nonlinear ODEs into the formate required by the numeric integration.The text was updated successfully, but these errors were encountered: