User subroutine which fills boundary conditions arrays (icodcl, rcodcl) for solved variables.  
More...
User subroutine which fills boundary conditions arrays (icodcl, rcodcl) for solved variables. 
◆ cs_f_user_boundary_conditions()
      
        
          | subroutine cs_f_user_boundary_conditions | ( | integer | nvar, | 
        
          |  |  | integer | nscal, | 
        
          |  |  | integer, dimension(nfabor,nvar) | icodcl, | 
        
          |  |  | integer, dimension(nfabor) | itrifb, | 
        
          |  |  | integer, dimension(nfabor) | itypfb, | 
        
          |  |  | integer, dimension(nfabor) | izfppp, | 
        
          |  |  | double precision, dimension(ncelet) | dt, | 
        
          |  |  | double precision, dimension(nfabor,nvar,3) | rcodcl | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nvar | total number of variables |  | [in] | nscal | total number of scalars |  | [out] | icodcl | boundary condition code |  | [in] | itrifb | indirection for boundary faces ordering |  | [in,out] | itypfb | boundary face types |  | [in,out] | izfppp | boundary face zone number |  | [in] | dt | time step (per cell) |  | [in,out] | rcodcl | boundary condition values: 
rcodcl(1) value of the dirichletrcodcl(2) value of the exterior exchange coefficient (infinite if no exchange)rcodcl(3) value flux density  |