Boundary condition code (in ialtyb) for the ALE module.  
More...
|  | 
| subroutine | altycl (itypfb, ialtyb, icodcl, impale, dt, rcodcl, xyzno0, depale) | 
|  | 
Boundary condition code (in ialtyb) for the ALE module. 
      
        
          | subroutine altycl | ( | integer, dimension(nfabor) | itypfb, | 
        
          |  |  | integer, dimension(nfabor) | ialtyb, | 
        
          |  |  | integer, dimension(nfabor,nvarcl) | icodcl, | 
        
          |  |  | integer, dimension(nnod) | impale, | 
        
          |  |  | double precision, dimension(ncelet) | dt, | 
        
          |  |  | double precision, dimension(nfabor,nvarcl,3) | rcodcl, | 
        
          |  |  | double precision, dimension(3,nnod) | xyzno0, | 
        
          |  |  | double precision, dimension(3,nnod) | depale | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | itypfb | boundary face types |  | [in,out] | ialtyb | boundary face types for ALE |  | [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  |  | [in,out] | impale | imposed displacement indicator |  | [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 (negative if gain) in w/m2 or roughtness in m if icodcl=6
for the velocity for the pressure for a scalar   |  | [in,out] | depale | nodes displacement |  | [in] | xyzno0 | initial mesh nodes coordinates |