euler_step_biomass {CoRegFlux}R Documentation

Euler step biomass

Description

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

Usage

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


[Package CoRegFlux version 1.2.0 Index]