Fluid Time Step

In the absence of reactions, we assume that the fluid density is unchanged.

We compute the fluid volume fraction directly from the particle locations.

Thus here we focus on the discretization of the momentum equation

In the predictor

  • Define UMAC,n, the face-centered (staggered) MAC velocity which is used for advection, using Ugn

  • Define an approximation to the new-time state, (εgρgUg) by setting

(εgρgUg)=(εgρgUg)nΔt((εgρgUMACUg)+εgpgn1/2)+Δt(τn+pβp(VpUg)+ρgεgg)
  • Project Ug by solving

εgρgϕ=(1Δt(εgUg)+εgρgpgn1/2)

then defining

Ug=UgΔtρgϕ

and

pgn+1/2,=ϕ

In the corrector

  • Define UMAC, at the “new” time using Ug

  • Define a new approximation to the new-time state, (εgρgUg) by setting

(εgρgUg)=(εgρgUg)nΔt2((εgρgUMACUg)n+(εgρgUMACUg))++Δt2(τn+τ)+Δt(εgpgn+1/2,+pβp(VpUg)+εgρgg)
  • Project Ug by solving

εgρgϕ=(1Δt(εgUg)+εgρgpgn+1/2,)

then defining

Ugn+1=UgΔtρgϕ

and

pgn+1/2=ϕ