HyperWorks Solvers

ALE Grid Calculation

ALE Grid Calculation

Previous topic Next topic No expanding text in this topic  

ALE Grid Calculation

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

In the ALE formulation, the freedom of moving the mesh is very appealing as it helps to combine the respective advantages of Lagrangian and Eulerian formulations. However, it is not easy to specify a grid velocity well-suited to the particular problem under consideration. As a consequence, the practical implementation of the ALE description requires that an automatic mesh-displacement prescription algorithm be supplied.

In RADIOSS, the following automatic grid computations exist:

/ALE/GRID/DONEA:

This is the standard method applicable to the most of problems. It is based upon a combination of the material and grid velocities of the neighboring nodes:

ale_dona_comp

Where,

N is the number of nodes connected to node I, LIJ is the distance between node I and node J, and symbol_a and symbol_y are the adimensional factors given in input.

Therefore, the grid displacement is given as:

/ALE/GRID/DISP:

The average displacement formulation calculates the average velocity to determine the average displacement.

/ALE/GRID/SPRING:

Each grid node is connected to neighboring grid nodes through a nonlinear viscous spring, similar to that shown in the figure below.

The stiffness of each spring is given by (where, M is the mass of the node and is a user input typical time step), a viscosity and a ratio between shear spring stiffness and traction-compression stiffness of the springs can be defined.

It must be noted that those springs only affect the grid node velocity; they have no influence on the material velocity.

This method is very accurate and robust, but highly expensive in terms of CPU time.

spring_force_graph

Spring Force Graph

/ALE/GRID/ZERO:

No automatic grid calculation is performed for the grid. The grid velocity is either constant (0 if no initial grid velocity is specified, the formulation is therefore Eulerian) or imposed by Property type 15 for parts with a rigid body movement.