operatorEntityGenerator (1d, 2d, 3d)

Performs logical operations (not, and, or) on a list of entities to produce a new entity.

Data

entities (string vector)
A list of entities that the logical operation will be performed on to produce the new entity.

Parameters

entityName (string)
The name of the new entity resulting from the logical operations.
operation (string)
The operation to be performed on the list of entities. The operation can have values (not, and, or).

Example

<Updater generatePlasma>
  kind = operatorEntityGenerator2d
  onGrid = domain
  operation = not
  entityName = plasma
  entities = [vacuum]
</Updater>