summaryrefslogtreecommitdiff
path: root/pin.py
diff options
context:
space:
mode:
authorConnor Moore <connor.moore@psi.ch>2026-07-27 10:52:20 +0200
committerConnor Moore <connor.moore@psi.ch>2026-07-27 10:52:20 +0200
commited17ebbeb179598a5bf02c5033347b5cc184d6d5 (patch)
treed73cc99b08991fd08eceecc4e4f8dac7647200ca /pin.py
parent3202ffaeef4dcf3ff8de41d52027c587229ed81c (diff)
Fixed packing calculation not using provided CLI arg for packing factor
Diffstat (limited to 'pin.py')
-rwxr-xr-xpin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pin.py b/pin.py
index f0b666d..8ebc961 100755
--- a/pin.py
+++ b/pin.py
@@ -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