Recent content by seyfi

  1. seyfi

    How to Implement the ADI Method for a 2D Heat Equation in Matlab?

    Hi all Do you know how to write code Alternating Direct Implicit(ADI) method in Matlab? I have given 2d heat equation for this. Thank you
  2. seyfi

    4th ODE runge kutta (hiemenz equation)

    I run her code and its working perfectly, if I can able to reach her via mail I would thank her. But here the above especially Runge Kutta Fehlberg, I used it for Blasius equation and it gave me the right results.Now I modified for the F''' + FF'' + 1 - F'^2 = 0 equation but it did not work.I...
  3. seyfi

    4th ODE runge kutta (hiemenz equation)

    Hi all i want to write a MATLAB code by runge kutta solution for hiemenz equation. F''' + FF'' + 1 - F'^2 = 0 BCs F(0)=F'(0)=0 and F'(inf)=1 I have programmed for RK Fehlberg, RK4 and RK5 method but the results of these three methods are not matching with actual values. In the cod I defined...
Back
Top