Preparation of sending velocity variables for coupling between two instances of Code_Saturne via boundary faces. Received indformation will be transformed into boundary condition in subroutine csc2cl.  
More...
|  | 
| subroutine | cspcev (nptdis, ivar, locpts, vela, coefav, coefbv, coopts, rvdis) | 
|  | 
Preparation of sending velocity variables for coupling between two instances of Code_Saturne via boundary faces. Received indformation will be transformed into boundary condition in subroutine csc2cl. 
      
        
          | subroutine cspcev | ( | integer | nptdis, | 
        
          |  |  | integer | ivar, | 
        
          |  |  | integer, dimension(nptdis) | locpts, | 
        
          |  |  | double precision, dimension(3,ncelet) | vela, | 
        
          |  |  | double precision, dimension(3  ,nfabor) | coefav, | 
        
          |  |  | double precision, dimension(3,3,nfabor) | coefbv, | 
        
          |  |  | double precision, dimension(3,nptdis) | coopts, | 
        
          |  |  | double precision, dimension(3,nptdis) | rvdis | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nptdis |  |  | [in] | ivar | variable number |  | [in] | locpts |  |  | [in] | vela | variable value at time step beginning |  | [in] | coefav |  |  | [in] | coefbv |  |  | [in] | coopts |  |  | [out] | rvdis |  |