I have codes to write to solve Navier Stokes Equation: du/dt=-(i*c*pi/dx + mu*pi**2/(dx**2))*u
I am familiar with matlab to solve the problem, I really have no idea about Fortran to solve it. But I really want to use Fortran to get familiar with it step by step. I am not sure how to state the equ,ie. u(n+1)=XXXXX * u.
Thanks for the suggestions.
I am familiar with matlab to solve the problem, I really have no idea about Fortran to solve it. But I really want to use Fortran to get familiar with it step by step. I am not sure how to state the equ,ie. u(n+1)=XXXXX * u.
Thanks for the suggestions.