programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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, rtp, rtpa, propce, 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(ncelet,nflown:nvar)  rtp,
double precision, dimension(ncelet,nflown:nvar)  rtpa,
double precision, dimension(ncelet,*)  propce,
double precision, dimension(3,3,ncelet)  gradv,
double precision, dimension(ncelet,3)  gradt 
)
Parameters
[in]nscaltotal number of scalars
[in]iscalnumber of the scalar used
[in]xcppCp
[in,out]xut,xutacalculated variables at cell centers (at current and previous time steps)
[in]dttime step (per cell)
[in,out]rtp,rtpacalculated variables at cell centers (at current and previous time steps)
[in]propcephysical properties at cell centers
[in]gradvmean velocity gradient
[in]gradtmean temperature gradient