The Metabolic Machine

Download

If you find this model useful for your own research, please remember to cite us

This model simulates bacterial growth based on metabolism and energy production. The model consists of three parts stored in their corresponding containers: Metabolism, Energy production, and Bacterial growth.

Metabolic_Machine

Metabolism

Metabolic_Machine

The Metabolic container simulates three simplified metabolic processes: respiration, fermentation, and photosynthesis. Bacteria perform respiration and fermentation and photosynthesis is carried out by a generic non-explicitly modeled primary producer (algae). How much respiration and fermentation is carried out is a function of eDAR (the ratio of glucose to O\(_2\)). The respiration rate has been obtained from the estimations of O\(_2\) consumption given by Riedel et al, 2013. The rate of glucose consumption is obtained from stoichiometry of respiration. For simplicity, it was assumed that the fermentation rate is twice the respiration rate. The photosynthetic rate has been obtained from the data that a gram of leaf metabolizes 44.14 ppm of CO\(_2\) every minute. The Photosynthetic Active Ratiation (PAR) was obtained from Ge et al, 2010

The technical details of this part of the model are discussed in the corresponding section:

Metabolism

Energy production

Metabolic_Machine

This module links the available power (energy per time) produced by the metabolic module with the power requested for bacterial growth module. The availabe power \(W_{av}\) is the sum of respirative and fermentative power:

\[\begin{equation} W_{av}= W^{tot}_{resp} + W^{tot}_{ferm} \, . \label{eq:W_av} \end{equation}\]

The respirative and fermentative power are limited by the available biomass for both processes (see the Metabolism section for details).

The requested power for bacterial growth is the active metabolic power of an E. Coli bacterium \(W^a_b = 1.39 \cdot 10^{-13}\) W DeLong et al, 2010 multiplied by total bacterial concentration at time \(t\) and the total volume of the system:

\[\begin{equation} W_{tot}=B(t) W_b V \, . \label{eq:W_tot} \end{equation}\]

The interpretation of Eq ~\ref{eq:W_tot} is that a population of \(B\) bacteria requests \(W_{tot}\) to duplicate over the duplication time of an E. Coli bacterial strain.

For the technical details, see:

Energy production

Bacterial growth

Metabolic_Machine

Mathematically, the bacterial growth was defined as:

\[\begin{equation} \frac{dB}{dt}= r \frac{W_{av}}{W_{tot}} B \, . \label{eq:growth} \end{equation}\]

Here, \(r\) is the bacterial growth rate, \(W_{av}\) the available power from metabolism, \(W_{tot}\) the total power requested from the community of bacteria \(B(t)\) at time \(t\).

The GoldSim implementation of this formalism consisted of three elements: the data element ‘growth_rate’ corresponds to \(r\) in Eq \ref{eq:growth}. The value chosen is the growth rate of bacterial strain E. Coli. The function element ‘Bacterial_growth_rate’ is the product of ‘Bacterial_growth_rate’ times function element ‘Actual_Request’ divided by function element ‘Community_requested_power’ (see Energy Production for details). The function element ‘Bacterial_growth_rate’ is equivalent to \(r \frac{W_{av}}{W_{tot}}\) in Eq. \ref{eq:growth}. Finally, the pool element ‘Bacteria’ (equivalent to \(B\) in \ref{eq:growth}) represents the bacterial concentration in the system. The inflow to the pool is linked to function element ‘Bacterial_growth_rate’.


Table of contents


Site Last Updated: now