absAndSav

AbsAndSav

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

This particle sink removes particles at boundary, but stores them for use by other code components such as History.

AbsAndSav Parameters

minDim (integer)

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

lowerBounds (integer vector)

Gives lower bounds of the particle sink in cell indices.

upperBounds (integer vector)

Gives upper bounds of the particle sink in cell indices.

AbsAndSav Example Block

 <ParticleSink keeperSideWallXeDblIons>
  kind = absAndSav
  lowerBounds = [CK2_ZMIN_INDX CK2_RMIN_INDX]
  upperBounds = [CK2_ZMAX_INDX CK2_RMAX_INDX]
</ParticleSink>