source:
CIVL/examples/fortran/nek5000/core/NEKUSE
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 653 bytes | |
| Line | |
|---|---|
| 1 | c |
| 2 | c Nekuse |
| 3 | c |
| 4 | real x,y,z,r,theta,ux,uy,uz,un,u1,u2,trx,try,trz,trn,tr1,tr2,pa |
| 5 | $ ,p0,ffx,ffy,ffz,temp,flux,hc,hrad,tinf,qvol,udiff,utrans |
| 6 | $ ,si2,si3,sigma,turbk,turbe,ps(ldimt) |
| 7 | common /nekuse/ x ,y ,z ,r ,theta |
| 8 | $ , ux ,uy ,uz |
| 9 | $ , un ,u1 ,u2 |
| 10 | $ , trx,try,trz |
| 11 | $ , trn,tr1,tr2,pa,p0 |
| 12 | $ , ffx,ffy,ffz |
| 13 | $ , temp,flux,hc,hrad,tinf,qvol |
| 14 | $ , udiff,utrans |
| 15 | $ , si2,si3,sigma |
| 16 | $ , turbk,turbe |
| 17 | $ , ps |
| 18 | |
| 19 | character*3 cbu |
| 20 | common /nekusc/ cbu |
| 21 |
Note:
See TracBrowser
for help on using the repository browser.
