euler_step_metabolites: Compute the metabolite concentrations at the next time point

Description Usage Arguments Value See Also

View source: R/DFBAsimulationFunctions.R

Description

Compute the metabolite concentrations at the next time point

Usage

1
2
euler_step_metabolites(met_concentrations_t0, fluxes, biomass_t0, rate,
  time_step)

Arguments

met_concentrations_t0

metabolites concentration in the current time step

fluxes

fluxes states in the current time step for the exchange metabolites

biomass_t0

biomass in the current time step

rate

the growth rate for exponential growth

time_step

time step given by t1-t0

Value

metabolites concentrations at the next time point

See Also

euler_step_biomass, update_system_state


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