summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Moore <connor.moore@psi.ch>2026-07-22 08:25:11 +0200
committerConnor Moore <connor.moore@psi.ch>2026-07-22 08:25:11 +0200
commita83e5e65ba15b6b27e50b4425bd9d62c90071fd9 (patch)
tree0e4c66a1a57c7f5195563661a4a2532fd3acf8e1
parente59ac6a32d3c40a02552aba8367ae4ca183e323a (diff)
Removed incorrect TSL applications for homogenized materials
-rwxr-xr-xhpmr.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/hpmr.py b/hpmr.py
index 3acf958..477830a 100755
--- a/hpmr.py
+++ b/hpmr.py
@@ -77,7 +77,6 @@ mat_triso_uco.add_nuclide("C12",0.13793)
mat_triso_uco.add_nuclide("O16",0.51724)
mat_triso_uco.set_density("g/cc",10.744)
mat_triso_uco.temperature = mat_temp_fuel
-mat_triso_uco.add_s_alpha_beta("c_Graphite")
mat_list.append(mat_triso_uco)
mat_triso_buffer = openmc.Material(201,name="TRISO Pin Buffer")
@@ -446,7 +445,7 @@ geo_const_pin_pitch = 2.3
geo_const_lattice_pitch = 26.752
geo_const_triso_radius = 1.0
geo_const_triso_packing = 0.40
-geo_const_height = 1.0
+geo_const_height = 2.0
geo_const_z_max = openmc.ZPlane(z0=+geo_const_height,boundary_type="transmission" if cli_args.geometry_level=="core" else "reflective")
geo_const_z_min = openmc.ZPlane(z0=-geo_const_height,boundary_type="transmission" if cli_args.geometry_level=="core" else "reflective")
@@ -537,7 +536,6 @@ mat_kernel_vwh = openmc.Material.mix_materials(
percent_type="vo",
name="VWH kernel"
)
-mat_kernel_vwh.add_s_alpha_beta("c_Graphite")
mat_list.append(mat_kernel_vwh)
# Simple VWH
@@ -547,7 +545,6 @@ mat_triso_vwh = openmc.Material.mix_materials(
percent_type="vo",
name="VWH Homogenized TRISO Compact"
)
-mat_triso_vwh.add_s_alpha_beta("c_Graphite")
mat_list.append(mat_triso_vwh)
# RPT Homogenization