Update examples

This commit is contained in:
Sterling Harper 2016-09-22 03:00:49 -04:00
parent 57371d217a
commit 7419cd26b3
15 changed files with 639 additions and 554 deletions

View file

@ -153,10 +153,9 @@ mesh.lower_left = [-0.63, -0.63, -1.e50]
mesh.upper_right = [0.63, 0.63, 1.e50]
# Instantiate some tally Filters
energy_filter = openmc.Filter(type='energy',
bins=[1E-11, 0.0635E-6, 10.0E-6, 1.0E-4, 1.0E-3,
energy_filter = openmc.EnergyFilter([1E-11, 0.0635E-6, 10.0E-6, 1.0E-4, 1.0E-3,
0.5, 1.0, 20.0])
mesh_filter = openmc.Filter()
mesh_filter = openmc.MeshFilter(mesh.id)
mesh_filter.mesh = mesh
# Instantiate the Tally