8.0
general documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Module for Arbitrary Lagrangian Eulerian method (ALE)

Variables

integer(c_int), pointer, save iale
 Activates (> 0) or not (= 0), activate the ALE module: More...
 
integer(c_int), save nalinf = 0
 the number of sub-iterations of initialization of the fluid More...
 
integer(c_int), save nalimx = 1
 maximum number of implicitation iterations of the structure displacement More...
 
real(c_double), save epalim = 1.d-5
 relative precision of implicitation of the structure displacement More...
 
integer(c_int), save italin = -999
 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 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. More...
 
integer, save fdiale
 Pointer to field over vertices: mesh displacement. More...
 

Detailed Description

Variable Documentation

◆ epalim

real(c_double), save epalim = 1.d-5

relative precision of implicitation of the structure displacement

◆ fdiale

integer, save fdiale

Pointer to field over vertices: mesh displacement.

◆ iale

integer(c_int), pointer, save iale

Activates (> 0) or not (= 0), activate the ALE module:

  • 0: not activated
  • 1: legacy solver
  • 2: CDO solver

◆ ialtyb

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.

◆ impale

integer, dimension(:), allocatable impale

indicator of imposed displacement

◆ italin

integer(c_int), save italin = -999

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

◆ nalimx

integer(c_int), save nalimx = 1

maximum number of implicitation iterations of the structure displacement

◆ nalinf

integer(c_int), save nalinf = 0

the number of sub-iterations of initialization of the fluid