simulate

simulate[model]
simulates model.
simulate[model, {t, tstart, tfinal}]
simulates model in the time interval [tstart, tfinal].
  • The following options can be given:
InitialConditions{}Provide additional initial conditions (taking precedence over the model's initial conditions).
Parameters{}Provide additonal parameters (taking precedence over the model's parameters).
tFinalInfinityExplicitly defining the end of the time interval.
tStart0Explicitly defines the start of the time interval.
SpeciesProfilesConcentrationsIf "Concentrations" or "Particles" should be returned.
  • Furthre options (e.g., PrecisionGoal, Method etc.) are passed down to NDSolve.