From a83e5e65ba15b6b27e50b4425bd9d62c90071fd9 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Wed, 22 Jul 2026 08:25:11 +0200 Subject: Removed incorrect TSL applications for homogenized materials --- hpmr.py | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3