This Entity Traversal plugin divides the simulation space up into cells for multi-threaded calculation. It also maintains, for each cell, a list of adjacent atoms (outside the cell, but close to it) that can be included in calculation, but that can't be modified.
The following is an example of how to configure the BasicCellTraverser plugin in the simulation specification file.
...
<parameter name="baseDirectory" value="c:/NanoHive-1" />
...
<simulationFlow ...
...
<traverser name="traverser" plugin="BasicCellTraverser">
<parameter name="cellLength" value="1e-10" />
<parameter name="cutoffDistance" value="1e-11" />
</traverser>
Table 5.7. BasicCellTraverser Configuration Parameters
| Parameter | Description |
|---|---|
cellLength | The length of each cubic cell in meters. |
cutoffDistance | The width of the read-only border around each cell. |
This illustration shows the parameters and how they specify the cells.
