You're reading the documentation for a development version. For the latest released version, please have a look at v4.4.0.

Freundlich LDF

The Freundlich isotherm model is an empirical model that considers changes in the equilibrium constant of the binding process due to the heterogeneity of the surface and the variation of the interaction strength [9, 10]. This variant of the model is based on the linear driving force approximation (see section Linear Driving Force (LDF)) and is given as

\[\begin{aligned} q^*_i= k_{F,i}c_{p,i}^{\frac{1}{n_{i}}} && i = 0, \dots, N_{\text{comp}} - 1. \end{aligned}\]

No interaction between the components is considered when the model has multiple components. One of the limitation of this isotherm is the first order Jacobian \(\left(\frac{dq^*}{dc_p}\right)\) tends to infinity as \(c_{p} \rightarrow 0\) for \(n>1\). To address this issue an approximation of isotherm is considered near the origin. This approximation matches the isotherm in such a way that \(q=0\) at \(c_p=0\) and also matches the first derivative of the istotherm at \(c_p = \epsilon\), where \(\epsilon\) is a very small number, for example \(1e-14\). The form of approximation and its derivative is given below for \(c_p < \varepsilon\) and \(n>1\):

\[ \begin{align}\begin{aligned}\begin{aligned} q^* = \alpha_0+\alpha_1 c+\alpha_2 c_p^2 \end{aligned}\\\begin{aligned} \frac{dq^*}{dc_p} = \alpha_1+ 2 \alpha_2 c_p \end{aligned}\end{aligned}\end{align} \]

where \(\alpha_0=0\) and \(\alpha_1\) and \(\alpha_2\) are determined from \(\alpha_1 \varepsilon+\alpha_2 \varepsilon^2 = k_f \varepsilon^{1/n}\) and \(\alpha_1 + 2 \alpha_2 \varepsilon = \frac{1}{n}k_f \varepsilon^{\frac{1-n}{n}}\).

\[\begin{aligned} \alpha_1 = \frac{2 n-1}{n}k_f \varepsilon^{\frac{1-n}{n}} \end{aligned}\]
\[\begin{aligned} \alpha_2 = \frac{1-n}{n}k_f \varepsilon^{\frac{1-2 n}{n}} \end{aligned}\]

This approximation can be used for any pore phase cocentration \(c_p < \epsilon\) given \(n>1\). For the case, when \(n \le 1\) no special treament near the origin is required. For more information on model parameters required to define in CADET file format, see Freundlich LDF.