Kinetic Rate Models

The isotherm sets the equilibrium loading qiq_i^*; the rate model governs how fast the actual adsorbed loading qiq_i moves towards that equilibrium. Together they form the adsorption source term that appears in the mass and energy balances.

In the GUI, open the Adsorbent Material window, select the Rate Models tab, and for each component choose a Rate Model. The rate model exposes a Mass Transfer Coefficient Type which determines how the coefficient kk is obtained — either entered directly or computed from a diffusion correlation.


Rate Models

Linear Driving Force (1st Order)

The first-order linear driving force (LDF) model assumes the uptake rate is proportional to the difference between the equilibrium and current loading. This is the standard choice for the vast majority of PSA/TSA simulations.

qit=ki(qiqi)\frac{\partial q_i}{\partial t} = k_i \left(q_i^* - q_i\right)

Linear Driving Force (2nd Order)

A quadratic driving force, occasionally used for strongly non-linear uptake.

qit=ki(qiqi)2\frac{\partial q_i}{\partial t} = k_i \left(q_i^* - q_i\right)^2
SymbolDescriptionUnit
kik_iMass transfer coefficients⁻¹
qiq_i^*Equilibrium adsorbed loading (from the isotherm)mol kg⁻¹
qiq_iCurrent adsorbed loadingmol kg⁻¹

Mass Transfer Coefficient

The coefficient kik_i in the LDF models can be supplied in several ways. Select the Mass Transfer Coefficient Type beneath the rate model.

Constant

The coefficient is entered directly (as a number or an expression).

ki=constantk_i = \text{constant}

Input: Mass transfer coefficient [s⁻¹].

Macropore Diffusion

The coefficient is derived from macropore molecular diffusion only:

ki=60Dm,effdp2,Dm,eff=Dmϵpτk_i = \frac{60 \, D_{m,\text{eff}}}{d_p^2}, \qquad D_{m,\text{eff}} = D_m \frac{\epsilon_p}{\tau}

Inputs: Tortuosity τ\tau, Macropore Void Fraction ϵp\epsilon_p. The molecular diffusivity DmD_m is computed from the gas properties, and the particle diameter dpd_p comes from the layer.

Macropore + Knudsen Diffusion

As above, but the effective diffusivity combines Knudsen and molecular contributions in series:

1Deff=1Dk,eff+1Dm,eff,Dk,eff=Dkϵpτ,Dm,eff=Dmϵpτ\frac{1}{D_{\text{eff}}} = \frac{1}{D_{k,\text{eff}}} + \frac{1}{D_{m,\text{eff}}}, \qquad D_{k,\text{eff}} = D_k \frac{\epsilon_p}{\tau}, \qquad D_{m,\text{eff}} = D_m \frac{\epsilon_p}{\tau}

with the Knudsen diffusivity evaluated from kinetic theory using the pore radius rpr_p and molar mass MM:

Dk=23rp8RTπM,ki=60Deffdp2D_k = \frac{2}{3}\, r_p \sqrt{\frac{8 R T}{\pi M}}, \qquad k_i = \frac{60 \, D_{\text{eff}}}{d_p^2}

Inputs: Pore radius rpr_p, Tortuosity τ\tau, Macropore Void Fraction ϵp\epsilon_p.

Haynes (1973)

Combines an external gas-film resistance and an internal macropore resistance in series (Haynes & Sarma, 1973):

ki=(rp3kf+τrp215ϵpDm)1,kf=ShDmdpk_i = \left(\frac{r_p}{3 k_f} + \frac{\tau \, r_p^2}{15 \, \epsilon_p D_m}\right)^{-1}, \qquad k_f = \frac{\mathrm{Sh}\, D_m}{d_p}

where rp=dp/2r_p = d_p/2 and the film coefficient kfk_f uses the Sherwood number Sh\mathrm{Sh}. Inputs: Tortuosity τ\tau, Macropore Void Fraction ϵp\epsilon_p.

Arrhenius

An activation-energy form for temperature-dependent kinetics:

ki=k0exp ⁣(EaRT)k_i = k_0 \, \exp\!\left(-\frac{E_a}{R T}\right)

Inputs: Pre-exponential factor k0k_0 [s⁻¹], Activation energy EaE_a [J mol⁻¹].


Once loading and its rate are defined, see the transport correlations for the dispersion and heat-transfer closures, and the mass balance for how the adsorption source enters the conservation equations.