Fixed bugs and hard coded config for now.
This commit is contained in:
2
dependencies/asm3_class.js
vendored
2
dependencies/asm3_class.js
vendored
@@ -117,7 +117,7 @@ class ASM3 {
|
||||
rates[9] = mu_A_max * this._monod(S_O, K_A_O) * this._monod(S_NH, K_A_NH) * this._monod(S_HCO, K_A_HCO) * X_A;
|
||||
rates[10] = b_A_O * this._monod(S_O, K_O) * X_A;
|
||||
rates[11] = b_A_NO * this._inv_monod(S_O, K_A_O) * this._monod(S_NO, K_NO) * X_A;
|
||||
|
||||
|
||||
return rates;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user