Inside the transparent photobioreactor tank, algae cells (green particles)
multiply as light drives photosynthesis and rising CO₂ bubbles supply carbon.
Once biomass density crosses the harvest threshold, cells near the bottom are
drawn off through the outlet pipe and converted into biofuel oil droplets.
μ (growth rate) = μmax · min(I/(I+Ks), CO2/(CO2+Kc), N/(N+Kn))
biomass(t+dt) = biomass(t) + μ·biomass·dt − harvest_rate·biomass·dt
oil_yield% ≈ 20% + 0.3·light% − 0.1·harvest%
- Light intensity — drives the photosynthetic growth term; growth saturates as light approaches its half-saturation constant Ks.
- CO₂ concentration — the carbon feedstock for growth, bubbled continuously through the tank.
- Nutrient level — nitrogen/phosphorus availability; low nutrients cap density even with plenty of light and CO₂.
- Harvest rate — fraction of biomass removed per cycle to produce biofuel; too high starves the standing population.