ParticleSink

absorber

Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.

This particle absorber kind absorbs particles at boundary, removing them from the simulation. They will not be saved.

absorber Parameters

minDim

Minimum dimensionality for which this sink is applicable (1, 2, or 3).

lowerBounds

Gives lower bounds of the particle sink in cell indices.

upperBounds

Gives upper bounds of the particle sink in cell indices.

absorber Example Block

<ParticleSink rightAbsorber>
  kind = absorber
  minDim = 1
  # Bounds specified with physical indexing
  lowerBounds = [NX -1 -1]
  upperBounds = [NX1 NY1 NZ1]
</ParticleSink>