From 44123f5875bcc50bdaa7080e00e8946943159973 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Mon, 27 Jul 2026 16:06:13 +0200 Subject: Removed incorrect TSL application for the RPT homogenized material --- hpmr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hpmr.py b/hpmr.py index 460479b..aca04b3 100755 --- a/hpmr.py +++ b/hpmr.py @@ -567,7 +567,6 @@ if cli_args.technique=="rpt": # There is a minimum viable radius for RPT, so onl percent_type="vo", name="RPT Homogenized TRISO Compact" ) - mat_triso_rpt.add_s_alpha_beta("c_Graphite") else: mat_triso_rpt = openmc.Material(name="PLACEHOLDER//DO NOT USE") mat_triso_rpt.add_nuclide("U235",1.0) -- cgit v1.2.3