SimInterpolate | Cellzilla2D Home |
Description
Interpolates into a simulation for a specific variable at a specific time point.
Needs["Cellzilla2D`"];
Return Value
SimInterpolate[sim, var, time ] where sim is the output of RunSim; var is the name of a variable in the model that is repeated in every cell; and time is the simulation time; returns a list {v1,v2,..., vn} where vi represents the numeric value of var[i][time]
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also