Subgrid Spark Ignition

During spark ignition, a high-voltage electrical current creates a plasma arc between electrodes which provides enough energy to ignite a fuel/air mixture and creates a hot gas-ball (flame kernel). The flame propagates outwards from the site of ignition.

There are two main difficulties with spark modeling. The first is the complex physics of the initial arc creation, laminar flame propagation, and the transition to turbulence. The second issue is that the initial spark kernel is very small, and commonly not well resolved on the CFD grid. The Subgrid Spark Ignition model attempts to mitigate these difficulties by solving a 0D equation for the spark radius until the spark is resolved on the CFD mesh.

In Simcenter STAR-CCM+, a modeled ODE equation for the burnt gas mass radius r b is solved. The burnt volume from the 0D solution is then averaged onto a fixed volume sphere (final flame kernel sphere) within the CFD mesh.

The reaction progress within the flame kernel sphere increases uniformly from unburnt to burnt as the 0D spark radius increases to the final flame kernel sphere radius. After which, the flame is resolved on the CFD grid.



Arc Breakdown and Initial Flame Kernel
The arc breakdown creates a small kernel of initial temperature Ti and spark radius rb(0)—which is logged in the Output window in metres, for example: Kernel Radius for spark #1 = 0.00058087
The initial spark radius (burnt gas mass radius) r b ( 0 ) is given by [802]:
Figure 1. EQUATION_DISPLAY
r b ( 0 ) = γ 1 γ E b d p d g a p π ( 1 T u T b ( 0 ) )
(4009)
γ is the ratio of specific heats, p is the gas pressure in bar, d g a p is the inter-electrodes distance (1mm), T u is the unburnt gas temperature, T b ( 0 ) is the initial temperature, and E b d is the breakdown energy, given by [800], [801]:
Figure 2. EQUATION_DISPLAY
E b d = ( 4.3 + 136 p T u + 324 p T u d g a p ) 2 C 2 d g a p
(4010)
in which C = 245 k V / ( J m m ) 1 / 2 .
The initial temperature Tb(0) is given by [802]:
Figure 3. EQUATION_DISPLAY
Tb(0)=Tu[1γ(TbdTu1)+1]
(4011)
where T b d = 60000 K is the breakdown temperature.
Ignition Flame Kernel Expansion
As the flame propagates outwards from the flame kernel, the burnt gas mass mb evolves according to:
Figure 4. EQUATION_DISPLAY
dmbdt=ρuSlAkΞ
(4012)
where ρ u is the unburnt gas density, S l is the laminar flame speed, A k is the flame kernel surface area, and Ξ is the turbulence wrinkling factor [803]:
Figure 5. EQUATION_DISPLAY
Ξ S t S l = 1 + A ( v S l ) 5 / 6
(4013)
where S t is the turbulent flame speed, v is the velocity fluctuation, and A is the turbulent flame speed coefficient.
Therefore, the ODE equation for the burnt radius is:
Figure 6. EQUATION_DISPLAY
drbdt=ρuρbSlΞ=TbTuSlΞ=(τ+1)St
(4014)
Where Tb is the temperature in the ignition kernel—which is assumed to be equal to the equilibrium temperature. τ is the expansion ratio:
Figure 7. EQUATION_DISPLAY
τTbTu1
(4015)
Progress Variable Distribution
The fixed/final radius of the flame kernel sphere r b ( f i n a l ) is defined as:
Figure 8. EQUATION_DISPLAY
r b ( f i n a l ) = max ( 5 r b ( 0 ) , 5 Δ x , min ( 10 Δ x , 0.1 L t )
(4016)
where r b ( 0 ) is the initial spark radius in meters, Δ x is the average linear cell size, and L t is defined as:
Figure 9. EQUATION_DISPLAY
L t = k 3 / 2 ε
(4017)
The progress variable for ignition is:
Figure 10. EQUATION_DISPLAY
c(rb)=(rbrb(final))3
(4018)