diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-27 10:52:20 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-27 10:52:20 +0200 |
| commit | ed17ebbeb179598a5bf02c5033347b5cc184d6d5 (patch) | |
| tree | d73cc99b08991fd08eceecc4e4f8dac7647200ca /pin.py | |
| parent | 3202ffaeef4dcf3ff8de41d52027c587229ed81c (diff) | |
Fixed packing calculation not using provided CLI arg for packing factor
Diffstat (limited to 'pin.py')
| -rwxr-xr-x | pin.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ geo_triso_compact_domain = (10,10,100) geo_triso_compact_packing = openmc.model.pack_spheres( radius=geo_triso_spheres[4].r, region=geo_triso_compact_region, - pf=0.295 + pf=cli_args.packing_factor ) # Create the TRISO particles |
