Navigation

  • index
  • next |
  • previous |
  • Home Page »
  • KiSSAM User Manual documentation »
  • User Guide and Reference »
  • Recommended Space and Time Steps

Recommended Space and Time Steps¶

Recommended Values¶

Δx=2 μm

Δt=15 ns

Δx=3 μm

Δt=30 ns

Δx=4 μm

Δt=50 ns

Δx=5 μm

Δt=80 ns

Δx=6 μm

Δt=120 ns

Δx=7 μm

Δt=160 ns

For laser beam melting the recommended steps are Δr=3 μm (dr=3e-6) and Δt=30 ns (dt=30e-9).

For electron beam melting recommended steps are Δr=5 μm (dr=5e-6) and Δt=80 ns (dt=80e-9).

Explanation¶

LBM generally has no strictly defined stability criteria. Standard BGK LBM is usually stable if the Reynolds number Re<1000 and Mach number Ma≲0.3. Here the value of the Mach number is Ma=ucs=u3ΔtΔx. LBM has the second order accuracy over the Mach number, so it must be as low as possible.

So, in total, we have two restrictions for the space and time steps, Δx and Δt respectively:

1000>Re=uLν

After conversion to dimensionless units:

csMa⋅10Δx(τ−1/2)cs2=Ma⋅10Δt3τ−1/2≲10τ−1/2<1000;
Ma=uΔtΔx≪1

The first condition requires the relaxation parameter τ should be more than 0.51, i.e. 3ν^+0.5=3νΔtΔx2+0.5>0.51, where ν^ is kinematic viscosity in numerical LBM units and ν is the kinematic viscosity in physical units (SI). Therefore, we get

Δt>0.003Δx2ν.

From the second condition, Ma≪1, assuming that typical velocities in the melt pool are about 1 m/s we obtain one more condition:

Δt≪Δx1m/s.

 The CFL condition for heat solver is:

Δt<121κ(1Δx2+1Δy2+1Δz2)

If Δx=Δy=Δz,

Δt<16Δx2κ,

where κ is the thermal diffusivity of material in solid and low-temperature liquid phases.  Combining this, the time step Δt should be chosen after the space step Δx as

Δt=min(0.003Δx2ν,Δx26κmax)

where κmax is the maximum value of thermal diffusivity for temperature ranges T<1.1Tl (Tl is the liquidus temperature). The recommended space/time steps parameters set for the most common materials are following:

Table of Contents

  • Recommended Space and Time Steps
    • Recommended Values
    • Explanation

Previous topic

Beam Shape Settings

Next topic

User Cases

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • Home Page »
  • KiSSAM User Manual documentation »
  • User Guide and Reference »
  • Recommended Space and Time Steps
© Copyright 2023-2025, Hipercone Ltd.. Created using Sphinx 6.1.3.