Introduction & Context
The Brunauer-Emmett-Teller (BET) isotherm model is a fundamental theoretical framework in process engineering used to describe the physical adsorption of gas molecules on a solid surface. In the context of food science and materials engineering, it is primarily utilized to determine the monolayer moisture content of a substance, which represents the amount of water required to form a single molecular layer over the entire surface of the adsorbent.
This calculation is critical for predicting the shelf-life, stability, and textural properties of hygroscopic materials. By identifying the monolayer moisture content, engineers can determine the optimal water activity level to minimize chemical degradation, lipid oxidation, and microbial growth.
Methodology & Formulas
The BET model is derived from the kinetic theory of gases and assumes that gas molecules adsorb in layers on a solid surface, where each layer acts as a substrate for the next. The relationship between water activity (aw) and moisture content (X) is linearized to facilitate regression analysis.
The linearized form of the BET equation is expressed as:
\[ \frac{a_w}{X(1 - a_w)} = \frac{1}{X_m C} + \frac{C - 1}{X_m C} a_w \]
Where the variables are defined as follows:
- X: Equilibrium moisture content (g/100g).
- aw: Water activity (dimensionless).
- Xm: Monolayer moisture content (g/100g).
- C: BET constant, related to the net heat of adsorption.
To solve for the model parameters, we perform a linear regression where the equation takes the form Y = m · aw + b, with the following transformations:
\[ Y = \frac{a_w}{X(1 - a_w)} \]
\[ m = \frac{C - 1}{X_m C} \]
\[ b = \frac{1}{X_m C} \]
Once the slope (m) and intercept (b) are determined via least-squares regression, the physical constants are calculated as:
\[ X_m = \frac{1}{m + b} \]
\[ C = \frac{m}{b} + 1 \]
| Parameter | Condition/Constraint | Description |
|---|---|---|
| Water Activity Range | 0.05 ≤ aw ≤ 0.45 | The BET model is theoretically valid only within this specific range of relative humidity. |
| Regression Validity | det ≠ 0 | The determinant of the regression matrix must be non-zero to ensure data points are not collinear. |
| Physical Constants | b > 0 | The intercept must be positive to yield physically meaningful values for Xm and C. |