Added full openmc.data package and hooks in code

This commit is contained in:
Paul Romano 2016-05-13 15:57:39 -05:00
parent bc2fab296b
commit 68e5a093aa
158 changed files with 10186 additions and 4878 deletions

View file

@ -16,7 +16,7 @@ particles = 10000
###############################################################################
# Instantiate a Nuclides
u235 = openmc.Nuclide('U-235')
u235 = openmc.Nuclide('U235')
# Instantiate a Material and register the Nuclide
fuel = openmc.Material(material_id=1, name='fuel')