This subroutine updates the mesh in the ALE framework.
More...
|
subroutine | alemav (itrale, impale, ialtyb, dt, rtpa, rtp, depale, xyzno0) |
|
This subroutine updates the mesh in the ALE framework.
subroutine alemav |
( |
integer |
itrale, |
|
|
integer, dimension(nnod) |
impale, |
|
|
integer, dimension(nfabor) |
ialtyb, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(ncelet,nflown:nvar) |
rtpa, |
|
|
double precision, dimension(ncelet,nflown:nvar) |
rtp, |
|
|
double precision, dimension(3,nnod) |
depale, |
|
|
double precision, dimension(3,nnod) |
xyzno0 |
|
) |
| |
- Parameters
-
[in] | itrale | number of the current ALE iteration |
[in] | dt | time step (per cell) |
[in] | impale | indicator of node displacement |
[in] | ialtyb | ALE Boundary type |
[in,out] | rtp,rtpa | calculated variables at cell centers (at current and previous time steps) |
[in,out] | depale | nodes displacements |
[in,out] | xyzno0 | nodes coordinates of the initial mesh |