|
[Sponsors] |
February 4, 2010, 19:33 |
fortran subroutine
|
#1 |
Senior Member
Hassan
Join Date: Apr 2009
Posts: 106
Rep Power: 17 |
hey
i want to give at inflow parabolic velocity profile... does anyone has fortran code for this.. regards |
|
February 4, 2010, 21:26 |
|
#2 |
Senior Member
Pauli
Join Date: Mar 2009
Posts: 189
Rep Power: 17 |
SUBROUTINE V_PARA(X,Y,V)
C Xn = X - 12.6 Yn = Y + 3.5 C X2 = Xn * Xn Y2 = Yn * Yn C V = 5 * X2 + 3 * Y2 C RETURN END |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fortran Subroutine Error | sergiorbrett | CFX | 12 | September 3, 2012 08:40 |
Fortran subroutine (Perl not found) | gillou_sk8@hotmail.com | CFX | 0 | June 20, 2008 10:59 |
error on CFX compile fortran subroutine | billpeace | CFX | 0 | May 18, 2006 05:44 |
FORTRAN Subroutine | Neser25 | CFX | 3 | October 20, 2005 15:55 |
Fortran subroutine | Thomas | CFX | 10 | March 18, 2005 08:42 |