24 December 2020 3 3K Report

I have a nonlinear cable dynamic model as follows,

m[(∂u/∂t)-(∂ϕ/∂t v)]=-0.5 ρ_a dπCDt u|u|(1+ε)+(∂T/∂s)-wc sin⁡ϕ

m(∂v/∂t+∂ϕ/∂t u)=-0.5 ρ_a dπCDn v|v|(1+ε)+T (∂ϕ/∂s)-wc cos⁡ϕ

It involves both space and time derivatives. Finite difference scheme is used to discretize the partial differential equation as shown in figure 1.

where k is the time and j is the space. Since there are multiple unknown values (k+1 terms) are there, direct matrix inversion is not possible. It is found that Newton Raphson method can be used to solve such equations.

How to solve such an equation using Matlab?

More Anoop S.'s questions See All
Similar questions and discussions