|
Code_Saturne
CFD tool
|
Functions/Subroutines | |
| subroutine | usvort (nvar, nscal, iappel, dt, rtpa, propce, propfa, propfb, coefa, coefb) |
| double precision function | phidat (nfecra, icas, ndat, yy, zz, ydat, zdat, vardat, iii) |
| double precision function phidat | ( | integer | nfecra, |
| integer | icas, | ||
| integer | ndat, | ||
| double precision | yy, | ||
| double precision | zz, | ||
| double precision, dimension(ndat) | ydat, | ||
| double precision, dimension(ndat) | zdat, | ||
| double precision, dimension(ndat) | vardat, | ||
| integer | iii | ||
| ) |
| subroutine usvort | ( | integer | nvar, |
| integer | nscal, | ||
| integer | iappel, | ||
| double precision, dimension(ncelet) | dt, | ||
| double precision, dimension(ncelet,*) | rtpa, | ||
| double precision, dimension(ncelet,*) | propce, | ||
| double precision, dimension(nfac,*) | propfa, | ||
| double precision, dimension(nfabor,*) | propfb, | ||
| double precision, dimension(nfabor,*) | coefa, | ||
| double precision, dimension(nfabor,*) | coefb | ||
| ) |

1.8.13