diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-22 08:25:11 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-22 08:25:11 +0200 |
| commit | a83e5e65ba15b6b27e50b4425bd9d62c90071fd9 (patch) | |
| tree | 0e4c66a1a57c7f5195563661a4a2532fd3acf8e1 /hpmr.py | |
| parent | e59ac6a32d3c40a02552aba8367ae4ca183e323a (diff) | |
Removed incorrect TSL applications for homogenized materials
Diffstat (limited to 'hpmr.py')
| -rwxr-xr-x | hpmr.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
