diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-27 16:06:13 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-27 16:06:13 +0200 |
| commit | 44123f5875bcc50bdaa7080e00e8946943159973 (patch) | |
| tree | 228ec98ab31c1ecf5567780483d4ffebd90042d9 /hpmr.py | |
| parent | a51eedb048698a6054f09e23afa468e420d294b8 (diff) | |
Removed incorrect TSL application for the RPT homogenized material
Diffstat (limited to 'hpmr.py')
| -rwxr-xr-x | hpmr.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
