Compute the modified convective flux for scalars with a drift.
More...
|
subroutine | driflu (iflid, dt, imasfl, bmasfl, divflu) |
|
Compute the modified convective flux for scalars with a drift.
◆ driflu()
subroutine driflu |
( |
integer(c_int), value |
iflid, |
|
|
real(c_double), dimension(ncelet) |
dt, |
|
|
real(c_double), dimension(nfac) |
imasfl, |
|
|
real(c_double), dimension(nfabor) |
bmasfl, |
|
|
real(c_double), dimension(ncelet) |
divflu |
|
) |
| |
- Parameters
-
[in] | iflid | index of the current drift scalar field |
[in] | dt | time step (per cell) |
[in,out] | imasfl | scalar mass flux at interior face centers |
[in,out] | bmasfl | scalar mass flux at boundary face centers |
[in,out] | divflu | divergence of drift flux |