My Project
programmer's documentation
|
Boundary condition code for the ALE module. More...
Functions/Subroutines | |
subroutine | altycl (itypfb, ialtyb, icodcl, impale, init, dt, rcodcl, xyzno0) |
Boundary condition code for the ALE module.
subroutine altycl | ( | integer, dimension(nfabor) | itypfb, |
integer, dimension(nfabor) | ialtyb, | ||
integer, dimension(nfabor,nvar) | icodcl, | ||
integer, dimension(nnod) | impale, | ||
logical | init, | ||
double precision, dimension(ncelet) | dt, | ||
double precision, dimension(nfabor,nvar,3) | rcodcl, | ||
double precision, dimension(3,nnod) | xyzno0 | ||
) |
[in] | itypfb | boundary face types |
[in,out] | ialtyb | boundary face types for ALE |
[in,out] | icodcl | face boundary condition code:
|
[in,out] | impale | imposed displacement indicator |
[in] | init | partial treatment (before time loop) if true |
[in] | dt | time step (per cell) |
[in,out] | rcodcl | boundary condition values:
|
[in] | xyzno0 | initial mesh nodes coordinates |