(sec:pahgrowmodel)= # PAH Growth Models Four PAH growth models are implemented in Omnisoot to describe the conversion of PAHs into incipient particles and their adsorption onto existing agglomerates. In other words, these models determine the inception source terms, $I_{\varphi,\mathrm{inc}}$, and the section-specific PAH-adsorption source terms, $I_{\varphi,\mathrm{ads}}^i$. The implemented models are Irreversible Dimerization {cite:p}`frenklach1991detailed`, Reactive Dimerization {cite:p}`kholghy2018reactive`, Dimer Coalescence {cite:p}`blanquart2009joint`, and E-Bridge Modified {cite:p}`frenklach2020mechanism`. All four models are based on PAH collisions, as supported by extensive evidence in the literature {cite:p}`zhao2003measurement,abid2009quantitative,happold2009soot`, but they differ in reversibility, temperature dependence, and the number of steps involved. The collision frequency of gaseous species, including PAH molecules and polymers, depends on their mass and diameter and is calculated as ```{math} :label: eqn:betadim \beta_{\mathrm{dim},jk} = 2.2\,d_r^2 \sqrt{ \frac{8\pi k_B T}{m_r} }. ``` Here, 2.2 is the van der Waals enhancement factor {cite:p}`kholghy2018reactive`. The reduced diameter, $d_r$, and reduced mass, $m_r$, of two PAH molecules or dimers are calculated as ```{math} :label: eqn:drPAH d_r = \frac{ d_{\mathrm{PAH}_k} d_{\mathrm{PAH}_j} }{ d_{\mathrm{PAH}_k} + d_{\mathrm{PAH}_j} }. ``` ```{math} :label: eqn:mrPAH m_r = \frac{ m_{\mathrm{PAH}_k} m_{\mathrm{PAH}_j} }{ m_{\mathrm{PAH}_k} + m_{\mathrm{PAH}_j} }. ``` The mass, $m_{\mathrm{PAH}_j}$, and equivalent diameter, $d_{\mathrm{PAH}_j}$, of PAH molecule $j$ are obtained as ```{math} :label: eqn:mPAH m_{\mathrm{PAH}_j} = \frac{ W_{\mathrm{PAH}_j} }{ Av }. ``` ```{math} :label: eqn:dPAH d_{\mathrm{PAH}_j} = \left( \frac{ 6m_{\mathrm{PAH}_j} }{ \pi\rho_{\mathrm{PAH}_j} } \right)^{1/3}. ``` The equivalent PAH density, $\rho_{\mathrm{PAH}_j}$, is estimated using the relation proposed by {cite:t}`johansson2016formation`: ```{math} :label: eqn:rhoPAH \rho_{\mathrm{PAH}_j} = 171943.5197 \frac{ W_{\mathrm{carbon}}n_{C,\mathrm{PAH}_j} + W_{\mathrm{hydrogen}}n_{H,\mathrm{PAH}_j} }{ n_{C,\mathrm{PAH}_j} + n_{H,\mathrm{PAH}_j} }. ``` Here, $n_{C,\mathrm{PAH}_j}$ and $n_{H,\mathrm{PAH}_j}$ denote the numbers of carbon and hydrogen atoms in PAH molecule $j$, respectively. The collision frequency between $\mathrm{PAH}_j$ and soot agglomerates in section $i$ is calculated over the entire Knudsen-number range using the harmonic mean of the free-molecular and continuum collision frequencies: ```{math} :label: eqn:betahmads \beta_{\mathrm{ads},j}^i = \frac{ \beta_{\mathrm{fm,ads},j}^i \beta_{\mathrm{cont,ads},j}^i }{ \beta_{\mathrm{fm,ads},j}^i + \beta_{\mathrm{cont,ads},j}^i }. ``` ```{math} :label: eqn:betafmads \beta_{\mathrm{fm,ads},j}^i = 2.2 \sqrt{ \frac{\pi k_B T}{2} \left( \frac{1}{m_{\mathrm{agg}}^i} + \frac{1}{m_{\mathrm{PAH}_j}} \right) } \left( d_g^i+d_{\mathrm{PAH}_j} \right)^2. ``` ```{math} :label: eqn:betacontads \beta_{\mathrm{cont,ads},j}^i = \frac{2k_B T}{3\mu} \left[ \frac{ C^i\left(d_m^i\right) }{ d_g^i } + \frac{ C^i\left(d_{\mathrm{PAH}_j}\right) }{ d_{\mathrm{PAH}_j} } \right] \left( d_g^i+d_{\mathrm{PAH}_j} \right). ``` Here, $C^i$ is the Cunningham correction factor calculated using Equation {eq}`eqn:cun`. (sec:irrevdim)= ## Irreversible Dimerization The Irreversible Dimerization model is based on the collision of two PAH molecules to form a dimer. Sequential growth can continue through the formation of trimers, tetramers, and larger clusters until the PAH-cluster mass reaches a threshold at which it is treated as a solid particle. For practical purposes, a dimer is commonly treated as an incipient particle that subsequently grows through surface reactions and coagulation. The collision of two identical PAH molecules forms a new dimer: ```{math} :label: react:irrevdiminc \mathrm{PAH}_j + \mathrm{PAH}_j \xrightarrow{k_{f,\mathrm{dim},j}} \mathrm{Dimer}_j. ``` Similarly, adsorption of a PAH molecule onto a soot particle is represented by an irreversible collision: ```{math} :label: react:irrevdimads \mathrm{PAH}_j + \mathrm{Soot} \xrightarrow{k_{f,\mathrm{ads},j}} \mathrm{Soot{-}PAH}_j. ``` The forward rate coefficients for dimerization, $k_{f,\mathrm{dim},j}$, and adsorption, $k_{f,\mathrm{ads},j}^i$, in Reactions {eq}`react:irrevdiminc` and {eq}`react:irrevdimads` are calculated as ```{math} :label: eqn:kfdim k_{f,\mathrm{dim},j} = \gamma_{\mathrm{inc}} \beta_{jj,\mathrm{PAH}} Av. ``` ```{math} :label: eqn:kfads k_{f,\mathrm{ads},j}^i = \gamma_{\mathrm{ads},j} \beta_{\mathrm{ads},j}^i Av. ``` Here, $\beta_{jk,\mathrm{PAH}}$ and $\beta_{\mathrm{ads},j}^i$ are calculated using Equations {eq}`eqn:betadim` and {eq}`eqn:betahmads`, respectively. The parameters $\gamma_{\mathrm{inc}}$ and $\gamma_{\mathrm{ads}}$ are the collision efficiencies for dimerization and adsorption. Their values range from $10^{-7}$ to 1 and are typically selected by comparing predicted soot properties with experimental measurements. The dimerization rate of $\mathrm{PAH}_j$ is ```{math} :label: eqn:irrevdim_wdim \omega_{\mathrm{dim},j} = \eta_{\mathrm{inc}} k_{f,\mathrm{dim},j} [\mathrm{PAH}_j] [\mathrm{PAH}_j]. ``` The inception contributions to the source terms are ```{math} :label: eqn:INinc I_{N,\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 2\omega_{\mathrm{dim},j} n_{\mathrm{PAH}_j,C}. ``` ```{math} :label: eqn:ICtotinc I_{C_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 2\omega_{\mathrm{dim},j} n_{\mathrm{PAH}_j,C}. ``` ```{math} :label: eqn:IHtotinc I_{H_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 2\omega_{\mathrm{dim},j} n_{\mathrm{PAH}_j,H}. ``` The PAH-adsorption rate in section $i$ is ```{math} :label: eqn:adsrate_irrevdim \omega_{\mathrm{ads},j}^i = \eta_{\mathrm{ads}} k_{f,\mathrm{ads},j}^i [\mathrm{soot}^i] [\mathrm{PAH}_j]. ``` The PAH-adsorption contributions to the source terms are ```{math} :label: eqn:ICtotads I_{C_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}_j}} \omega_{\mathrm{ads},j}^i n_{\mathrm{PAH}_j,C}. ``` ```{math} :label: eqn:IHtotads I_{H_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}_j}} \omega_{\mathrm{ads},j}^i \left( n_{\mathrm{PAH}_j,H}-2 \right). ``` PAH adsorption is a mass-growth process that changes only $C_{\mathrm{tot}}$ and $H_{\mathrm{tot}}$ and does not directly change $N_{\mathrm{agg}}$ or $N_{\mathrm{pri}}$. Each PAH molecule loses one hydrogen atom to become a radical, which then forms a bond with a dehydrogenated site on the soot surface. Therefore, two hydrogen atoms are released during adsorption, as accounted for in Equation {eq}`eqn:IHtotads`. Dimer formation consumes two PAH molecules, whereas adsorption removes one PAH molecule from the gas mixture. The rates of removal of $\mathrm{PAH}_j$ are ```{math} :label: eqn:PAHscrub_irrevdim_inc \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{inc}} = -2\omega_{\mathrm{dim},j}. ``` ```{math} :label: eqn:PAHscrub_irrevdim_ads \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{ads}} = -\sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` One $\mathrm{H_2}$ molecule is released to the gas mixture during each adsorption event: ```{math} :label: eqn:H2scrub_irrevdim \left( \frac{ \mathrm{d}[\mathrm{H_2}] }{ \mathrm{d}t } \right)_{\mathrm{ads}} = \sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` (sec:reacvdim)= ## Reactive Dimerization Reactive Dimerization builds on Irreversible Dimerization, with the key difference that the first steps of dimerization and adsorption are reversible. These steps form physically bonded dimers or physically adsorbed PAHs, followed by irreversible carbonization that creates chemical bonds {cite:p}`kholghy2018reactive`. The model allows the formation of both homo- and heterodimers. Dimerization of $\mathrm{PAH}_j$ and $\mathrm{PAH}_k$ is represented as ```{math} :label: reac:phydim_reacdim \mathrm{PAH}_j + \mathrm{PAH}_k \overset{k_{f,\mathrm{dim},jk}}{ \underset{r,\mathrm{dim},jk}{\rightleftharpoons} } \mathrm{Dimer}_{jk}^{*}. ``` ```{math} :label: reac:chemdim_reacdim \mathrm{Dimer}_{jk}^{*} \xrightarrow{k_{\mathrm{reac}}} \mathrm{Dimer}_{jk}. ``` Here, $\mathrm{Dimer}_{jk}^{*}$ and $\mathrm{Dimer}_{jk}$ are physically and chemically bonded dimers, respectively. The forward rate coefficient for physical dimerization is ```{math} :label: eqn:kfphydim_reacdim k_{f,\mathrm{dim},jk} = p^{\prime\prime} \beta_{jk,\mathrm{PAH}} Av. ``` Here, $\beta_{jk,\mathrm{PAH}}$ is calculated using Equation {eq}`eqn:betadim`, and $p^{\prime\prime}=0.1$ represents the probability that a PAH–PAH collision occurs in the “FACE” configuration and successfully forms a van der Waals bond {cite:p}`miller1984intermolecular`. The reverse rate coefficient is obtained from the dimerization equilibrium constant {cite:p}`miller1991kinetics`: ```{math} :label: eqn:krphydim_reacdim k_{r,\mathrm{dim},jk} = \frac{ k_{f,\mathrm{dim},jk} }{ K_{\mathrm{eq}} }. ``` ```{math} :label: eqn:keq_reacdim \log_{10}K_{\mathrm{eq}} = a\frac{\epsilon_{jk}}{RT} + b. ``` ```{math} :label: eqn:epsilon_reacdim \epsilon_{jk} = cW_{jk} - d. ``` ```{math} :label: eqn:Wjk_reacdim W_{jk} = \frac{ W_jW_k }{ W_j+W_k }. ``` The parameters are $a=0.115$, obtained from pyrene-dimerization data {cite:p}`sabbah2010exploring`; $b=1.8$ {cite:p}`kholghy2018reactive`; $c=933420$ J/kg; and $d=34053$ J/mol {cite:p}`kholghy2018reactive`. The rate coefficient for chemical-bond formation is written in Arrhenius form {cite:p}`naseri2022simulating`: ```{math} :label: eqn:kc_reacdim k_{\mathrm{reac}} = 5\times10^6 \exp\left( -\frac{96232}{RT} \right). ``` Assuming a steady-state concentration of physical dimers, ```{math} \frac{ \partial[\mathrm{Dimer}_{jk}^{*}] }{ \partial t } = 0, ``` the rate of formation of chemically bonded dimers is ```{math} :label: eqn:chemdimer_reacdim \omega_{\mathrm{dim},jk} = k_{\mathrm{reac}} \frac{ k_{f,\mathrm{dim},jk} [\mathrm{PAH}_j] [\mathrm{PAH}_k] }{ k_{r,\mathrm{dim},jk} + k_{\mathrm{reac}} }. ``` The inception contributions to the source terms are evaluated by summing over all PAH-precursor combinations: ```{math} :label: eqn:IN_inc I_{N,\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} \sum_{k=j}^{n_{\mathrm{PAH}}} \omega_{\mathrm{dim},kj} \left( n_{\mathrm{PAH}_j,C} + n_{\mathrm{PAH}_k,C} \right). ``` ```{math} :label: eqn:ICtot_inc I_{C_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} \sum_{k=j}^{n_{\mathrm{PAH}}} \omega_{\mathrm{dim},kj} \left( n_{\mathrm{PAH}_j,C} + n_{\mathrm{PAH}_k,C} \right). ``` ```{math} :label: eqn:IHtot_inc I_{H_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} \sum_{k=j}^{n_{\mathrm{PAH}}} \omega_{\mathrm{dim},kj} \left( n_{\mathrm{PAH}_j,H} + n_{\mathrm{PAH}_k,H} \right). ``` PAH adsorption is represented by a two-step process in which collision of $\mathrm{PAH}_j$ with a soot agglomerate first produces physically bonded $\mathrm{Soot{-}PAH}_j^{*}$, which then carbonizes to form chemically bonded $\mathrm{Soot{-}PAH}_j$: ```{math} :label: reac:physootPAH_reacdim \mathrm{PAH}_j + \mathrm{Soot} \overset{k_{f,\mathrm{ads},j}}{ \underset{r,\mathrm{ads},j}{\rightleftharpoons} } \mathrm{Soot{-}PAH}_j^{*}. ``` ```{math} :label: reac:chemsootPAH_reacdim \mathrm{Soot{-}PAH}_j^{*} \xrightarrow{k_{c,\mathrm{ads}}} \mathrm{Soot{-}PAH}_j. ``` The forward and reverse rate coefficients for PAH–soot association are ```{math} :label: eqn:kfads_reacdim k_{f,\mathrm{ads},j}^i = \beta_{\mathrm{ads},j}^i Av. ``` ```{math} :label: eqn:krads_reacdim k_{r,\mathrm{ads},j}^i = k_{f,\mathrm{ads},j}^i 10^{-b} \exp\left[ -\frac{ a\epsilon_{\mathrm{soot},j}^i \ln(10) }{ RT } \right]. ``` ```{math} :label: eqn:epsilonads_reacdim \epsilon_{\mathrm{soot},j}^i = cW_{\mathrm{soot},j}^i - d. ``` Here, $\beta_{\mathrm{ads},j}^i$ is calculated using Equation {eq}`eqn:betahmads`, and $a$, $b$, $c$, and $d$ have the same values as in the inception formulation. Calculation of $\epsilon_{\mathrm{soot},j}^i$ requires an equivalent soot molecular weight, estimated from the carbon mass of each agglomerate as ```{math} W_{\mathrm{soot}}^i = \frac{ C_{\mathrm{tot}}^i W_{\mathrm{carbon}} }{ N_{\mathrm{agg}}^i }. ``` The carbonization rate coefficient for $\mathrm{Soot{-}PAH}_j^{*}$ is written in an Arrhenius form similar to Equation {eq}`eqn:kc_reacdim`. Its pre-exponential factor was adjusted by matching a numerical particle-size distribution {cite:p}`naseri2022simulating` to measurements from ethylene pyrolysis in a flow reactor {cite:p}`araki2021effects`: ```{math} :label: eqn:kcads_reacdim k_{c,\mathrm{ads}} = 2\times10^{10} \exp\left( -\frac{96232}{RT} \right). ``` Assuming a steady-state concentration of physically adsorbed PAHs, the total adsorption rate is calculated similarly to the inception flux in Equation {eq}`eqn:chemdimer_reacdim`: ```{math} :label: eqn:wads_reacdim \omega_{\mathrm{ads},j}^i = k_{c,\mathrm{ads}} \frac{ k_{f,\mathrm{ads},j} [\mathrm{soot}^i] [\mathrm{PAH}_j] }{ k_{r,\mathrm{ads},j} + k_{c,\mathrm{ads},j} }. ``` The PAH-adsorption contributions to the source terms are ```{math} :label: eqn:ICtotads_reacdim I_{C_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{i=1}^{n_{\mathrm{PAH}}} \omega_{\mathrm{ads},j}^i n_{C,\mathrm{PAH}_j}. ``` ```{math} :label: eqn:IHtotads_reacdim I_{H_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{i=1}^{n_{\mathrm{PAH}}} \omega_{\mathrm{ads},j}^i \left( n_{H,\mathrm{PAH}_j}-2 \right). ``` The rates of removal of $\mathrm{PAH}_j$ from the gas mixture through inception and adsorption are ```{math} :label: eqn:PAHscrub_inc_reacdim \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{inc}} = -\sum_{k=1}^{n_{\mathrm{PAH}}} \omega_{\mathrm{dim},jk}. ``` ```{math} :label: eqn:PAHscrub_ads_reacdim \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{ads}} = -\sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` One $\mathrm{H_2}$ molecule is released during each adsorption event: ```{math} :label: eqn:H2scrub_reacdim \left( \frac{ \mathrm{d}[\mathrm{H_2}] }{ \mathrm{d}t } \right)_{\mathrm{ads}} = \sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` (sec:dimcoal)= ## Dimer Coalescence The Dimer Coalescence model is a multistep irreversible model proposed by {cite:t}`blanquart2009joint`. Self-collision of PAH molecules forms dimers, which represent an intermediate state between gaseous PAH molecules and solid soot particles. The dimers can either form incipient soot particles through self-coalescence or adsorb onto existing soot particles and contribute to surface growth. The inception and surface-growth formulation presented here follows {cite:t}`sun2021modelling`. ```{math} :label: reac:dim_dimcoal \mathrm{PAH}_j + \mathrm{PAH}_j \xrightarrow{k_{\mathrm{dim},j}} \mathrm{Dimer}_j. ``` ```{math} :label: reac:tetramer_dimcoal \mathrm{Dimer}_j + \mathrm{Dimer}_j \xrightarrow{k_{\mathrm{inc},j}} \mathrm{Tetramer}_j. ``` ```{math} :label: reac:ads_dimcoal \mathrm{Dimer}_j + \mathrm{Soot} \xrightarrow{k_{\mathrm{ads},j}} \mathrm{Soot{-}PAH}_j. ``` The dimerization and inception rate coefficients are calculated from PAH and dimer collision frequencies: ```{math} :label: eqn:kdim_dimcoal k_{\mathrm{dim},j} = \gamma_{\mathrm{dim},j} \beta_{jj,\mathrm{PAH}} Av. ``` ```{math} :label: eqn:kinc_dimcoal k_{\mathrm{inc},j} = \beta_{jj,\mathrm{dimer}} Av. ``` Both $\beta_{jj,\mathrm{PAH}}$ and $\beta_{jj,\mathrm{dimer}}$ are calculated using Equation {eq}`eqn:betadim`. The dimerization efficiency is assumed to scale with the fourth power of PAH molecular weight {cite:p}`blanquart2009analyzing`: ```{math} :label: eqn:gamma_dimcoal \gamma_{\mathrm{dim},j} = C_{N,j} W_{\mathrm{PAH}_j}^{4}. ``` {cite:t}`blanquart2009joint` estimated $C_{N,j}$ by comparing calculated PAH profiles with measurements from a premixed benzene flame {cite:p}`tregrossi1999combustion`. Values for several PAHs are listed in Table 1 of {cite:t}`blanquart2009analyzing`. The dimer-collision rate is ```{math} :label: eqn:wdim_dimcoal \omega_{\mathrm{dim},j} = \eta_{\mathrm{inc}} k_{\mathrm{inc},j} [\mathrm{Dimer}_j] [\mathrm{Dimer}_j]. ``` The rate of dimer adsorption onto soot particles is ```{math} \omega_{\mathrm{ads},j}^i = \eta_{\mathrm{ads}} k_{\mathrm{ads},j}^i [\mathrm{soot}^i] [\mathrm{Dimer}_j]. ``` ```{math} :label: eqn:kads_dimcoal k_{\mathrm{ads},j}^i = \beta_{\mathrm{ads},j}^i Av. ``` Assuming rapid dimer consumption yields a steady-state dimer concentration, which is obtained by solving the quadratic equation {cite:p}`blanquart2009analyzing`: ```{math} :label: eqn:quad_dimcoal a_{\mathrm{inc},j} [\mathrm{Dimer}_j]^2 + b_{\mathrm{ads},j} [\mathrm{Dimer}_j] = \omega_{\mathrm{dim},j}. ``` ```{math} :label: eqn:dimer_dimcoal [\mathrm{Dimer}_j] = \begin{cases} \dfrac{ -b_{\mathrm{ads},j} + \sqrt{\Delta_j} }{ 2a_{\mathrm{inc},j} }, & \Delta_j\geq0, \\[10pt] 0, & \Delta_j<0. \end{cases} ``` ```{math} :label: eqn:delta_dimcoal \Delta_j = b_{\mathrm{ads},j}^{2} + 4a_{\mathrm{inc},j} \omega_{\mathrm{dim},j}. ``` Here, $a_{\mathrm{inc},j}=k_{\mathrm{inc},j}$, and $b_{\mathrm{ads},j}$ is obtained by summing the dimer-adsorption rates over all sections: ```{math} b_{\mathrm{ads},j} = \sum_{i=1}^{n_{\mathrm{sec}}} k_{\mathrm{ads},j}^i [\mathrm{soot}^i]. ``` After the dimer concentration has been determined, the inception and adsorption contributions to the soot-variable source terms are calculated by accounting for the numbers of carbon and hydrogen atoms involved: ```{math} :label: eqn:IN_inc_dimcoal I_{N,\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 4\omega_{\mathrm{inc},j} n_{\mathrm{PAH}_j,C}. ``` ```{math} :label: eqn:ICtot_inc_dimcoal I_{C_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 4\omega_{\mathrm{inc},j} n_{\mathrm{PAH}_j,C}. ``` ```{math} :label: eqn:IHtot_inc_dimcoal I_{H_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 4\omega_{\mathrm{inc},j} n_{\mathrm{PAH}_j,H}. ``` ```{math} :label: eqn:ICtotads_dimcoal I_{C_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{i=1}^{n_{\mathrm{PAH}}} 2\omega_{\mathrm{ads},j}^i n_{C,\mathrm{PAH}_j}. ``` ```{math} :label: eqn:IHtotads_dimcoal I_{H_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{i=1}^{n_{\mathrm{PAH}}} 2\omega_{\mathrm{ads},j}^i \left( n_{H,\mathrm{PAH}_j}-1 \right). ``` The rates of PAH removal and $\mathrm{H_2}$ release are ```{math} :label: eqn:PAHscrub_dimcoal_inc \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{inc}} = -4 \sum_{k=1}^{n_{\mathrm{PAH}}} \omega_{\mathrm{inc},j}. ``` ```{math} :label: eqn:PAHscrub_dimcoal_ads \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{ads}} = -2 \sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` ```{math} :label: eqn:H2scrub_dimcoal \left( \frac{ \mathrm{d}[\mathrm{H_2}] }{ \mathrm{d}t } \right)_{\mathrm{ads}} = \sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` (sec:ebrimod)= ## E-Bridge Modified The E-Bridge model was originally proposed by {cite:t}`frenklach2020mechanism` to describe soot inception through a HACA-like sequence. It begins with dehydrogenation of PAH monomers, commonly pyrene, to form monomer radicals. Sequential radical addition then forms dimers, trimers, and larger polymers until the PAH structure reaches a mass threshold at which clustering becomes irreversible {cite:p}`frenklach2020mechanism`. Omnisoot uses a modified formulation, called E-Bridge Modified, in which dimers are treated as incipient soot particles and monomer radicals adsorb onto soot agglomerates. The model is represented by the following pathways: ```{math} :label: reac:dehyd_ebri \mathrm{PAH}_j + \mathrm{H} \overset{k_{f,d_j}}{ \underset{k_{r,d_j}}{\rightleftharpoons} } \dot{\mathrm{PAH}}_j + \mathrm{H_2}. ``` ```{math} :label: reac:hyd_ebri \dot{\mathrm{PAH}}_j + \mathrm{H} \xrightarrow{k_{f,h,j}} \mathrm{PAH}_j. ``` ```{math} :label: reac:ebri \dot{\mathrm{PAH}}_j + \dot{\mathrm{PAH}}_j \xrightarrow{k_{\mathrm{inc},j}} \mathrm{Dimer}_j. ``` ```{math} :label: reac:ads_ebri \dot{\mathrm{PAH}}_j + \mathrm{Soot} \xrightarrow{k_{\mathrm{ads},j}} \mathrm{Soot{-}PAH}_j. ``` The rate coefficients for Reactions {eq}`reac:dehyd_ebri` and {eq}`reac:hyd_ebri` are listed in {numref}`tab:Ebridge`. The dimer-formation and PAH-adsorption rate coefficients are ```{math} :label: eqn:kdim_ebri k_{\mathrm{inc},j} = \beta_{jj,\mathrm{PAH}} Av. ``` ```{math} :label: eqn:kads_ebir k_{\mathrm{ads},j}^i = \beta_{\mathrm{ads},j}^i Av. ``` Here, $\beta_{jj,\mathrm{PAH}}$ and $\beta_{\mathrm{ads},j}^i$ are obtained using Equations {eq}`eqn:betadim` and {eq}`eqn:betahmads`, respectively. The dimer-formation and adsorption rates are ```{math} :label: eqn:wdim_ebri \omega_{\mathrm{dim},j} = k_{\mathrm{inc},j} [\dot{\mathrm{PAH}}_j]^2. ``` ```{math} \omega_{\mathrm{ads},j}^i = k_{\mathrm{ads},j}^i [\mathrm{soot}^i] [\dot{\mathrm{PAH}}_j]. ``` Some filler text ```{list-table} Rate coefficients for monomer dehydrogenation and hydrogenation in the E-Bridge model, expressed in Arrhenius form, $k=AT^n\exp(-E/RT)$. :header-rows: 1 :name: tab:Ebridge :widths: 35 10 30 10 20 * - Reaction - Direction - $A$ [$\mathrm{m^3\,mol^{-1}\,s^{-1}}$] - $n$ - $E/R$ [K] * - {eq}`reac:dehyd_ebri` - Forward - $98\,n_{C,\mathrm{PAH}_j}$ - 1.8 - 7563.519 * - {eq}`reac:dehyd_ebri` - Reverse - $1.6\times10^{-2}$ - 2.63 - 2145.346 * - {eq}`reac:hyd_ebri` - Forward - $4.8658\times10^7$ - 0.13 - 0 ``` Calculation of inception and adsorption rates requires the concentration of $\dot{\mathrm{PAH}}_j$. Applying the steady-state approximation, ```{math} \frac{ \mathrm{d}[\dot{\mathrm{PAH}}_j] }{ \mathrm{d}t } = 0, ``` gives the quadratic equation ```{math} a_{\mathrm{inc},j} [\dot{\mathrm{PAH}}_j]^2 + b_{\mathrm{ads},j} [\dot{\mathrm{PAH}}_j] + c_j = 0. ``` ```{math} a_{\mathrm{inc},j} = k_{\mathrm{inc},j}. ``` ```{math} b_{\mathrm{ads},j} = k_{r,d,j} [\mathrm{H_2}] + k_{f,h,j} [\mathrm{H}] + \sum_{i=1}^{n_{\mathrm{sec}}} k_{\mathrm{ads},j}^i [\mathrm{Soot}]^i. ``` ```{math} c_{\mathrm{inc},j} = k_{f,d,j} [\mathrm{PAH}_j] [\mathrm{H}]. ``` The radical concentration is then ```{math} :label: eqn:rad_ebri [\dot{\mathrm{PAH}}_j] = \begin{cases} \dfrac{ -b_{\mathrm{ads},j} + \sqrt{\Delta_j} }{ 2a_{\mathrm{inc},j} }, & \Delta_j\geq0, \\[10pt] 0, & \Delta_j<0. \end{cases} ``` ```{math} :label: eqn:delta_ebri \Delta_j = b_{\mathrm{ads},j}^{2} - 4a_{\mathrm{inc},j}c_j. ``` The inception source terms, $I_{\varphi,\mathrm{inc}}$, are ```{math} :label: eqn:IN_inc_ebri I_{N,\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 2\omega_{\mathrm{inc},j} n_{\mathrm{PAH}_j,C}. ``` ```{math} :label: eqn:ICtot_inc_ebri I_{C_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} 2\omega_{\mathrm{inc},j} n_{\mathrm{PAH}_j,C}. ``` ```{math} :label: eqn:IHtot_inc_ebri I_{H_{\mathrm{tot}},\mathrm{inc}} = \frac{1}{\rho} \sum_{j=1}^{n_{\mathrm{PAH}}} \omega_{\mathrm{inc},j} \left( n_{\mathrm{PAH}_j,H}-2 \right). ``` The PAH-adsorption source terms, $I_{\varphi,\mathrm{ads}}^i$, are ```{math} :label: eqn:ICtotads_ebri I_{C_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{i=1}^{n_{\mathrm{PAH}}} \omega_{\mathrm{ads},j}^i n_{C,\mathrm{PAH}_j}. ``` ```{math} :label: eqn:IHtotads_ebri I_{H_{\mathrm{tot}},\mathrm{ads}}^i = \frac{1}{\rho} \sum_{i=1}^{n_{\mathrm{PAH}}} \omega_{\mathrm{ads},j}^i \left( n_{H,\mathrm{PAH}_j}-2 \right). ``` The rates of removal of each PAH through soot inception and PAH adsorption, and the rate of $\mathrm{H_2}$ release to the gas mixture, are ```{math} \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{inc}} = -2 \sum_{k=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{inc},j}. ``` ```{math} :label: eqn:PAHscrub_ebri_ads \left( \frac{ \mathrm{d}[\mathrm{PAH}_j] }{ \mathrm{d}t } \right)_{\mathrm{ads}} = -\sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` ```{math} :label: eqn:H2scrub_ebri \left( \frac{ \mathrm{d}[\mathrm{H_2}] }{ \mathrm{d}t } \right)_{\mathrm{inc}} = \sum_{i=1}^{n_{\mathrm{sec}}} \omega_{\mathrm{ads},j}^i. ``` (sec:pah-model-summary)= ## Summary of Features A comparison of the key features of the implemented PAH growth models is provided in {numref}`tab:incsummary`. As shown in {numref}`fig:inceptempdep`, the inception fluxes predicted by the Reactive Dimerization and E-Bridge Modified models increase exponentially with temperature, or decrease with inverse temperature. In contrast, the Irreversible Dimerization and Dimer Coalescence models predict only an approximately twofold increase over the temperature range from 500 to 2500 K. ```{list-table} Summary of the key features of the implemented PAH growth models. :header-rows: 1 :name: tab:incsummary :widths: 20 15 20 45 * - Model - Reversibility - Temperature dependence - Inception sequence * - Irreversible Dimerization {cite:p}`frenklach1991detailed` - Irreversible - Weak, $\propto\sqrt{T}$ - $\mathrm{PAH}\xrightarrow{\mathrm{collision}}\mathrm{Dimer}$ * - Reactive Dimerization {cite:p}`kholghy2018reactive` - Reversible - Strong, $\propto\exp[-E/(RT)]$ - $\mathrm{PAH}\overset{collision}{\rightleftharpoons}\mathrm{Physical\ Dimer}\xrightarrow{\mathrm{carbonization}}\mathrm{Chemical\ Dimer}$ * - Dimer Coalescence {cite:p}`blanquart2009analyzing` - Irreversible - Weak, $\propto\sqrt{T}$ - $\mathrm{PAH}\xrightarrow{\mathrm{collision}}\mathrm{Dimer}\xrightarrow{\mathrm{collision}}\mathrm{Tetramer}$ * - E-Bridge Modified {cite:p}`frenklach2020mechanism` - Reversible - Strong, $\propto\exp[-E/(RT)]$ - $\mathrm{PAH}\overset{dehydrogenation}{\rightleftharpoons}\mathrm{Radical}\xrightarrow{\mathrm{collision}}\mathrm{Chemical\ Dimer}$ ``` “Physical Dimer” and “Chemical Dimer” denote physically and chemically bonded dimers, respectively. ```{figure} ../../assets/images/incepmodels_T_dep.png :width: 65% :align: center :name: fig:inceptempdep Temperature dependence of the inception flux, $I_{\mathrm{inc}}$, predicted using the implemented PAH growth models. The inception flux predicted by each model is normalized by its maximum value to facilitate comparison. ```