/ALE/GRID/STANDARD
Block Format Keyword Describes the standard formulation for ALE grid velocity computation.

Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/ALE/GRID/STANDARD | |||||||||
αα | γγ | ηη | lclc | ||||||
Blank Format |
Definition
Comments
- Fictitious springs are introduced on solid elements to control grid
velocities.These springs are nonlinear elastic viscous. To ensure stability, their stiffness is computed from time step. The two types of springs are edge and anti-shear springs.
- Edge springsThe forces for an edge spring are a function of its length variation during time.
(1) ΔFedge=k(h)⋅(w2−w1)dtΔFedge=k(h)⋅(w2−w1)dtWhere,
w1,w2w1,w2 are grid velocities on nodes N1 and N2, respectively.
hh is the N1 distance from opposite face
dtdt is the time step
and k(h)k(h) is the spring stiffness k(h)=kcriticalk(h)=kcritical
If hh is inferior to the characteristic length lclc and N1 is moving toward the opposite face then,(2) k(h)=1λ2[γ+(γ−1)(h−lclc)3]kcriticalk(h)=1λ2[γ+(γ−1)(h−lclc)3]kcritical1λ21/λ2 is the stability factor taking into account the damping factor ββ , the scale factor αα , and time step dtdt 4Figure 2.otherwise, k(h)=γλ2kcriticalk(h)=γλ2kcriticalFigure 3. - Anti-shear springs
The anti-shear forces FshearFshear are computed from node penetration. gap is lcslc/s from opposite face.
The value of FshearFshear is:
(3) Fshear=gap⋅k(h)Fshear=gap⋅k(h)and(4) k(h)=γλ2[γ+(γ−1)(h−lclc)3]kcriticalk(h)=γλ2[γ+(γ−1)(h−lclc)3]kcriticalFigure 4. - Viscous DampingViscous forces are computed from a critical damping corresponding to the upper bound for stiffness: 1λ21/λ2
(5) Fviscous=βα(√1+β2−β)(w2−w1)Fviscous=βα(√1+β2−β)(w2−w1) - Grid VelocityThe grid velocity is then updated according to:
(6) wn+1=wn+(ΔFedge+Fshear+Fviscous)dtmwn+1=wn+(ΔFedge+Fshear+Fviscous)dtmWhere, mm is fictitious mass on node from springs (automatically computed during Starter).
- Edge springs
- Increasing α=1α=1 , the maximum stiffness will be increased. The scale factor αα determines the maximum stiffness for a given spring at zero length. The scale factor ensures that the critical stability value is not exceeded (to avoid time step decrease).
- This flag is acting on stiffness shape. Stiffness is linear with γγ = 0. Moreover, increasing γγ , the lower bound stiffness for edge spring will be increased. Springs have a critical stiffness at zero length (this corresponds to a unitary factor). For a length greater than or equal to the characteristic length, the spring stiffness is the critical stiffness multiplied by γγ .
- It is recommended to use small
values for
ββ
, otherwise damping may become over critical. The stability factor
is:
(7) λ=dtα0(√1+β2−β)λ=dtα0(√1+β2−β) -
lc
defines the length below which:
- Edge spring stiffness is increased h<lc
- Anti-shear spring is activated: h<lc5
- All these parameters can be modified during an Engine restart (/ALE/GRID/STANDARD).
- Mesh auto correction. It is
possible to give more weight to anti-shear forces by either:
- Setting lc parameter close to the mesh size
- Setting a negative value for α parameter (elastic forces on edges are set to 0 at the first cycle of current run)
- This method assumes a homogeneous spring repartition around each node. This is not the case when connecting two meshes, where topologies are different.