Introduction & Context
Protein extraction from oilseed meals, such as defatted soy flour, is a fundamental unit operation in food engineering and nutraceutical manufacturing. The process typically involves alkaline solubilization followed by isoelectric precipitation to isolate high-purity protein fractions. Understanding the mass balance of this system is critical for optimizing yield, minimizing protein loss in waste streams (whey and okara), and achieving target purity levels for protein concentrates or isolates.
This calculation framework is used by process engineers to predict the performance of extraction (enzyme extraction from biological materials) and precipitation stages based on pH‑dependent solubility models. It serves as a predictive tool for scaling production and determining the efficiency of separation stages.
Methodology & Formulas
The system relies on a sigmoidal solubility model to determine the fraction of protein solubilized at a specific pH. The mass balance is then calculated sequentially through the extraction, precipitation, and drying stages.
The solubility S at a given pH is determined by the following logic:
\[ S(pH) = \begin{cases}
\frac{S_{max}}{1 + e^{-k \cdot (pH - pI)}} & \text{if } pH \geq pI \\
\frac{S_{max}}{1 + e^{k \cdot (pH - pI)}} & \text{if } pH < pI
\end{cases} \]
The extraction yield Yext is defined by the solubility at the extraction pH:
\[ Y_{ext} = S(pH_{ext}) \]
The precipitation yield Yppt, representing the recovery of solubilized protein at the isoelectric point, is calculated as:
\[ Y_{ppt} = 1 - \frac{S(pH_{ppt})}{S(pH_{ext})} \]
The final mass balance for the protein in the product Mppt and the final dry basis purity Pdb are calculated as follows:
\[ M_{ext} = M_{feed,protein} \cdot Y_{ext} \]
\[ M_{ppt} = M_{ext} \cdot Y_{ppt} \]
\[ P_{db} = \left( \frac{M_{ppt}}{M_{ppt} + M_{entrained}} \right) \cdot 100 \]
| Parameter |
Description |
Valid Range |
| pHext |
Extraction pH |
7.0 – 9.5 |
| pHppt |
Precipitation pH |
4.0 – 5.0 |
| Pdb (Concentrate) |
Target Purity (Concentrate) |
65% – 75% |
| Pdb (Isolate) |
Target Purity (Isolate) |
85% – 92% |
To effectively reduce anti-nutritional factors such as phytates, tannins, or glucosinolates, process engineers should implement:
- Controlled heat treatment to deactivate endogenous enzymes.
- Ultrafiltration or diafiltration stages to selectively remove low molecular weight compounds.
- Optimized washing cycles using aqueous ethanol or acidic solutions to leach out phenolic compounds.
Worked Example: Soy Protein Concentrate Production
A batch alkaline extraction and isoelectric precipitation process for producing a soy protein concentrate. The feed is 100 kg of defatted soy flour with 50% protein. Extraction pH is 8.5, precipitation pH is 4.5. The process yields are based on the sigmoidal solubility model.
Knowns
- Feed total mass: \(M_{feed} = 100.0\) kg
- Feed protein fraction: \(f_{protein} = 0.5\) (dimensionless)
- Feed non-protein solids: \(M_{non-protein, feed} = 50.0\) kg
- Extraction pH: \(pH_{ext} = 8.5\)
- Precipitation pH: \(pH_{ppt} = 4.5\)
- Maximum solubility: \(S_{max} = 0.98\)
- Steepness constant: \(k = 3.0\) (dimensionless)
- Isoelectric point: \(pI = 4.5\)
- Entrained non-protein solids in product: \(M_{entrained} = 10.0\) kg
Step-by-Step Calculation
- Calculate the protein mass in feed: \(M_{protein, feed} = M_{feed} \cdot f_{protein} = 100.0 \cdot 0.5 = 50.0\) kg.
- Determine solubility at extraction pH using the sigmoidal model. Since \(pH_{ext} \geq pI\):
\[
S(pH_{ext}) = \frac{S_{max}}{1 + e^{-k(pH_{ext} - pI)}} = \frac{0.98}{1 + e^{-3.0(8.5 - 4.5)}} = 0.98
\]
- The extraction yield equals the solubility at extraction pH: \(Y_{ext} = S(pH_{ext}) = 0.98\).
- Mass of protein extracted: \(M_{protein, extracted} = M_{protein, feed} \cdot Y_{ext} = 50.0 \cdot 0.98 = 49.0\) kg.
- Determine solubility at precipitation pH. Since \(pH_{ppt} = pI\) and the condition \(pH \geq pI\) applies, we use the first case:
\[
S(pH_{ppt}) = \frac{S_{max}}{1 + e^{-k(pH_{ppt} - pI)}} = \frac{0.98}{1 + e^{-3.0(4.5 - 4.5)}} = \frac{0.98}{1 + 1} = 0.49
\]
- Calculate precipitation yield: \(Y_{ppt} = 1 - \frac{S(pH_{ppt})}{S(pH_{ext})} = 1 - \frac{0.49}{0.98} = 0.5\).
- Mass of protein precipitated: \(M_{protein, precipitated} = M_{protein, extracted} \cdot Y_{ppt} = 49.0 \cdot 0.5 = 24.5\) kg.
- Total dry solids in product: \(M_{dry, product} = M_{protein, precipitated} + M_{entrained} = 24.5 + 10.0 = 34.5\) kg.
- Final protein purity (dry basis): \(\%Protein_{db} = \frac{M_{protein, precipitated}}{M_{dry, product}} \cdot 100 = \frac{24.5}{34.5} \cdot 100 \approx 71.014\%\).
Final Answer
The process yields a dry product with a protein content of 71.014% (dry basis), which falls within the typical range for a soy protein concentrate.