Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hswshock
  • Content: Threads
  • Order by date
  1. hswshock

    Solve for NSE using Fortran

    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...
  2. hswshock

    Define matrix and iterate equ

    Hi, How to define a matrix in G95 and how to iterate equation,ie,U(n+1)=dt/dx*mu*U(n)
  3. hswshock

    Difference between USE and CALL

    According to the subject, I am wondering the difference between USE and CALL. I know USE is used with SUBROUTINE to call for codes. But I am not clear with CALL statement. I am a beginner of fortran, may need your help in future times. Thanks.

Part and Inventory Search

Back
Top