mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Added full openmc.data package and hooks in code
This commit is contained in:
parent
bc2fab296b
commit
68e5a093aa
158 changed files with 10186 additions and 4878 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue