Got rid of maps, offset_size, translated, and rotated datasets.

This commit is contained in:
Paul Romano 2015-09-25 10:53:36 +07:00
parent 759f96c9e0
commit 9bc3b3358c
3 changed files with 22 additions and 70 deletions

View file

@ -96,32 +96,16 @@ The current revision of the summary file format is 1.
Unique ID of the material assigned to the cell. This dataset is present only
if fill_type is set to 'normal'.
**/geometry/cells/cell <uid>/maps** (*int*)
TODO: Add description.
**/geometry/cells/cell <uid>/offset** (*int[]*)
Offset used for distribcell tally filter. This dataset is present only if
Offsets used for distribcell tally filter. This dataset is present only if
fill_type is set to 'universe'.
**/geometry/cells/cell <uid>/translated** (*int*)
Indicates if a translation is to be applied to the fill universe if one is
present. Note that this dataset assumes values of 0 or 1. This dataset is
present only if fill_type is set to 'universe'.
**/geometry/cells/cell <uid>/translation** (*double[3]*)
Translation applied to the fill universe. This dataset is present only if
fill_type is set to 'universe'.
**/geometry/cells/cell <uid>/rotated** (*int*)
Indicates if a rotation is to be applied to the fill universe if one is
present. Note that this dataset assumes values of 0 or 1. This dataset is
present only if fill_type is set to 'universe'.
**/geometry/cells/cell <uid>/rotation** (*double[3]*)
Angles in degrees about the x-, y-, and z-axes for which the fill universe
@ -188,14 +172,6 @@ The current revision of the summary file format is 1.
Outer universe assigned to lattice cells outside the defined range.
**/geometry/lattices/lattice <uid>/offset_size** (*int[]*)
TODO: Explain offset_size
**/geometry/lattices/lattice <uid>/maps** (*int*)
TODO: Explain maps
**/geometry/lattices/lattice <uid>/offsets** (*int[]*)
Offsets used for distribcell tally filter.