Fixed bugs and hard coded config for now.

This commit is contained in:
2025-06-12 16:56:28 +02:00
parent 2182bed343
commit 91482c564d
4 changed files with 37 additions and 18 deletions

View File

@@ -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;
}