programmer's documentation
Functions/Subroutines
resrit.f90 File Reference

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)
 

Detailed Description

This subroutine perform the solving of the transport equation of the turbulent heat fluxes.

Function/Subroutine Documentation

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 
)
Parameters
[in]nscaltotal number of scalars
[in]iscalnumber of the scalar used
[in]xcpp$ C_p $
[in,out]xut,xutacalculated variables at cell centers (at current and previous time steps)
[in]dttime step (per cell)
[in]gradvmean velocity gradient
[in]gradtmean temperature gradient