My Project
programmer's documentation
|
This subroutine perform the solving of the transport equation of the turbulent heat fluxes. More...
Functions/Subroutines | |
subroutine | resrit (nscal, iscal, xcpp, xut, xuta, dt, gradv, gradt, grad_al) |
This subroutine perform the solving of the transport equation of the turbulent heat fluxes.
subroutine resrit | ( | integer | nscal, |
integer | iscal, | ||
double precision, dimension(ncelet) | xcpp, | ||
double precision, dimension(3,ncelet) | xut, | ||
double precision, dimension(3,ncelet) | xuta, | ||
double precision, dimension(ncelet) | dt, | ||
double precision, dimension(3,3,ncelet) | gradv, | ||
double precision, dimension(3,ncelet) | gradt, | ||
double precision, dimension(3,ncelet) | grad_al | ||
) |
[in] | nscal | total number of scalars |
[in] | iscal | number of the scalar used |
[in] | xcpp | |
[in,out] | xut,xuta | calculated variables at cell centers (at current and previous time steps) |
[in] | dt | time step (per cell) |
[in] | gradv | mean velocity gradient |
[in] | gradt | mean scalar gradient |
[in] | grad_al | alpha scalar gradient |