euler_step_biomass {CoRegFlux} | R Documentation |
This function updates the biomass given the biomass at the previous time step and the size of the time step.
euler_step_biomass(biomass_t0, rate, time_step)
biomass_t0 |
biomass in the current time step |
rate |
the growth rate for exponential growth |
time_step |
time step given by t1-t0 |
biomass after time.step=t1-t0: biomass.t1 = biomass.t0 * exp(rate * time.step)
euler_step_metabolites, update_system_state