필터 지우기
필터 지우기

How to Solve a second order differential equation for variable eta in time domain- with a contained integral over another dummy variable (tau)-

조회 수: 9 (최근 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?
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.

채택된 답변

Torsten
Torsten 2015년 10월 30일
편집: Torsten 2015년 10월 30일
Consider the different numerical methods for Cummins equation explained in
In any case, you will have to spend some effort in the solution method. A simple application of a standard tool like ODE45 won't work.
Best wishes
Torsten.
  댓글 수: 5
Vignesh Kumar
Vignesh Kumar 2015년 11월 30일
Thank you Torsten,
But I have been trying with no result.Could you help?
Vignesh Kumar
Vignesh Kumar 2016년 1월 23일
COULD anyone please help me with this code? I have tried for more than a month but I am unable to crack it.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

ben howey
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
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 CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by