programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
Module for Arbitrary Lagrangian Eulerian method (ALE)

Variables

integer, save iale
 Activates (=1) or not (=0), activate the ALE module. More...
 
integer, save nalinf
 the number of sub-iterations of initialization of the fluid More...
 
integer, save nalimx
 maximum number of imlicitation iterations of of the structure displacement More...
 
integer, save iortvm
 viscosity type of mesh : isotropic=0, orthotropic=1. More...
 
double precision, save epalim
 relative precision of implicitation of the structure displacement More...
 
integer, save italin
 iteration (yes=1, no=0) to initialize ALE More...
 
integer, dimension(:), allocatable impale
 indicator of imposed displacement More...
 
integer, dimension(:), allocatable ialtyb
 defines the mesh velocity from the colour of the boundary faces, or more generally from their properties (colours, groups, ...), from the boundary conditions defined in cs user boundary conditions, or even from their coordinates. More...
 
double precision, dimension(:,:),
allocatable 
xyzno0
 initial mesh coordinates More...
 
double precision, dimension(:,:),
allocatable 
depale
 mesh displacement More...
 
double precision, dimension(:,:),
allocatable 
disala
 mesh displacement of the previous time-step More...
 

Detailed Description

Variable Documentation

double precision, dimension(:,:), allocatable depale

mesh displacement

double precision, dimension(:,:), allocatable disala

mesh displacement of the previous time-step

double precision, save epalim

relative precision of implicitation of the structure displacement

integer, save iale

Activates (=1) or not (=0), activate the ALE module.

integer, dimension(:), allocatable ialtyb

defines the mesh velocity from the colour of the boundary faces, or more generally from their properties (colours, groups, ...), from the boundary conditions defined in cs user boundary conditions, or even from their coordinates.

integer, dimension(:), allocatable impale

indicator of imposed displacement

integer, save iortvm

viscosity type of mesh : isotropic=0, orthotropic=1.

integer, save italin

iteration (yes=1, no=0) to initialize ALE

integer, save nalimx

maximum number of imlicitation iterations of of the structure displacement

integer, save nalinf

the number of sub-iterations of initialization of the fluid

double precision, dimension(:,:), allocatable xyzno0

initial mesh coordinates