Solving the  for incompressible flows or slightly compressible flows for one time step.  
More...
 for incompressible flows or slightly compressible flows for one time step.  
More...
|  | 
| subroutine | turrij (nvar, nscal, ncepdp, ncesmp, icepdc, icetsm, itypsm, dt, rtp, rtpa, propce, tslagr, ckupdc, smacel) | 
|  | 
Solving the  for incompressible flows or slightly compressible flows for one time step.
 for incompressible flows or slightly compressible flows for one time step. 
      
        
          | subroutine turrij | ( | integer | nvar, | 
        
          |  |  | integer | nscal, | 
        
          |  |  | integer | ncepdp, | 
        
          |  |  | integer | ncesmp, | 
        
          |  |  | integer, dimension(ncepdp) | icepdc, | 
        
          |  |  | integer, dimension(ncesmp) | icetsm, | 
        
          |  |  | integer, dimension(ncesmp,nvar), target | itypsm, | 
        
          |  |  | double precision, dimension(ncelet) | dt, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtp, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtpa, | 
        
          |  |  | double precision, dimension(ncelet,*) | propce, | 
        
          |  |  | double precision, dimension(ncelet,ntersl), target | tslagr, | 
        
          |  |  | double precision, dimension(ncepdp,6) | ckupdc, | 
        
          |  |  | double precision, dimension(ncesmp,nvar), target | smacel | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nvar | total number of variables |  | [in] | nscal | total number of scalars |  | [in] | ncepdp | number of cells with head loss |  | [in] | ncesmp | number of cells with mass source term |  | [in] | icepdc | index of the ncepdp cells with head loss |  | [in] | icetsm | index of cells with mass source term |  | [in] | itypsm | mass source type for the variables (cf. ustsma) |  | [in] | dt | time step (per cell) |  | [in,out] | rtp | calculated variables at cell centers (at the current time step) |  | [in] | rtpa | calculated variables at cell centers (at the previous time step) |  | [in] | propce | physical properties at cell centers |  | [in] | tslagr | coupling term of the lagangian module |  | [in] | ckupdc | work array for the head loss |  | [in] | smacel | values of the variables associated to the mass source (for ivar=ipr, smacel is the mass flux) |