Open AnneMortensen opened 6 months ago
I will start looking at making simulations for either situation: Reaction or mass transfer limiting, at steady state.
@AnneMortensen see #29 for a bit of background.
Closed-form solutions are here
and here
First attempt on instant mass transfer: https://github.com/AU-BCE-EE/tric-fil-mod/blob/6bf157088d701350d127f14f1d8f8fbbdb7f507a/applications/Lab%20experiments/New%20structure/Tasks/4.1%20k%20change%20visualizations/k%20loop%20Steady%20state%20large%20kl%20analytical%20gas.py
Hmm, it looks good that the two models are similar, but is the difference what you would expect? What value did you use for Kga in the numerical model? I would expect that the two models become more similar when Kga is higher (because mass transfer is closer to "instan") or when k is lower (because reaction not mass transfer becomes rate-limiting).
First attempt on instant mass transfer: https://github.com/AU-BCE-EE/tric-fil-mod/blob/6bf157088d701350d127f14f1d8f8fbbdb7f507a/applications/Lab%20experiments/New%20structure/Tasks/4.1%20k%20change%20visualizations/k%20loop%20Steady%20state%20large%20kl%20analytical%20gas.py
Kga was 3.82 (I adjusted kl, thus the weird number). Tried setting Kga to 10 and 100, and I did not see a difference in the steady state concentration of either of the models. I was for sure not expecting the intermediate reaction rate to be the one that was the furthest off. Not sure I have an explanation for that, but will think about it.
First attempt on instant mass transfer: https://github.com/AU-BCE-EE/tric-fil-mod/blob/6bf157088d701350d127f14f1d8f8fbbdb7f507a/applications/Lab%20experiments/New%20structure/Tasks/4.1%20k%20change%20visualizations/k%20loop%20Steady%20state%20large%20kl%20analytical%20gas.py
Hmm, it looks good that the two models are similar, but is the difference what you would expect? What value did you use for Kga in the numerical model? I would expect that the two models become more similar when Kga is higher (because mass transfer is closer to "instan") or when k is lower (because reaction not mass transfer becomes rate-limiting).
Each of the situations you describe has a separate plot, separate comment in this thread and separate analytical solutions. For instant reaction, k=0.1 s^-1 was chosen (too big makes negative concentrations) and for instant mass transfer, Kga = 3.82 was chosen (arbitrarily as long as it is very large).
Should we open separate issues for each situation?
Some steady state solutions with either mass transfer or reaction rate as the limiting factor and the other assumed instantaneous.