Add geometry plotting capability and restructure lattice attributes

This commit is contained in:
Paul Romano 2016-05-19 20:14:44 -05:00
parent 168f1269fd
commit e40a369693
14 changed files with 527 additions and 100 deletions

View file

@ -94,7 +94,6 @@ root.add_cell(cell1)
# Instantiate a Lattice
lattice = openmc.RectLattice(lattice_id=5)
lattice.dimension = [4, 4]
lattice.lower_left = [-2., -2.]
lattice.pitch = [1., 1.]
lattice.universes = [[univ1, univ2, univ1, univ2],