Imposing boundary conditions to a shooting method

2 次查看(过去 30 天)
I am shooting a 5th order system for {F,F',G,G',H}(all of which are functions of the similarity variable eta) specifying the conditions F(0)=0, G(0)=1, H(0)=0. I need to impose the following two boundary conditions at some suitably large eta_infty.
F'-nF/eta(n-1)=0 and G'-nG/eta(n-1)=0 at eta=eta_infty (where n is a constant)
Is there a way of doing this using the ode45 solver? I have a shooting script using the ode45 solver that works but I cannot figure out a way to incorporate these two conditions into my script. I've tried solving this using the boundary value problem solver but the system of equations is quite complex and the required integration range is large meaning that the boundary value solver fails in this case.
Any help and insight anybody could give me would be greatly appreciated.
Paul

回答(0 个)

类别

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