| SaveCellzillaModel | CelleratorML Home |
Saves a Cellzilla model as CellzillaML.
Needs["CelleratorML`"];
Needs["Cellzilla2D`"];
Return Value
SaveCellzillaModel[filename,
options]
saves to the specified XML file.
SaveCellzillaModel[options]
writes the xml to the screen.
Options
"Models"→{file1,file2,URL3,...} - required list of cellerator models"Centers"→{{x1,y1},{x2,y2},..} - required if Tissue is not present
"Tissue"→Tissue[..] - required if Centers is not present
"Parameters"→{sym→value,sym→value,..}
"InitialConditions"{A[1]→value,A[2]→value,..., Z[n]→value}
"DiffusingSpecies"→{{species,rate}, {species, rate}, ..}
"Quiet"→False
"Description"→ - Optional text annotation
Example
[ Download as Zipped Mathematica Notebook ]
Implementation Notes
See Also
CellzillaModelToXML - for XML only
CellzillaModelToSXML - symbolic SXML
ModelToxML - for a Cellerator Model
