Compute the modified convective flux for scalars with a drift.
More...
|
subroutine | driflu (iflid, dt, rtp, rtpa, propce, imasfl, bmasfl, rovsdt, smbrs) |
|
Compute the modified convective flux for scalars with a drift.
subroutine driflu |
( |
integer |
iflid, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(ncelet,nflown:nvar) |
rtp, |
|
|
double precision, dimension(ncelet,nflown:nvar) |
rtpa, |
|
|
double precision, dimension(ncelet,*) |
propce, |
|
|
double precision, dimension(nfac) |
imasfl, |
|
|
double precision, dimension(ndimfb) |
bmasfl, |
|
|
double precision, dimension(ncelet) |
rovsdt, |
|
|
double precision, dimension(ncelet) |
smbrs |
|
) |
| |
- Parameters
-
[in] | iflid | index of the current drift scalar field |
[in] | dt | time step (per cell) |
[in] | rtp | calculated variables at cell centers (at current time step) |
[in] | rtpa | calculated variables at cell centers (at previous time step) |
[in] | propce | physical properties at cell centers |
[in,out] | imasfl | scalar mass flux at interior face centers |
[in,out] | bmasfl | scalar mass flux at boundary face centers |
[in,out] | rovsdt | Non stationnary term and mass aggregation term |
[in,out] | smbrs | right hand side for the scalar iscal |