Skip to content

sliceMapperAutoAxialSlices

Description

The slices are automaticaly created for each material.

First, the cell centers and IDs are saved in a HashTable according to their axial location (i.e. the HashTable will have as many entries as there are different axial locations in the material mesh).

Then the ID lists for each axial location in the HashTable are passed in the sliceAddrList pointer list, making sure that the labelLists are passed in ascending axial location order (from bottom to top).


Options

No options available.

Usage

Here is a code snippet of the solverDict to use the autoAxialSlices axial mapper:

sliceMapper     autoAxialSlices;