Resolution of source term convection diffusion equations for scalars in a time step.  
More...
|  | 
| subroutine | scalai (nvar, nscal, dt, rtp, rtpa, propce) | 
|  | 
Resolution of source term convection diffusion equations for scalars in a time step. 
      
        
          | subroutine scalai | ( | integer | nvar, | 
        
          |  |  | integer | nscal, | 
        
          |  |  | double precision, dimension(ncelet) | dt, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtp, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtpa, | 
        
          |  |  | double precision, dimension(ncelet,*) | propce | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nvar | total number of variables |  | [in] | nscal | total number of scalars |  | [in] | dt | time step (per cell) |  | [in] | rtp | calculated variables at cell centers (at current and previous time steps) |  | [in,out] | rtpa | calculated variables at cell centers (at current and previous time steps) |  | [in] | propce | physical properties at cell centers |