Next Article in Journal
Nitrogen Removal Efficiency and Microbial Community Analysis of a High-Efficiency Honeycomb Fixed-Bed Bioreactor
Next Article in Special Issue
How Different Are Manometric, Gravimetric, and Automated Volumetric BMP Results?
Previous Article in Journal
Spatial and Seasonal Variations of C, Nutrient, and Metal Concentration in Thermokarst Lakes of Western Siberia Across a Permafrost Gradient
Previous Article in Special Issue
Improving Inter-Laboratory Reproducibility in Measurement of Biochemical Methane Potential (BMP)
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Existing Empirical Kinetic Models in Biochemical Methane Potential (BMP) Testing, Their Selection and Numerical Solution

Biological Engineering Department, Utah State University, 4105 Old Main Hill, Logan, UT 84322-4105, USA
*
Author to whom correspondence should be addressed.
Water 2020, 12(6), 1831; https://doi.org/10.3390/w12061831
Submission received: 27 May 2020 / Revised: 23 June 2020 / Accepted: 23 June 2020 / Published: 26 June 2020

Abstract

:
Biochemical Methane Potential (BMP) tests are a crucial part of feasibility studies to estimate energy recovery opportunities from organic wastes and wastewater. Despite the large number of publications dedicated to BMP testing and numerous attempts to standardize procedures, there is no “one size fits all” mathematical model to describe biomethane formation kinetic precisely. Importantly, the kinetics models are utilized for treatability estimation and modeling processes for the purpose of scale-up. A numerical computation approach is a widely used method to determine model coefficients, as a replacement for the previously used linearization approach. However, it requires more information for each model and some range of coefficients to iterate through. This study considers existing empirical models used to describe biomethane formation process in BMP testing, clarifies model nomenclature, presents equations usable for numerical computation of kinetic parameters as piece-wise defined functions, defines the limits for model coefficients, and collects and analyzes criteria to evaluate and compare model goodness of fit.

1. Introduction

Biochemical Methane Potential (BMP) tests are used to determine the anaerobic degradability of waste [1] or the possibility to recover energy from wastewater as a combustible gaseous mixture containing methane, typically referred to as biogas [2]. Both goals require the modeling and parametrization of the process for further scaling up or transition from a batch to a continuous flow process [3]. Models can be useful to determine the duration of the inoculum adaptation period, to estimate maximum biomethane yield and conversion rate of the substrate of interest into energy carrier, a biomethane [4].
Empirical kinetic models used in BMP tests vary by origin, including, but not limited to enzymatic (e.g., Monod [2,5], Michaelis–Menten [6], etc.) or chemical (e.g., first-order [7] or variable time dependency, etc.) kinetics, statistical distribution (e.g., Weilbull [8], Cauchy [8], Gaussian [9]) and microbial growth models (e.g., Gompertz [10], Logistic, etc.). Mathematical models usually refer to canonical algebraic form of equations with dimensionless coefficients or are based on enzymatic equations describing the dependence of rate of chemical reactions based on substrate concentration. Studies have attempted to re-express and bind some of the coefficients to physically meaningful values and utilize the experiment duration time as a variable instead [8,10]. More recent studies utilize modified versions of equations for batch testing, but there is no standard recommended equation to describe and fit all experimental data, and various models fit various experiments better [2,11,12,13]. Some authors [14] suggest that results of properly performed BMP test should be well described by the first-order kinetics model or Monod-type, while others [2] still suggest considering more models. This paper takes the attempt to unify the literature on available models and provide a detailed description of available selection criteria for the best model.
The evaluation of a mathematical model starts with the determination of equation coefficients, with the objective of minimization of differences between calculated and experimentally acquired data. The process of solving such problem numerically, computes the equation coefficients through an iterative process of adjusting coefficients while minimizing residual sum of squares error or other error function. The concept can be described as:
  • Start with arbitrary, but reasonable values of all coefficients of an expected equation. It is an array, called a “seed”, of all coefficients like V (biomethane potential), k (rate constant) and others if any existed in a model, represented as vector ( a ):
    a = ( a 0 , a 1 , , a m )
  • Calculate for each data point:
    • The theoretical estimation of the y value (either accumulated biomethane yield or production rate):
      y i ^ = f ( x i , a ) = f ( x i , a 0 , a 1 , , a m )
    • The value of error function based on experimental values ( y i ) and theoretically estimated values ( y i ^ ). Please note that this is not a Gauss error function:
      ε i = f ( y i , y i ^ )
  • Sum the error values across all measured datapoints, as an accumulated error which is also referred as an objective function:
    Ε = i = 1 N ε i
  • Based on the accumulated error value Ε , change the initial set of parameters to minimize Ε .
  • Repeat steps 2 to 4 until Ε stops decreasing or decrease is negligible.
This set of instructions is a simplified description of the approach that is implemented in the majority of libraries for numerical and scientific calculations for either programing languages or data processing software. The details of implementation, as well as error function, depend on the specific utilized software or algorithm. However, the implementation itself can be optimized and deserve a special consideration as discussed in [15]. The Matlab (Mathworks Inc., Natick, MA, USA) software was previously used for fitting various BMP models to experimental data [2,16,17,18,19], often using a squared difference of experimental and estimated values as an error function where summation resulted in Residual Sum of Squares error (RSS). For example, if we suspect the first-order kinetics to describe the process, applying these instructions result to:
y ^ = f ( x ) = V t = V ( 1 e k · t )
x = t a = ( V , k )
The main disadvantages of the numerical approach, based on the algorithm described above, are:
  • An indefinite number of iterations before achieving the solution;
  • It results in an approximate solution, rather than an analytically precise solution;
  • The precision of calculation improves with higher number of observations;
  • The calculated result may be dependent on utilized error function.
The substantial advantages of the numerical approach are the ability to operate simultaneously with a large number (set) of variables, but in order to find solutions several questions must be addressed, including:
  • The exact algebraic form (shape) of equation;
  • The range of variables, where models are mathematically possible (reasonable).
In addition, the issue of model selection among multiple candidates must be addressed: what criteria, what value of criteria is favorable, etc. Each of the above-mentioned questions is addressed in this analysis of the models applicable for BMP testing. All the models identified here were found in the literature to be applicable for BMP analysis. The objectives of present paper are collecting existing mathematical models for biomethane formation, adjusting them for the purpose of numerical computation, showing the process of such an adjustment, as well as the reasoning for it. This study will be useful for researchers who intend to implement the fitting of model(s) to experimental data from scratch, using general-purpose programming or scripting language, and fine tune the process of numerical computation.

2. Representation of Existing Empirical Biomethane Models for Numerical Computation

Regardless of the equation’s origin and form, the biomethane formation model must be adjusted prior to use. Adjusting existing models to numerical solutions consist of several steps: (1) define the equation (or system of equations) to describe the model; (2) define the intervals where the model is valid and values for regions where it is not; (3) define the limits, where each model coefficient belongs.
The demonstration of each step using as an example a variable time dependence model, the equation of which is mentioned in [17]:
V t = V ( 1 e k · t γ )
where V t is the total volume of produced biomethane at the moment t of experiment; V is the ultimate amount of gas can be produced in this experiment, also referred to as the biomethane potential; k is the rate constant of gas production;   t is the time since beginning of experiment; and   γ is the order of time dependency.
This equation assumes the start of the digestion process at the same time the experiment starts, which may happen in batch testing. However, gas formation can also start after a delay, used by microorganisms to acclimate to a substrate. This delay is usually referred to as a lag-phase: t l a g . No gas is formed during the lag-phase. The correction to the equation is as follows:
V t = V ( 1 e k · ( t t l a g ) γ )
The V t must be confined to be equal to zero when t     t l a g since γ may be:
  • An even integer number, which will turn the V t to a negative number, which will have no physical value;
  • A fractional number, which will result in taking a root from negative number and lead to complex number calculations, which also have no physical value.
The V can only be greater than zero, as well as the kinetic rate constant k . Thus, the model transforms into a system of equations, which in mathematically appropriate terminology would be called a “piece-wise defined function”:
V t = { V [ 1 e k ( t t l a g ) γ ] t > t l a g 0 t t l a g
The system of Equation (9) represents the shape of the model where coefficients are constrained in ranges:
{ V > 0 k > 0 0 < t l a g γ
Constraints like Equation (10) define the search area for calculations and are sometimes called “bounds”, but mathematically appropriate term is the “domain of a function”. We repeated this process of model adjustment for each empirical model identified in the literature and in presented study.

3. Existing Empirical Models of Biomethane Evolution and Their Representation for Numerical Solution

Table 1 identifies the existing empirical models that are presented in the peer-reviewed publications attempting to describe biomethane accumulation over time. Equations defining those models have been transformed in this study into the piece-wise defined functions, and the domain of those functions were determined. Some models identified in different studies share a mathematical form but are referenced under different names. For each of such models with multiple names, we specified only one of the names in column “Model Name”, while others are mentioned in the footer of Table 1.
Some clarification should be provided for parameter k , which can be found in various biomethane models. Traditionally the parameter k is referred to as the reaction rate constant or hydrolysis constant if hydrolysis is assumed to be a rate limiting reaction. Less often, k is re-expressed as ratio of maximum production rate (in units of amount of substance per units of time) to the gas potential (in amount units), resulting in:
k = υ m a x V
This representation is typical for the first-order kinetics to “convert” it to transference function, meanwhile in sigmoidal functions, a similar kinetic rate coefficient has a different calculation behind it [8,10]:
k = υ m a x V e
For the scope of this study, such modifications were not considered as a separate model since they do not affect the calculation process but add an extra conversion step with obtained parameters.
Additional attention must be focused on the term “lag-phase”. Models derived from microbial growth use the term lag-phase as a biologically similar value, which would be the time from the beginning of experiment needed by microbial consortia to adapt to the new substrate and achieve the exponential growth rate [39,40]. Thus, the gas formation is observed even before achieving t l a g . Other models, derived from enzyme or chemical kinetics, use a value of lag-phase as time when the actual gas formations start, but no gas formed prior to t l a g . This issue was explicitly explained in [8]. Mathematically, it results in various artefacts such as obtaining negative values in first-order kinetics at timepoints before the lag-phase or saddle-shaped gas production curve for the Quadratic Monod model. In both cases, the gas values for timepoints before t l a g should be replaced with a zero.
Special mention should also be made of all models used with the powering of exponents, such as Gompertz, Logistics, etc. Based on their algebraic forms, those models cannot be equal to zero, which is irrational for a methane formation at the beginning of a BMP test. The reason for this is these models were originally used to describe the growth of biomass based on initial seeding amount, but not biomethane formation [10]. Thus, some authors [41] suggest a correction to formulas, introducing the bias for zero timepoint at beginning of experiment:
V t = V · e e e · υ m a x V ( t t l a g ) + 1 V · e e 1 e · υ m a x V t l a g
However, the same authors states that the modified Equation (13) requires extra recalculation step for actual biomethane potential value as:
V = V ( 1 e e 1 e · υ m a x V t l a g )
The majority of models identified in literature follows representation suggested by [8], where gas yield at moment t is expressed as a fraction maximum gas yield as time dependent correction:
V t = V · f ( t )
This “fractional” representation is reasonable since the gas potential V is a parameter of interest, but not all models are possible to be expressed that way. One of such models is the Levi-Minzi model, originated from the composting and mineralization process [42,43], but is used in some studies for biomethane kinetics [25]. It cannot be used to determine the biomethane potential, since the equation is:
V t = k · t m
Whereas biomethane potential should be equal to:
V = lim t V t
However, under conditions, where k > 0 and m ( 0 , 1 ) :
V = lim t V t = lim t k · t m =
Since the BMP value in this case is undefined in numerical value, this model should be definitely avoided in modeling of BMP.

4. Optimization of Calculation Process

While the calculation of maximum biomethane potential yield and the determination of its formation kinetics are the goals of a BMP test itself, the optimization of calculation process to make it faster is not addressed in the BMP-related literature. Since the numerical approach is basically a continuously repeated calculation until achieving a certain precision, optimization can be performed by decreasing the amount of computation work to compute the solution, which also reduces the required analysis time. Thus, the optimization points are:
  • Minimize number of arithmetic operations in formulae;
  • Narrow the search area (minimize the intervals of equation coefficient existence).
While the minimization of the number of arithmetical operations would not be an incredible improvement to the majority of modern computers, it may assist in various embedded systems such as data loggers (like AMPTS II, OxitTop, YieldMaster, Nautilus BMP, etc.) to add the feature of gas kinetics prediction with the early estimation of gas potential, utilizing the approach from [17,26]. Such gas counting solutions vary in implementation. For example, Anaero Technology (Cambridge, UK) uses Arduino MEGA2560 (Arduino LLC, Boston, MA, USA) development boards in the core of their Gasflowmeter product to count gas [44]. ATmega2560 (Microchip Technology Inc., Chandler, Arizona, USA), as the core of Arduino MEGA2560, is an 8-bit microcontroller designed for fast data capturing, but not for numerical computation. Other manufacturers do not share the hardware specification of biomethane logging systems; however, the purpose of such system implies a fast data collection and sensor interfacing rather than performing multiple mathematical calculations. The AMPTS II (Bioprocess Control AG, Lund, Sweden) uses some ARM CPU [45] and function under control of Linux-based operating system for data acquisition and runs the web-server for ease of data access, but no particular model for kinetic computation is stated [46]. Logically, decreasing the number of computational steps for kinetics computation could allow to add this feature to already existing solutions as part of a firmware.

4.1. Minimization the Number of Arithmetic Operations

The minimization of number of arithmetic operations can be illustrated with first-order kinetics equation, which can be re-expressed in three mathematically equal shapes:
V t = V ( 1 e k ( t t l a g ) )
V t = V ( 1 e k ( t l a g t ) )
V t = V ( 1 1 e k ( t t l a g ) )
Equations (19) and (21) return the result in six arithmetic steps, while Equation (20) returns the result in five. When the same equation is needed to be calculated several hundred or thousand times per one datapoint, it becomes a significant shortcut. Moving towards sigmoidal functions, the difference in arithmetic operations number between canonical algebraic form and modified form for biological meanings increases. Zwietering et al. [10] re-expressed the Gompertz equation as Equation (22), deriving it from its algebraic form as Equation (23) with a set of substitutions (24):
V t = V · e e e · υ m a x V ( t t l a g ) + 1
y ( x ) = a · e e b x + c
{ V = a υ m a x = a · b e t l a g = c 1 b
Using Equation (22) provides the result in 11 arithmetic operations, while Equation (23) uses only seven operations. Thus, from a numerical computation perspective it is more efficient to use an algebraic form to determine coefficients and later recalculate abstract parameters a , b and c into chemically or physically meaningful parameters using a system of Equation (24).
Here, we consider it necessary to make extra emphasis that the number of mathematic operations could be the issue for embedded systems, which are limited in computational capabilities. For desktop systems, this optimization may not be issue, due to higher computational performance in general.

4.2. Narrowing the Search Area

The search area is a combination of existence intervals for each of the coefficients in an equation. Previously, we called these bounds or domain of function; however, the domain of function means the range of variables where the function can be calculated. Some coefficients can be “limited” from only one side, such as greater than zero, etc., but having a limit from another side will decrease the number of options for the coefficient value. Thus, it will decrease the number of steps before a solution is achieved. In addition, for BMP testing, we want to narrow such intervals to ranges where they have physical meaning.
Narrowing the intervals where each of the equation coefficients may belong may be conditionally divided in two categories:
  • Those based on the BMP experimental set-up;
  • Those based on the re-parametrization of model.
Based on the BMP experimental set-up, we can limit the search values of biomethane potential V and lag-phase t l a g . Thus, t l a g cannot be longer than the duration of the test: t l a g [ 0 ,   t e x p e r i m e n t ) . The V can be expressed as yield (either volumetric or molar) per amount of loaded Chemical Oxygen Demand (COD) or Volatile Solids (VS). [20,47], which would be called as Specific Methane Production (SMP) curve [14]. In such cases, we can estimate upper limit of biomethane yield per loaded COD as:
V l i m i t = R · T · 10 6 p · C O D g a s e q
where V l i m i t is the maximum possible amount of gas yielded per gram of COD;   R is the universal gas constant, in international unit system equals to 8.3145 J K · m o l e [48];   T is the absolute temperature in Kelvins (K); p is the absolute pressure in Pascals (Pa); C O D g a s e q is the COD equivalent of 1 mole of biomethane as grams of COD per mole of methane; and   10 6 is a coefficient to convert resulting value from cubic meters to milliliters.
For standard conditions suggested by an International Union of Pure and Applied Chemistry (IUPAC) of 0 °C (273.15 K) and 1 bar (100,000 Pa), Equation (25) can provide the higher limit of 355 m l   C H 4 g C O D for biomethane yield. For biodegradability tests or if an experiment involves the digestion of a sample with a known chemical composition, the approximate total biomethane yield can be roughly estimated according to stoichiometric equations [49,50,51]:
C a H b O c N d + 4 a b 2 c + 3 d 4 H 2 O 4 a + b 2 c 3 d 8 C H 4 + 4 a b + 2 c + 3 d 8 C O 2 + d N H 3
The biomethane potential calculated according to Equation (26) is called theoretical methane potential and, alternatively, can be calculated based on organic fraction composition [52]. For instance, the theoretical biomethane potential for acetic acid or glucose is ~370 m l   C H 4 g , for casein ~420 m l   C H 4 g , etc. However, such values do not account for the anaerobic degradability of substrate consumption for biomass production, and the real biomethane yield should be lower.
The narrowing of coefficient existence intervals based on model re-parametrization could be the issue for models describing the digestion of mixture of compounds with different kinetic rates (rapid and slow) or even different kinetic models. Such situations are more relevant to real-world samples, such as animal manure with grass bedding, etc. The model re-parametrization approach can be illustrated by the following equation, assuming two first-order kinetics reactions without a lag-phase:
V t = V R ( 1 e k R t ) + V S ( 1 e k S t )
The domain of function represented by Equation (27) is defined as:
{ V R > 0 V S > 0 k R > 0 k S > 0
With some rearrangement expressing the total gas yield in experiment as V and a fraction of rapidly decomposing compounds via x as in Equations (29) and (30), we can obtain an equation which is mathematically equivalent to the original (27), but with a narrower existence range:
V = V R + V S
x = V R V
V R = x · V V S = ( 1 x ) V
After rearrangement, Equation (27) transforms into (32) with the existence domain of (33).
V t = V · ( 1 x · e k R t ( 1 x ) e k S t )
{ V > 0 0 < x < 1 k R > 0 k S > 0
This will significantly narrow the search area, and with some experiment-based limitation it can be narrowed even further. Some models, already treated in similar para-representation way, are identified in studies by other authors and represented in Table 2.
However, the adaptation of multi-kinetics models to numerical solutions may become more complicated, since the same basic concept may be re-expressed differently based on assumptions of either two-step reaction, diauxic growth or co-metabolization.
A simplified case of single substrate two-step kinetics is the situation when some substrate (cellulose or starch, for example) are converted into methane though the formation of intermediate compounds such as volatile fatty acids (acetic acid, for example) through either hydrolysis or acidogenesis, and they are the substrate for actual methane formation:
( C 6 H 10 O 5 ) n + n   H 2 O k H 3 n   C H 3 C O O H k V F A 3 n   C H 4 + 3 n   C O 2
Such partial cases are described in the literature [16,57] where both steps are assumed to be running both at first-order kinetics, and are also included into Table 2 as first-order two-step reaction. Its adaptation for numerical solution will consist of introducing zero gas yield at timepoints before the lag-phase only.
Unlike two-step digestion, the diauxic growth is a phenomenon which describes possible consumption of two substrates when consortia first utilize one substrate and switches to the second one only after complete depletion of the first one [58,59]. For similar cases, Equation (32) can be re-expressed for numerical computation as:
V t = { V · ( 1 x · e k R ( t t R l a g ) ( 1 x ) e k S ( t t S l a g ) ) t > t S l a g V · x ( 1 e k R ( t t R l a g ) ) t R l a g < t < t S l a g 0 t < t R l a g
Another case could be a “co-metabolization”, a phenomenon when two or more substrates are consumed simultaneously, but with different consumption rates:
V t = { V · ( 1 x · e k R ( t t l a g ) ( 1 x ) e k S ( t t l a g ) ) t > t l a g 0 t < t l a g
Each particular case of kinetics combination can have its own representation for numerical computation. Used software may cause extra complications in setting the bounds, due to their own implementation of search algorithms. Not all software or programming languages will support the range t R l a g < t < t S l a g as bound for search, since there is extra need to “hardcode” that relationship or use dynamic bounds. Another approach would be splitting (re-expression) the lag-phase for later t S l a g decomposed compounds as an arithmetic sum of lag-phase for rapid decomposing compounds t R l a g plus some incremental value which is equal to a delay between fast and slow decomposing compounds. Such system of equation can be expressed as:
V t = { V · ( 1 x · e k R ( t t R l a g ) ( 1 x ) e k S ( t t R l a g t d e l a y ) ) t > t l a g + t d e l a y V · x ( 1 e k R ( t t R l a g ) ) t l a g < t t l a g + t d e l a y 0 t t l a g
This system will be more universal across available data processing software; however, it requires extra recalculation to a set of coefficients from Equation (35):
t S l a g = t R l a g + t d e l a y

5. Criteria to Compare Models “inter se

The numerical approach simplifies the determination of equation coefficients but does not answer which model is the true one or which one is more trustable. Historically, the most often used way to describe how good a certain model describes the experimental data was the calculation of the coefficient of determination [17], also known as R 2 value, which is calculated as:
R 2 = 1 i = 1 N ( y i y i ^ ) 2 i = 1 N ( y i y ¯ ) 2 = 1 R S S i = 1 N ( y i y ¯ ) 2
Worth noticing is that the term “coefficient of determination” is applicable for linear regression [60], while for nonlinear models an applicable parameter would be “model efficiency coefficient” [61] with the same calculation formula. Despite this, a large number of BMP-related studies are still using the term “coefficient of determination”.
An R 2 value that is closer to 1 implies a better model fit, but this parameter, in fact, compares the disturbances (scatter) of datapoints to differences of theory to actual measurements. Along with R 2 , one or more parameters are used to describe the actual difference between modeled data and experimental data. Some of parameters are collected in Table 3. Any of these should be minimized for better fit. The majority of implementations of numerical approaches utilize the RSS as the fitness function.
In the authors’ opinion, the proper error function for numerical computation specifically in BMP testing should pay attention to how far the measurement is from the beginning of experiment. Such an approach would increase the price of error for later measurements and reinforcing the determination of plateau. However, the authors did not find any error functions for such correction in the literature for BMP data analysis, and therefore that function may be appropriate for future analysis.
In cases where it is not clear whether data is noisy or there is an overlap of several processes running simultaneously, the problem is still solvable numerically; however, solving it numerically also adds complexity, since it allows for splitting one equation into several smaller equations. Noisy data can falsely imply multiple process running simultaneously to split the model of one kinetics into several sub-kinetics. To prevent a false trail, criteria are needed which penalize excessive parametrization or “overfitting” and complexity. Some studies [12,65] use either a modification of R 2 called adjusted- R 2 and marked as R ¯ 2 or R a d j 2 :
R ¯ 2 = 1 ( 1 R 2 ) N 1 N M 1
R ¯ 2 = 1 ( N 1 N M 1 ) ( i = 1 N ( y i y i ^ ) 2 i = 1 N ( y i y ¯ ) 2 ) = 1 ( N 1 N M 1 ) ( R S S i = 1 n ( y i y ¯ ) 2 )
where   N is the number of datapoints (number of observations); R S S is the Residual Sum of Squares; and   M is the number of parameters fit by the model.
However, the primary tools purposed to avoid overfitting are the information criteria [47,53,62] collected in Table 4. The most typically used criteria are the Akaike Information Criterion (AIC) and Bayesian Information Criterion (BIC), which is less often referred to as the Schwarz Information Criterion. A lower value of a used criterion implies a better fit of the model to the experimental data. A special remark is required regarding the Akaike Information Criterion. It exists in several variations, which depends on sample size (number of datapoints).

6. Conclusions

Based on this critical review, the major conclusion is that, despite the large number of publications dedicated to BMP testing and numerous attempts to standardize procedures, there is no “one size fits all” mathematical model to describe biomethane formation kinetics precisely. This conclusion is supported by the compiled and critical review of the existing empirical biomethane formation models found in peer-reviewed publications cited and the parameters used to estimate the fitness of model to experimental data.
The collected models addressed in this review were used in various studies referenced for BMP testing; however, the usefulness and practicality of such models should be reconsidered and verified on a wide variety of experimental curves. We questioned the viability of one model in this study, but insightful analysis of each model deserves a separate study. The criteria for selecting the most congruent model among several appropriate models, as well as the criteria for model fitness, present further concerns due to similarity of typical error functions for model fitness estimation. While information criteria intended to prevent the over-complication of calculation do exist, the usability of those criteria specifically in BMP experiments has not been addressed in existing BMP studies.
Since a single general model cannot be established for the best extraction of practically useful information from BMP testing, the analysis of each issue identified above should be undertaken. Such an investigation would require the collection and analysis of data for multiple experiments from different laboratories. The authors suggest that this review will lay the groundwork for such an investigation.

Author Contributions

Y.P. conceived the study, collected and analyzed models, wrote the manuscript under supervision and support from R.C.S. and C.D.M. All authors have read and agreed to the published version of the manuscript.

Funding

The authors acknowledge the financial sponsorship of WesTech-Inc., Salt Lake City (A-43875) and the Huntsman Environmental Research Center (A-17526)

Acknowledgments

The authors acknowledge the technical review and contribution of Boris Tartakovsky, the Senior Research Officer at National Research Council Canada.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Glossary/Nomenclature/Abbreviations

V t Accumulated biomethane yield at moment t from beginning of experiment
V Maximum biomethane yield, a.k.a. (bio)methane potential
V Corrected accumulated biomethane yield
k Kinetic constant
k R Kinetic constant for rapidly decomposing compounds
k S Kinetic constant for slowly decomposing compounds
k H Kinetic constant for hydrolysis
k V F A Kinetic constant for conversion of volatile fatty acids
k C H Chen-Hashimoto dimensionless coefficient
t Time from beginning of experiment
t l a g Duration of lag-phase
t 1 2 Time of half-decomposition of substrate
μ o s Specific initial growth rate on slowly decomposing compounds
γ The order of time dependency
N Number of measurements
M Number of parameters fit by the model
υ Gas production rate (volumetric or molar on timely basis)
υ m a x Maximum gas production rate
e Euler number
CODChemical Oxygen Demand
VSVolatile Solids
R Gas constant
T Absolute temperature
p Absolute pressure
μ o r Specific initial growth rate on rapidly decomposing compounds

References

  1. Owen, W.F.; Stuckey, D.C.; Healy, J.B.; Young, L.Y.; McCarty, P.L. Bioassay for monitoring biochemical methane potential and anaerobic toxicity. Water Res. 1979, 13, 485–492. [Google Scholar] [CrossRef]
  2. Filer, J.; Ding, H.H.; Chang, S. Biochemical Methane Potential (BMP) Assay Method for Anaerobic Digestion Research. Water 2019, 11, 921. [Google Scholar] [CrossRef] [Green Version]
  3. Kouas, M.; Torrijos, M.; Schmitz, S.; Sousbie, P.; Sayadi, S.; Harmand, J. Co-digestion of solid waste: Towards a simple model to predict methane production. Bioresour. Technol. 2018, 254, 40–49. [Google Scholar] [CrossRef] [PubMed]
  4. Giovannini, G.; Sbarciog, M.; Steyer, J.-P.; Chamy, R.; Vande Wouwer, A. On the derivation of a simple dynamic model of anaerobic digestion including the evolution of hydrogen. Water Res. 2018, 134, 209–225. [Google Scholar] [CrossRef] [PubMed]
  5. Monod, J. The Growth of Bacterial Cultures. Annu. Rev. Microbiol. 1949, 3, 371–394. [Google Scholar] [CrossRef] [Green Version]
  6. Grieder, C.; Mittweg, G.; Dhillon, B.S.; Montes, J.M.; Orsini, E.; Melchinger, A.E. Kinetics of methane fermentation yield in biogas reactors: Genetic variation and association with chemical composition in maize. Biomass Bioenergy 2012, 37, 132–141. [Google Scholar] [CrossRef]
  7. Angelidaki, I.; Alves, M.; Bolzonella, D.; Borzacconi, L.; Campos, J.L.; Guwy, A.J.; Kalyuzhnyi, S.; Jenicek, P.; van Lier, J.B. Defining the biomethane potential (BMP) of solid organic wastes and energy crops: A proposed protocol for batch assays. Water Sci. Technol. 2009, 59, 927. [Google Scholar] [CrossRef] [Green Version]
  8. Pitt, R.E.; Cross, T.L.; Pell, A.N.; Schofield, P.; Doane, P.H. Use of in vitro gas production models in ruminal kinetics. Math. Biosci. 1999, 159, 145–163. [Google Scholar] [CrossRef]
  9. Lo, H.M.; Kurniawan, T.A.; Sillanpää, M.E.T.; Pai, T.Y.; Chiang, C.F.; Chao, K.P.; Liu, M.H.; Chuang, S.H.; Banks, C.J.; Wang, S.C.; et al. Modeling biogas production from organic fraction of MSW co-digested with MSWI ashes in anaerobic bioreactors. Bioresour. Technol. 2010, 101, 6329–6335. [Google Scholar] [CrossRef]
  10. Zwietering, M.H.; Jongenburger, I.; Rombouts, F.M.; van ’t Riet, K. Modeling of the bacterial growth curve. Appl. Env. Microbiol. 1990, 56, 1875–1881. [Google Scholar] [CrossRef] [Green Version]
  11. Li, P.; Li, W.; Sun, M.; Xu, X.; Zhang, B.; Sun, Y. Evaluation of biochemical methane potential and kinetics on the anaerobic digestion of vegetable crop residues. Energies 2019, 12, 26. [Google Scholar] [CrossRef] [Green Version]
  12. Ugwu, S.N.; Enweremadu, C.C. Biodegradability and kinetic studies on biomethane production from okra (Abelmoschus esculentus) waste. S. Afr. J. Sci. 2019, 115, 1–5. [Google Scholar] [CrossRef] [Green Version]
  13. Li, L.; Kong, X.; Yang, F.; Li, D.; Yuan, Z.; Sun, Y. Biogas Production Potential and Kinetics of Microwave and Conventional Thermal Pretreatment of Grass. Appl. Biochem. Biotechnol. 2012, 166, 1183–1191. [Google Scholar] [CrossRef] [PubMed]
  14. Koch, K.; Hafner, S.D.; Weinrich, S.; Astals, S. Identification of Critical Problems in Biochemical Methane Potential (BMP) Tests from Methane Production Curves. Front. Env. Sci. 2019, 7, 1–8. [Google Scholar] [CrossRef]
  15. Donoso-Bravo, A.; Mailier, J.; Martin, C.; Rodríguez, J.; Aceves-Lara, C.A.; Wouwer, A. Vande Model selection, identification and validation in anaerobic digestion: A review. Water Res. 2011, 45, 5347–5364. [Google Scholar] [CrossRef] [PubMed]
  16. Brulé, M.; Oechsner, H.; Jungbluth, T. Exponential model describing methane production kinetics in batch anaerobic digestion: A tool for evaluation of biochemical methane potential assays. Bioprocess Biosyst. Eng. 2014, 37, 1759–1770. [Google Scholar] [CrossRef]
  17. Strömberg, S.; Nistor, M.; Liu, J. Early prediction of Biochemical Methane Potential through statistical and kinetic modelling of initial gas production. Bioresour. Technol. 2015, 176, 233–241. [Google Scholar] [CrossRef]
  18. Kafle, G.K.; Kim, S.H.; Sung, K.I. Ensiling of fish industry waste for biogas production: A lab scale evaluation of biochemical methane potential (BMP) and kinetics. Bioresour. Technol. 2013, 127, 326–336. [Google Scholar] [CrossRef]
  19. Rani, R.U.; Kumar, S.A.; Kaliappan, S.; Yeom, I.; Banu, J.R. Impacts of microwave pretreatments on the semi-continuous anaerobic digestion of dairy waste activated sludge. Waste Manag. 2013, 33, 1119–1127. [Google Scholar] [CrossRef]
  20. Cao, W.; Sun, C.; Li, X.; Qiu, J.; Liu, R. Methane production enhancement from products of alkaline hydrogen peroxide pretreated sweet sorghum bagasse. RSC Adv. 2017, 7, 5701–5707. [Google Scholar] [CrossRef] [Green Version]
  21. Bohutskyi, P.; Keller, T.A.; Phan, D.; Parris, M.L.; Li, M.; Richardson, L.; Kopachevsky, A.M. Co-digestion of Wastewater-Grown Filamentous Algae With Sewage Sludge Improves Biomethane Production and Energy Balance Compared to Thermal, Chemical, or Thermochemical Pretreatments. Front. Energy Res. 2019, 7, 1–19. [Google Scholar] [CrossRef]
  22. Díaz, I.; Donoso-Bravo, A.; Fdz-Polanco, M. Effect of microaerobic conditions on the degradation kinetics of cellulose. Bioresour. Technol. 2011, 102, 10139–10142. [Google Scholar] [CrossRef] [PubMed]
  23. Korres, N.E.; Kiely, P.O.; Jonathan, S.W.; Benzie, J.A.H. Bioenergy Production by Anaerobic Digestion. Using Agricultural Biomass and Organic Wastes; Routledge: Abingdon, UK, 2013; ISBN 9780415698405. [Google Scholar]
  24. Sarto, S.; Hildayati, R.; Syaichurrozi, I. Effect of chemical pretreatment using sulfuric acid on biogas production from water hyacinth and kinetics. Renew. Energy 2019, 132, 335–350. [Google Scholar] [CrossRef]
  25. Howell, G.; Bennett, C.; Materić, D. A comparison of methods for early prediction of anaerobic biogas potential on biologically treated municipal solid waste. J. Env. Manag. 2019, 232, 887–894. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Redzwan, G.; Banks, C. The use of a specific function to estimate maximum methane production in a batch-fed anaerobic reactor. J. Chem. Technol. Biotechnol. 2004, 79, 1174–1178. [Google Scholar] [CrossRef]
  27. Ross, S. A First Course in Probability; Pearson Prentice Hall: Upper Saddle River, NJ, USA, 2012; ISBN 978-0-321-79477-2. [Google Scholar]
  28. Koch, K.; Drewes, J.E. Alternative approach to estimate the hydrolysis rate constant of particulate material from batch data. Appl. Energy 2014, 120, 11–15. [Google Scholar] [CrossRef]
  29. Alvarez-Ramirez, J.; Meraz, M.; Jaime Vernon-Carter, E. A theoretical derivation of the monod equation with a kinetics sense. Biochem. Eng. J. 2019, 150, 107305. [Google Scholar] [CrossRef]
  30. France, J.; Dhanoa, M.S.; Theodorou, M.K.; Lister, S.J.; Davies, D.R.; Isac, D. A Model to Interpret Gas Accumulation Profiles Associated with In Vitro Degradation of Ruminant Feeds. J. Theor. Biol. 1993, 163, 99–111. [Google Scholar] [CrossRef]
  31. Feller, W. On the logistic law of growth and its empirical verifications in biology. Acta Biotheor. 1940, 5, 51–66. [Google Scholar] [CrossRef]
  32. Davies, Z.S.; Mason, D.; Brooks, A.E.; Griffith, G.W.; Merry, R.J.; Theodorou, M.K. An automated system for measuring gas production from forages inoculated with rumen fluid and its use in determining the effect of enzymes on grass silage. Anim. Feed Sci. Technol. 2000, 83, 205–221. [Google Scholar] [CrossRef]
  33. Schnute, J. A Versatile Growth Model with Statistically Stable Parameters. Can. J. Fish. Aquat. Sci. 1981, 38, 1128–1140. [Google Scholar] [CrossRef]
  34. Richards, F.J. A Flexible Growth Function for Empirical Use. J. Exp. Bot. 1959, 10, 290–301. [Google Scholar] [CrossRef]
  35. Pulley, H.C.; Greaves, J.D. An Application of the Autocatalytic Growth Curve to Microbial Metabolism. J. Bacteriol. 1932, 24, 145–14568. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  36. Guo, P.; Zhou, J.; Ma, R.; Yu, N.; Yuan, Y. Biogas production and heat transfer performance of a multiphase flow digester. Energies 2019, 12, 1960. [Google Scholar] [CrossRef] [Green Version]
  37. Li, K.; Liu, R.; Sun, C. Comparison of anaerobic digestion characteristics and kinetics of four livestock manures with different substrate concentrations. Bioresour. Technol. 2015, 198, 133–140. [Google Scholar] [CrossRef]
  38. Tijero, J.; Guardiola, E.; Cortijo, M.; Moreno, L. Kinetic study of anaerobic digestion of glucose and sucrose. J. Env. Sci. Heal. Part A Env. Sci. Eng. 1989, 24, 297–319. [Google Scholar] [CrossRef]
  39. Bertrand, R.L. Lag Phase Is a Dynamic, Organized, Adaptive, and Evolvable Period That Prepares Bacteria for Cell Division. J. Bacteriol. 2019, 201, 1–21. [Google Scholar] [CrossRef]
  40. Tjørve, K.M.C.; Tjørve, E. The use of Gompertz models in growth analyses, and new Gompertz-model approach: An addition to the Unified-Richards family. PLoS ONE 2017, 12, e0178691. [Google Scholar] [CrossRef]
  41. Siripatana, C.; Jijai, S.; Kongjan, P. Analysis and extension of Gompertz-type and Monod-type equations for estimation of design parameters from batch anaerobic digestion experiments. AIP Conf. Proc. 2016, 1775. [Google Scholar] [CrossRef]
  42. Tosun, I.; Gonullu, M.; Arslankaya, E.; Gunay, A. Co-composting kinetics of rose processing waste with OFMSW. Bioresour. Technol. 2008, 99, 6143–6149. [Google Scholar] [CrossRef]
  43. Levi-Minzi, R.; Riffaldi, R.; Saviozzi, A. Carbon mineralization in soil amended with different organic materials. Agric. Ecosyst. Env. 1990, 31, 325–335. [Google Scholar] [CrossRef]
  44. Blanco, E.; Real Perez, M.; Patil, R. Operation Manual for Batch/Fermenting Range; Anaero Technology Limited: Cambridge, UK, 2018. [Google Scholar]
  45. Bioprocess Control AB Discover the Benefits of the AMPTS II. Available online: https://www.bioprocesscontrol.com/media/2005/ampts-ii-2017.pdf (accessed on 15 May 2020).
  46. Bioprocess Control AB AMPTS II & AMPTS II Light. Automatic Methane Potential Test System. Operation and Maintenance Manual. Available online: https://www.bioprocesscontrol.com/media/1511/bioprocess-control-manual-ampts-ii-ampts-ii-light.pdf (accessed on 15 May 2020).
  47. Pramanik, S.K.; Suja, F.B.; Porhemmat, M.; Pramanik, B.K. Performance and Kinetic Model of a Single-Stage Anaerobic Digestion System Operated at Different Successive Operating Stages for the Treatment of Food Waste. Processes 2019, 7, 600. [Google Scholar] [CrossRef] [Green Version]
  48. Haynes, W.M.; Lide, D.R.; Bruno, T.J. CRC Handbook of Chemistry and Physics, 97th ed.; Hanesy, W.M., Ed.; CRC Press: Boca Raton, FL, USA, 2016; ISBN 978-1-4987-5429-3. [Google Scholar]
  49. Sialve, B.; Bernet, N.; Bernard, O. Anaerobic digestion of microalgae as a necessary step to make microalgal biodiesel sustainable. Biotechnol. Adv. 2009, 27, 409–416. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  50. Ward, A.J.; Lewis, D.M.; Green, F.B. Anaerobic digestion of algae biomass: A review. Algal Res. 2014, 5, 204–214. [Google Scholar] [CrossRef]
  51. Speece, R.E. Anaerobic biotechnology for industrial wastewater treatment. Env. Sci. Technol. 1983, 17, 416A–427A. [Google Scholar] [CrossRef]
  52. Raposo, F.; Fernández-Cegrí, V.; De la Rubia, M.A.; Borja, R.; Béline, F.; Cavinato, C.; Demirer, G.; Fernández, B.; Fernández-Polanco, M.; Frigon, J.-C.; et al. Biochemical methane potential (BMP) of solid organic substrates: Evaluation of anaerobic biodegradability using data from an international interlaboratory study. J. Chem. Technol. Biotechnol. 2011, 86, 1088–1098. [Google Scholar] [CrossRef]
  53. Nguyen, D.D.; Jeon, B.-H.; Jeung, J.H.; Rene, E.R.; Banu, J.R.; Ravindran, B.; Vu, C.M.; Ngo, H.H.; Guo, W.; Chang, S.W. Thermophilic anaerobic digestion of model organic wastes: Evaluation of biomethane production and multiple kinetic models analysis. Bioresour. Technol. 2019, 280, 269–276. [Google Scholar] [CrossRef]
  54. Rao, M.S.; Singh, S.P.; Singh, A.K.; Sodha, M.S. Bioenergy conversion studies of the organic fraction of MSW: Assessment of ultimate bioenergy production potential of municipal garbage. Appl. Energy 2000, 66, 75–87. [Google Scholar] [CrossRef]
  55. Beuvink, J.M.W.; Kogut, J. Modeling gas production kinetics of grass silages incubated with buffered ruminal fluid. J. Anim. Sci. 1993, 71, 1041–1046. [Google Scholar] [CrossRef] [Green Version]
  56. Ragaglini, G.; Dragoni, F.; Simone, M.; Bonari, E. Suitability of giant reed (Arundo donax L.) for anaerobic digestion: Effect of harvest time and frequency on the biomethane yield potential. Bioresour. Technol. 2014, 152, 107–115. [Google Scholar] [CrossRef]
  57. Shin, H.-S.; Song, Y.-C. A Model for Evaluation of Anaerobic Degradation Characteristics of Organic Waste: Focusing on Kinetics, Rate-Limiting Step. Env. Technol. 1995, 16, 775–784. [Google Scholar] [CrossRef]
  58. Chu, D.; Barnes, D.J. The lag-phase during diauxic growth is a trade-off between fast adaptation and high growth rate. Sci. Rep. 2016, 6, 25191. [Google Scholar] [CrossRef] [PubMed]
  59. Solopova, A.; Van Gestel, J.; Weissing, F.J.; Bachmann, H.; Teusink, B.; Kok, J.; Kuipers, O.P. Bet-hedging during bacterial diauxic shift. Proc. Natl. Acad. Sci. USA 2014, 111, 7427–7432. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  60. Anderson-Sprecher, R. Model Comparisons and R2. Am. Stat. 1994, 48, 113–117. [Google Scholar]
  61. Nash, J.E.; Sutcliffe, J.V. River flow forecasting through conceptual models part I—A discussion of principles. J. Hydrol. 1970, 10, 282–290. [Google Scholar] [CrossRef]
  62. Myszograj, S. Biogas and Methane Potential of Pre-Thermally Disintegrated Bio-Waste. Energies 2019, 12, 3880. [Google Scholar] [CrossRef] [Green Version]
  63. Velázquez-Martí, B.W.; Meneses-Quelal, O.; Gaibor-Chavez, J.; Niño-Ruiz, Z. Review of Mathematical Models for the Anaerobic Digestion Process. In Anaerobic Digestion; IntechOpen: London, UK, 2019; pp. 1–20. [Google Scholar]
  64. Wu, Y.; Kovalovszki, A.; Pan, J.; Lin, C.; Liu, H.; Duan, N.; Angelidaki, I. Early warning indicators for mesophilic anaerobic digestion of corn stalk: A combined experimental and simulation approach. Biotechnol. Biofuels 2019, 12, 106. [Google Scholar] [CrossRef]
  65. Ošlaj, M.; Šumenjak, T.; Lakota, M.; Vindiš, P. Parametric and Nonparametric Approaches for Detecting the most Important Factors in Biogas Production. Pol. J. Env. Stud. 2018, 28, 291–301. [Google Scholar] [CrossRef]
Table 1. Interpretation of biomethane formation models for numerical fitting for single-step digestion.
Table 1. Interpretation of biomethane formation models for numerical fitting for single-step digestion.
Model NameModel EquationsBoundsReference
First-order kinetics 1 V t = { V [ 1 e k ( t t l a g ) ] t > t l a g 0 t t l a g { V > 0 t l a g 0 k 0 [2,6,7,8,13,16,20,21,22,23,24,25]
Specific time model 2 V t = { V e k t t l a g t > t l a g 0 t t l a g { V > 0 t l a g 0 k > 0 [25,26]
First-order with variable order of time dependency 3 V t = { V [ 1 e k ( t t l a g ) γ ] t > t l a g 0 t t l a g { V > 0 t l a g 0 k 0 γ [17,25]
Weibull V t = { V ( 1 e ( k ( t t l a g ) ) γ ) t > t l a g 0 t t l a g { V > 0 t l a g 0 k 0 γ [8,27]
Monod type V t = { V k ( t t l a g ) k ( t t l a g ) + 1 t > t l a g 0 t t l a g { V > 0 t l a g 0 k > 0 [2,28]
Quadratic Monod V t = { V ( t t l a g ) 2 ( t t l a g ) 2 + k 1 ( t t l a g ) + k 2 t t l a g 0 t < t l a g { V > 0 t l a g 0 k 1 > 0 k 2 > 0 [17,29]
Michaelis–Menten V t = { V t = V ( t t l a g ) n ( t t l a g ) n + t 1 2 n t > t l a g 0 t t l a g { V > 0 t l a g 0 n > 0 t 1 2 > 0 [6]
France V t = { V ( 1 e k 1 ( t l a g t ) + k 2 ( t l a g t ) ) ,   t t l a g 0 ,   t < t l a g { V > 0 t l a g 0 k 1 > 0 k 2 > 0 [8,30]
Cauchy 4 V t = { 2 V π arctan ( k ( t t l a g ) ) t > t l a g 0 t t l a g { V > 0 t l a g 0 k > 0 [8,27]
Feller V t = 2 V π arctan ( e k ( t t l a g ) ) { V > 0 t l a g 0 k > 0 [8,31,32]
Fitzhugh 5 V t = { 0 t t l a g V ( 1 e k ( t t l a g ) ) n t > t l a g ; n 0 V ( 1 + e k ( t t l a g ) ) n t > t l a g ; n < 0 { V > 0 t l a g 0 k > 0 n [8,20,33]
Autocatalytic 6 V t = V 1 e K ( t t l a g ) { V > 0 t l a g 0 k > 0 [34,35]
Logistic 7 V t = V 1 + e 2 4 υ m a x V ( t t l a g ) { V > 0 t l a g 0 υ m a x > 0 t l a g 0 [8,10]
Gompertz 8 V t = V · e e e · υ m a x V ( t t l a g ) + 1 { V > 0 t l a g 0 υ m a x > 0 [2,10,22,24]
Corrected Gompertz V t = V · ( e e e · υ m a x V ( t t l a g ) + 1 e e e · υ m a x · t l a g V + 1 ) { V > 0 t l a g 0 υ m a x > 0
Stannard Richards V t = V · ( 1 + d · e 1 + d · e υ m a x V ( 1 + d ) ( 1 + 1 d ) ( t l a g t ) ) 1 d { υ m a x V t l a g 0 0 < d < 1 [10,34]
Cone V t = { V 1 + ( k · ( t t l a g ) ) n t > t l a g 0 t t l a g { V > 0 k > 0 n > 0 t l a g 0 [20,24,36,37]
Chen–Hashimoto V t = { V ( 1 K C H μ m a x · ( t t l a g ) + K C H 1 ) ,   t > t l a g 0 ,   t t l a g { V υ m a x K C H t l a g 0 [11,38]
Levi-Minzi V t = { k ( t t l a g ) m ,   t > t l a g 0 ,   t t l a g { k > 0 0 < m < 1 t l a g 0 [25]
1 The first-order kinetics model is also met under other names: Exponential, Malthus, Monomolecular, Transference function, Transfer function, Reaction-curve type, Simple Mitscherlich equation. Very often this model is used with no lag-phase, i.e., when t l a g = 0 . 2 The specific time model can be also found under name of first-order inverse time model, 3 also called a first-order kinetics with modified time dependency. 4 Cauchy distribution can be met under name of Lorentzian function. 5 Fitzhugh sometimes is used as simplified version, where n > 0 , actually such modification is Bertalanffy model. 6 Autocatalytic function is considered to be a predecessor of logistic function. 7 Logistics function is sometimes considered as a special case of Richards functions, where d = 1 . 8 The Gompertz equation for biomethane is also called as Zwietering modification of Gompertz equation, Zwietering-Gompertz equation or modified Gompertz equation.
Table 2. Biomethane formation models for multi-step digestion.
Table 2. Biomethane formation models for multi-step digestion.
Model NameModel EquationReferences
First-zero-order kinetic model 1 V t = V · ( x ( 1 e k R t ) + ( 1 x ) k S t ) [25,53]
First-first-order kinetic model 2 V t = V · ( 1 x · e k R t ( 1 x ) e k S t ) [2,16,21,25,54]
Modified Gompertz V t = V · e μ o r k R e k R t μ o s k S e k S t [6,21,25,55,56]
First-order two-step reaction V t = V ( 1 + k H · e k V F A · t k V F A · e k H · t k V F A k H ) [16,57]
First-order two substrate two -step reaction V t = V ( x ( 1 + k R · e k V F A · t k V F A · e k R · t k V F A k R ) + ( 1 x ) ( 1 + k S · e k V F A · t k V F A · e k S · t k V F A k S ) ) [16]
1 The first-zero-order kinetic model is also met under the names combined first- and zero-order kinetics; 2 The first-first-order kinetic model is also met under names: combination of two first-order kinetics, two-pool first-order and pseudo-parallel first-order.
Table 3. Fitness criteria used in various studies for BMP testing.
Table 3. Fitness criteria used in various studies for BMP testing.
CriterionCalculationUsed in
Residual Sum of Squares (RSS) R S S = i = 1 N ( y i y i ^ ) 2 [62]
Root Mean Square Error (RMSE) 1 R M S E = i = 1 N ( y i y i ^ ) 2 N [47,53,63]
Relative Root Mean-Squared Error (rRMSE) r R M S E = 1 y ¯ i = 1 N ( y i y i ^ ) 2 N [64]
Mean Absolute Percentage Error (MAPE) 2 M A P E = 1 N i = 1 N | y i y i ^ | y i [17,64]
Mean Square Percentage error (MSPE) M S P E = 1 N i = 1 N ( y i y i ^ y i ) 2 [18]
1 RMSE can be also met under the names: Root-Mean-Square Deviation (rMSD), Root Mean Square Prediction Error (rMSPE), Standard Error of Estimate. 2 MAPE is also known as Relative Absolute Error (rAE).
Table 4. Information criteria used in biomethane studies.
Table 4. Information criteria used in biomethane studies.
Criterion NameFormulaeReference
Akaike Information Criterion A I C = { N · ln ( R S S N ) + 2 M + 2 M ( M + 1 ) N M 1 N M < 40 N · ln ( R S S N ) + 2 M N M 40 [6,20,47,53,62]
Bayesian Information Criterion B I C = ln ( R S S N ) + M · ln ( N ) [47,53]

Share and Cite

MDPI and ACS Style

Pererva, Y.; Miller, C.D.; Sims, R.C. Existing Empirical Kinetic Models in Biochemical Methane Potential (BMP) Testing, Their Selection and Numerical Solution. Water 2020, 12, 1831. https://doi.org/10.3390/w12061831

AMA Style

Pererva Y, Miller CD, Sims RC. Existing Empirical Kinetic Models in Biochemical Methane Potential (BMP) Testing, Their Selection and Numerical Solution. Water. 2020; 12(6):1831. https://doi.org/10.3390/w12061831

Chicago/Turabian Style

Pererva, Yehor, Charles D. Miller, and Ronald C. Sims. 2020. "Existing Empirical Kinetic Models in Biochemical Methane Potential (BMP) Testing, Their Selection and Numerical Solution" Water 12, no. 6: 1831. https://doi.org/10.3390/w12061831

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop