A network with a single reactor can be created with either:
ReactorNet({reactor}), i.e. a single element cell array
or, the new way:
ReactorNet(reactor)
|
||
|---|---|---|
| .. | ||
| private | ||
| addReactor.m | ||
| advance.m | ||
| atol.m | ||
| ReactorNet.m | ||
| reactornet_hndl.m | ||
| rtol.m | ||
| setInitialTime.m | ||
| setMaxTimeStep.m | ||
| setTolerances.m | ||
| step.m | ||
| time.m | ||