This subroutine perform add the divergence of turbulent flux to the transport equation of a scalar.
More...
|
subroutine | divrit (nscal, iscal, dt, rtp, rtpa, propce, xcpp, smbrs) |
|
This subroutine perform add the divergence of turbulent flux to the transport equation of a scalar.
subroutine divrit |
( |
integer |
nscal, |
|
|
integer |
iscal, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(ncelet,*) |
rtp, |
|
|
double precision, dimension(ncelet,*) |
rtpa, |
|
|
double precision, dimension(ncelet,*) |
propce, |
|
|
double precision, dimension(ncelet) |
xcpp, |
|
|
double precision, dimension(ncelet) |
smbrs |
|
) |
| |
- Parameters
-
[in] | nscal | total number of scalars |
[in] | dt | time step (per cell) |
[in,out] | rtp,rtpa | calculated variables at cell centers (at current and previous time steps) |
[in] | propce | physical properties at cell centers |
[in] | xcpp | Cp |
[out] | smbrs | Right hand side to update |