Henry’s Law Phase Transfer#
Gas-condensed phase mass transfer governed by Henry’s Law equilibrium and Fuchs-Sutugin transition-regime kinetics.
Physics#
For gas species A partitioning into a condensed phase:
The condensation rate describes how fast gas molecules transfer into particles, the evaporation rate describes the reverse, and Henry’s Law defines the equilibrium ratio.
Henry’s Law Constant#
Temperature-dependent:
Symbol |
Description |
Units |
|---|---|---|
\(H_\text{ref}\) |
Reference HLC at \(T_0\) |
mol m⁻³ Pa⁻¹ |
\(C\) |
Temperature dependence parameter |
K |
\(T_0\) |
Reference temperature (default 298.15) |
K |
HLC is evaluated once per time step and stored as a state parameter.
Condensation Rate#
Mean molecular speed#
Mean free path#
Knudsen number#
Characterizes the gas-particle interaction regime (Kn ≪ 1 → continuum, Kn ≫ 1 → free molecular).
Fuchs-Sutugin correction#
Interpolates between the continuum (\(f \to 1\)) and free-molecular (\(f \to \alpha / (2 \text{Kn})\)) limits.
Derivative with respect to Kn:
where \(D = 1 + 2\text{Kn}(1 + \text{Kn})/\alpha\).
Condensation rate constant#
Units: s⁻¹. First-order rate constant for gas-to-condensed transfer.
Partial derivatives:
Evaporation Rate#
Partial derivatives — obtained by dividing \(k_c\) partials by the same constant factor:
Phase Volume Fraction#
For multi-phase modes, the exposed surface area of phase \(p\) is proportional to its volume fraction:
where
Solvent Volume Fraction#
Converts between concentration bases:
Net Transfer Rate#
The ODE right-hand sides:
When multiple condensed-phase instances exist (e.g., multiple aerosol modes containing the same phase), each contributes its own \(R_\text{net}\) and contributions are summed.
Jacobian#
The MICM Rosenbrock solver stores −J (negative Jacobian). All values below show the mathematical derivative and the stored value.
Direct entries#
Entry |
Mathematical \(J\) |
Stored \(-J\) |
|---|---|---|
\(J[\text{gas}, \text{gas}]\) |
\(-\varphi_p k_c\) |
\(+\varphi_p k_c\) |
\(J[\text{gas}, \text{aq}]\) |
\(+\varphi_p k_e / f_v\) |
\(-\varphi_p k_e / f_v\) |
\(J[\text{gas}, \text{solvent}]\) |
\(-\varphi_p k_e [\text{A}]_\text{aq} / (f_v \cdot [\text{solvent}])\) |
\(+\varphi_p k_e [\text{A}]_\text{aq} / (f_v \cdot [\text{solvent}])\) |
\(J[\text{aq}, x]\) |
\(-J[\text{gas}, x]\) |
\(-(-J[\text{gas}, x])\) |
The antisymmetry \(J[\text{aq}, x] = -J[\text{gas}, x]\) is a direct consequence of mass conservation.
Indirect entries (chain rule)#
When an aerosol property \(P\) depends on state variable \(y_j\), additional terms appear:
Through \(r_\text{eff}\):
Through \(N\):
Through \(\varphi_p\):
where \(R = k_c [\text{A}]_\text{gas} - k_e [\text{A}]_\text{aq}/f_v\) is the un-scaled net rate.
Aerosol Property Derivatives#
Effective radius#
SingleMomentMode / UniformSection: \(\partial r / \partial y_j = 0\) (parameterized).
TwoMomentMode:
\[\frac{\partial r_\text{eff}}{\partial [\text{species}_{p,i}]} = \frac{r_\text{eff} \cdot M_{w,i}}{3 \, V_\text{total} \, \rho_i}, \qquad \frac{\partial r_\text{eff}}{\partial N} = -\frac{r_\text{eff}}{3 N}\]
Number concentration#
SingleMomentMode / UniformSection: \(N = V_\text{total}/V_\text{single}\), so
\[\frac{\partial N}{\partial [\text{species}_{p,i}]} = \frac{M_{w,i}}{\rho_i \cdot V_\text{single}}\]TwoMomentMode: \(N\) is a prognostic variable, so \(\partial N / \partial N_\text{var} = 1\).
Phase volume fraction#
For a mode/section with a single phase, \(\varphi_p = 1\) and all partials are zero. For multi-phase: