euler_step_biomass: Euler step biomass

Description Usage Arguments Value See Also

Description

This function updates the biomass given the biomass at the previous time step and the size of the time step.

Usage

1
euler_step_biomass(biomass_t0, rate, time_step)

Arguments

biomass_t0

biomass in the current time step

rate

the growth rate for exponential growth

time_step

time step given by t1-t0

Value

biomass after time.step=t1-t0: biomass.t1 = biomass.t0 * exp(rate * time.step)

See Also

euler_step_metabolites, update_system_state


i3bionet/CoRegFlux documentation built on May 31, 2019, 1:50 a.m.