/ALE/GRID/STANDARD

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

It is an improved /ALE/GRID/SPRING formulation based on edge springs and anti-shear springs. 1

ale_standard
Figure 1.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/ALE/GRID/STANDARD
αα γγ ηη lclc  
Blank Format

Definition

Field Contents SI Unit Example
αα Scale factor for maximum stiffness. 2

Default = 0.9 (Real)

 
γγ Nonlinearity factor for edge spring stiffness. 3

Default = 1e-2 (Real)

 
ηη Damping coefficient. 4

Default = 1e-2 (Real)

 
lclc Characteristic length.

(Real)

[m][m]

Comments

  1. 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.
    1. Edge springs
      The forces for an edge spring are a function of its length variation during time.(1)
      ΔFedge=k(h)(w2w1)dtΔFedge=k(h)(w2w1)dt

      Where,

      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)(hlclc)3]kcriticalk(h)=1λ2[γ+(γ1)(hlclc)3]kcritical
      1λ21/λ2 is the stability factor taking into account the damping factor ββ , the scale factor αα , and time step dtdt 4

      ale_standard_towards
      Figure 2.
      otherwise, k(h)=γλ2kcriticalk(h)=γλ2kcritical

      ale_standard_eq
      Figure 3.
    2. 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=gapk(h)Fshear=gapk(h)
      and (4)
      k(h)=γλ2[γ+(γ1)(hlclc)3]kcriticalk(h)=γλ2[γ+(γ1)(hlclc)3]kcritical

      ale_standard_critical
      Figure 4.
    3. Viscous Damping
      Viscous forces are computed from a critical damping corresponding to the upper bound for stiffness: 1λ21/λ2 (5)
      Fviscous=βα(1+β2β)(w2w1)Fviscous=βα(1+β2β)(w2w1)
    4. Grid Velocity
      The grid velocity is then updated according to:(6)
      wn+1=wn+(ΔFedge+Fshear+Fviscous)dtmwn+1=wn+(ΔFedge+Fshear+Fviscous)dtm

      Where, mm is fictitious mass on node from springs (automatically computed during Starter).

  2. 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).
  3. 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 γγ .
  4. 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β)
  5. lc defines the length below which:
    • Edge spring stiffness is increased h<lc
    • Anti-shear spring is activated: h<lc5
  6. All these parameters can be modified during an Engine restart (/ALE/GRID/STANDARD).
  7. 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)
  8. This method assumes a homogeneous spring repartition around each node. This is not the case when connecting two meshes, where topologies are different.