Initialization of calculation variables, time step and table that stores distance to the wall by the user (after reading a restart file).  
More...
|  | 
| subroutine | inivar (nvar, nscal, dt, rtp, propce) | 
|  | 
Initialization of calculation variables, time step and table that stores distance to the wall by the user (after reading a restart file). 
      
        
          | subroutine inivar | ( | integer | nvar, | 
        
          |  |  | integer | nscal, | 
        
          |  |  | double precision, dimension(ncelet) | dt, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtp, | 
        
          |  |  | double precision, dimension(ncelet,*) | propce | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nvar | total number of variables |  | [in] | nscal | total number of scalars |  | [in] | dt | valeur du pas de temps |  | [in,out] | rtp | variables de calcul au centre des cellules |  | [in,out] | propce | physical properties at cell centers |