My Project
programmer's documentation
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
albase Module Reference

Functions/Subroutines

subroutine init_ale (nfabor, nnod)
 
subroutine finalize_ale
 
subroutine map_ale
 

Variables

integer(c_int), pointer, save iale
 Activates (=1 o) or not (=0), activate the ALE module:
 
integer, save nalinf
 the number of sub-iterations of initialization of the fluid
 
integer, save nalimx
 maximum number of implicitation iterations of the structure displacement
 
double precision, save epalim
 relative precision of implicitation of the structure displacement
 
integer, save italin
 iteration (yes=1, no=0) to initialize ALE
 
integer, dimension(:), allocatable impale
 indicator of imposed displacement
 
integer, dimension(:), allocatable ialtyb
 defines the mesh velocity from the color of the boundary faces, or more generally from their properties (colors, groups, ...), from the boundary conditions defined in cs user boundary conditions, or even from their coordinates.
 
double precision, dimension(:,:), allocatable xyzno0
 initial mesh coordinates
 
integer, save fdiale
 Pointer to field over vertices: mesh displacement.
 

Function/Subroutine Documentation

◆ finalize_ale()

subroutine finalize_ale

◆ init_ale()

subroutine init_ale ( integer, intent(in)  nfabor,
integer, intent(in)  nnod 
)

◆ map_ale()

subroutine map_ale