euler_step_biomass: Euler step biomass

Description Usage Arguments Value See Also

View source: R/DFBAsimulationFunctions.R

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


CoRegFlux documentation built on Nov. 8, 2020, 5:21 p.m.