Handle boundary condition type code (itypfb).  
More...
|  | 
| subroutine | typecl (nvar, nscal, itypfb, itrifb, icodcl, isostd, rtpa, propce, rcodcl, frcxt) | 
|  | 
Handle boundary condition type code (itypfb). 
      
        
          | subroutine typecl | ( | integer | nvar, | 
        
          |  |  | integer | nscal, | 
        
          |  |  | integer, dimension(ndimfb) | itypfb, | 
        
          |  |  | integer, dimension(ndimfb) | itrifb, | 
        
          |  |  | integer, dimension(ndimfb,nvarcl) | icodcl, | 
        
          |  |  | integer, dimension(ndimfb+1) | isostd, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtpa, | 
        
          |  |  | double precision, dimension(ncelet,*) | propce, | 
        
          |  |  | double precision, dimension(ndimfb,nvarcl,3) | rcodcl, | 
        
          |  |  | double precision, dimension(3,ncelet) | frcxt | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nvar | total number of variables |  | [in] | nscal | total number of scalars |  | [in,out] | itypfb | boundary face types |  | [out] | itrifb | tab d'indirection pour tri des faces |  | [in,out] | icodcl | face boundary condition code: 
1 Dirichlet2 Radiative outlet3 Neumann4 sliding and 5 smooth wall and 6 rought wall and 9 free inlet/outlet (input mass flux blocked to 0)13 Dirichlet for the advection operator and Neumann for the diffusion operator  |  | [out] | isostd | standard output indicator |  | [in] | rtpa | calculated variables at cell centers (at previous time step) |  | [in,out] | propce | physical properties at cell centers |  | [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 (negative if gain) in w/m2 or roughtness in m if icodcl=6
for the velocity for the pressure for a scalar   |  | [in] | frcxt | external force generating hydrostatic pressure |