absStairStep

absStairStep

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

This particle sink removes the particles once they cross the stair step boundary that corresponds to the conformal boundary. It will work with a coordProdGrid.

absStairStep 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.

gridBoundary (string)

The name of the stair-stepped grid boundary.

absStairStep Example Block

<ParticleSink stairStepBndry>
  kind = absStairStep
  gridBoundary = sphere
  lowerBounds = [-1   -1  -1]
  upperBounds = [NX1 NY1 NZ1]
</ParticleSink>