simulate[model] simulates model. |
simulate[model, {t, tstart, tfinal}] simulates model in the time interval [tstart, tfinal]. |
InitialConditions | {} | Provide additional initial conditions (taking precedence over the model's initial conditions). | |
Parameters | {} | Provide additonal parameters (taking precedence over the model's parameters). | |
tFinal | Infinity | Explicitly defining the end of the time interval. | |
tStart | 0 | Explicitly defines the start of the time interval. | |
SpeciesProfiles | Concentrations | If "Concentrations" or "Particles" should be returned. |
Options (3) |