RunSim | Cellzilla2D Home |
Description
Runs an xCellerator simulation on a Cellzilla model.
Needs["xlr8r`"];
Needs["Cellzilla2D`"];
Return Value
RunSim[network, parameters, ic, {start, end}, options ] returns a list of Interpolating Functions:

network is the expanded cellerator reaction network, typically the output of CelleratorNetwork.
parameters is a list of parameter definitions as a list, e.g., {k1→1, k2→0.3,...}
ic is the list of initial conditions as a rule list, e.g., {A[1]->1 A[2]-> 1.5, ..., B[4]-> 3}
{start, end} are the start and end times of the simulation.
Options
Any options for NDSolve
Example
[ Download Example as Zipped Mathematica Notebook ]
See also the Wuschel Notebook Example as html or zipped notebook
Implementation Notes
See Also