File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -636,9 +636,10 @@ Each ``<cell>`` element can have the following attributes or sub-elements:
636636---------------------
637637
638638The ``<lattice> `` can be used to represent repeating structures (e.g. fuel pins
639- in an assembly) or other geometry which naturally fits into a two-dimensional
640- structured mesh. Each cell within the lattice is filled with a specified
641- universe. A ``<lattice> `` accepts the following attributes or sub-elements:
639+ in an assembly) or other geometry which naturally fits into a two- or
640+ three-dimensional structured mesh. Each cell within the lattice is filled with a
641+ specified universe. A ``<lattice> `` accepts the following attributes or
642+ sub-elements:
642643
643644 :id:
644645 A unique integer that can be used to identify the surface.
@@ -650,18 +651,19 @@ universe. A ``<lattice>`` accepts the following attributes or sub-elements:
650651 *Default *: rectangular
651652
652653 :dimension:
653- Two integers representing the number of lattice cells in the x- and y-
654- directions, respectively.
654+ Two or three integers representing the number of lattice cells in the x- and
655+ y- (and z-) directions, respectively.
655656
656657 *Default *: None
657658
658659 :lower_left:
659- The coordinates of the lower-left corner of the lattice.
660+ The coordinates of the lower-left corner of the lattice. If the lattice is
661+ two-dimensional, only the x- and y-coordinates are specified.
660662
661663 *Default *: None
662664
663665 :width:
664- The width of the lattice cell in the x- and y- directions.
666+ The width of the lattice cell in the x- and y- (and z-) directions.
665667
666668 *Default *: None
667669
You can’t perform that action at this time.
0 commit comments