This subroutine perform add the divergence of turbulent flux to the transport equation of a scalar.
More...
|
subroutine | divrit (nscal, iscal, dt, xcpp, vistet, smbrs) |
|
This subroutine perform add the divergence of turbulent flux to the transport equation of a scalar.
◆ divrit()
subroutine divrit |
( |
integer |
nscal, |
|
|
integer |
iscal, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(ncelet) |
xcpp, |
|
|
double precision, dimension(6,ncelet) |
vistet, |
|
|
double precision, dimension(ncelet) |
smbrs |
|
) |
| |
- Parameters
-
[in] | nscal | total number of scalars |
[in] | iscal | number of the scalar used |
[in] | dt | time step (per cell) |
[in] | xcpp | Cp |
[out] | vistet | Diffusivity tensor |
[out] | smbrs | Right hand side to update |