Loading [MathJax]/jax/output/CommonHTML/jax.js

Stability

The stability of the numerical algorithm depends on the size of the time step used for time integration . For brick elements, Radioss uses the following equation to calculate the size of the time step:(1)
hklc(α+α2+1)
This is the same form as the Courant condition for damped materials. The characteristic length of a particular element is computed using:(2)
l=ElementVolumeLargestSideSurface

For a 6-sided brick, this length is equal to the smallest distance between two opposite faces.

The terms inside the parentheses in the denominator are specific values for the damping of the material:
  • α=2vρcl
  • ν effective kinematic viscosity
  • c=1pρρ for fluid materials
  • c=Kρ+43μρ=λ+2μρ for a solid elastic material
  • K is the bulk modulus
  • λ , μ are Lame moduli

The scaling factor k=0.90 , is used to prevent strange results that may occur when the time step is equal to the Courant condition. This value can be altered by the user.