mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #1216 from dryuri92/newhex
Support different orientations for hexagonal lattices
This commit is contained in:
commit
2c0b16e73d
12 changed files with 1034 additions and 139 deletions
|
|
@ -318,6 +318,13 @@ the following attributes or sub-elements:
|
|||
|
||||
*Default*: None
|
||||
|
||||
:orientation:
|
||||
The orientation of the hexagonal lattice. The string "x" indicates that two
|
||||
sides of the lattice are parallel to the x-axis, whereas the string "y"
|
||||
indicates that two sides are parallel to the y-axis.
|
||||
|
||||
*Default*: "y"
|
||||
|
||||
:center:
|
||||
The coordinates of the center of the lattice. If the lattice does not have
|
||||
axial sections then only the x- and y-coordinates are specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue