| GetCellzillaModel | CelleratorML Home |
Inputs a Cellzilla model from a CellzillaML file and all of its component Cellerator models form the reference CelleratorML files.
Needs["CelleratorML`"];
Needs["Cellzilla2D`"];
Return Value
GetCellzillaModel[filename, options]
returns an option list:
{"Circuit"→list of cellerator reactions"Parameters"->{name->value, name→value,..}
"IC"->{name->{val,val,val,..}, name→{val, val, val,..}, ..}
"DiffusingSpecies"→{{species,rate}, {species, rate}, ..}
"Centers"→{{x1,y1}, {x2, y2},..},
"Tissue"→Tissue[...]}
Centers and Tissue will only be returned if they are in the file.
Options
"Quiet"→False; If True, printing of messages during import will be suppressed.
Example
[ Download Example as Zipped Mathematica Notebook ]
[ Look at the ring.xml file ]
[ Look at the rings.xml file ]
Implementation Notes
See Also
