How to Solve a second order differential equation for variable eta in time domain- with a contained integral over another dummy variable (tau)-
1 回表示 (過去 30 日間)
古いコメントを表示
Hello All,
I am new to Matlab and I am trying to solve the attached 'Cummins Equation'. It is an equation of motion in time domain for the variable (eta). All other parameters in the equation M,A,B,C,F,h have been found over a period of interest from time 0 to time t. eta is to be found as function of t.
I have to integrate the contained integral over a dummy tau (convolution of both functions h and etadot) and then solve the resulting ODE. With a known h and an unknown etadot, could I still use conv2 function and continue to solve the ODE?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/151226/image.png)
Will a time marching Runge Kutta method (ode45) work?
I would sincerely appreciate any help in this direction as I have hit a roadblock. Thanks in advance.
0 件のコメント
採用された回答
その他の回答 (1 件)
ben howey
2018 年 5 月 21 日
Hi, I am trying to do the same thing. I have used a BEM code to calculate the IRF, inf added mass and frequency dependant excitation force and want to calculate the time dependant float position. Have you had any luck in solving this? I dont see how you can solve the convolution integral with the trapz method if z dot is unknown!
Any help or code that I can look through would be much appreciated!!
Thanks
1 件のコメント
sivabalan sitti
2018 年 11 月 12 日
There is an open source code available to solve cummins equ,u can try that https://wec-sim.github.io/WEC-Sim/getting_started.html
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!