My Project
programmer's documentation
|
This subroutine perform add the divergence of turbulent flux to the transport equation of a scalar. More...
Functions/Subroutines | |
subroutine | divrit (nscal, iscal, dt, xcpp, vistet, 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) | xcpp, | ||
double precision, dimension(6,ncelet) | vistet, | ||
double precision, dimension(ncelet) | smbrs | ||
) |
[in] | nscal | total number of scalars |
[in] | iscal | number of the scalar used |
[in] | dt | time step (per cell) |
[in] | xcpp | Cp |
[out] | smbrs | Right hand side to update |