|
From: | 이태훈 |
Subject: | Re: Plot issues |
Date: | Fri, 17 Apr 2020 02:49:13 +0200 |
Dear. Brett My purpose is to see how the x(biomass) changes over time. The equation for biomass is x=x0(initial biomass)*exp(u(growth rate)-D(dilution rate)*t). And the “u”(growth rate) can be substitute to u =I/(I+km). The “I”(light intensity) can be substitute I=I0*exp(x(biomass)*z(distance)*ka(absorbance coefficient)) The integration of the equation dx/dt=(u-D)x . If I binomialize this, I get ∫(1/x)dx(from x0 to x)= ∫(u-D)dt(from t0 to t) . And the result is x=x0*exp(u-D)*t. But when you substitute the “u” with I/(I+ka) The right side "∫(u-D)dt" can’t be integrated with respect to time because the light intensity changes over time. So I first tried with eq . x=x0*exp((u-D)*t) the ode45 to see how the x changes over time. What I’m doing now is to make a direct integration method to compare it with the numerical approach(Ode45).
|
[Prev in Thread] | Current Thread | [Next in Thread] |