This subroutine perform the solving of the transport equation of the turbulent heat fluxes.  
More...
|  | 
| subroutine | resrit (nscal, iscal, xcpp, xut, xuta, dt, rtp, rtpa, propce, gradv, gradt) | 
|  | 
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(ncelet,*) | rtp, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtpa, | 
        
          |  |  | double precision, dimension(ncelet,*) | propce, | 
        
          |  |  | double precision, dimension(3,3,ncelet) | gradv, | 
        
          |  |  | double precision, dimension(ncelet,3) | gradt | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nscal | total number of scalars |  | [in] | iscal | number of the scalar used |  | [in] | xcpp | Cp |  | [in,out] | xut,xuta | calculated variables at cell centers (at current and previous time steps) |  | [in] | dt | time step (per cell) |  | [in,out] | rtp,rtpa | calculated variables at cell centers (at current and previous time steps) |  | [in] | propce | physical properties at cell centers |  | [in] | gradv | mean velocity gradient |  | [in] | gradt | mean temperature gradient |