Skip to content

Various mathematical models developed for simulating microalgae growth

License

Notifications You must be signed in to change notification settings

aymenhafeez/microalgae-growth-models

Repository files navigation

Modelling microalgae growth

The code from a research project I worked on which aimed to develop a mathematical model for simulating microalgae growth for CO2 utilisation.

Some modelling was attempted using DAE Tools, which is an "equation-based, object-oriented modelling, simulation and optimisation" software based in Python. However, the main optimisation results were generated using the sequential least-squares quadratic programming (SLSQP) algorithm within the SciPy optimize method.

The model is first solved for an initial set of parameter values and the sum of squared errors (SSE) between the model solution and some experimental data is found. The SSE is then minimised to find the optimised parameter values which best fit the model to the data. In this project the model was fitted to data for microalgae growing at different CO2 concentrations: air, 5%, 10% and 15%, and there were three experimental runs for each concentration.

About

Various mathematical models developed for simulating microalgae growth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages