summaryrefslogtreecommitdiff
path: root/candu-37.py
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-03-02 17:48:44 -0500
committerConnor Moore <connor@hhmoore.ca>2026-03-02 17:48:44 -0500
commit171193a1ac4c22ad718dcb9e77e3cb79c5016fd6 (patch)
tree6edc5976663701aa1c37789e5b719eac7b619875 /candu-37.py
parent35f53633d67ee27c3289152c5bd934c2cc12db07 (diff)
Verbosified driver scripts and doubled total batchesHEADmaster
Diffstat (limited to 'candu-37.py')
-rw-r--r--candu-37.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/candu-37.py b/candu-37.py
index b58dd68..518aeb8 100644
--- a/candu-37.py
+++ b/candu-37.py
@@ -168,7 +168,7 @@ geometry.export_to_xml()
### Settings definition ###
settings = openmc.Settings()
settings.particles = 10000
-settings.batches = 200
+settings.batches = 400
settings.inactive = 80
#> Set up the source to sample inside the pressure tube region uniformly
@@ -198,7 +198,7 @@ DTU_ratio = (V_mod * N_mod) / (V_fuel * N_fuel)
#> Print these for the final table
print(f"Flow area, cm² = {V_mod}")
-print(f"Cladding ciricumference, cm = {C_clad}")
+print(f"Cladding circumference, cm = {C_clad}")
print(f"Fuel mass per length, g/cm = {V_fuel*mat_fuel.density}")
print(f"Cladding mass per length, g/cm = {V_clad*mat_zircaloy_4.density}")
print(f"DTU ratio = {DTU_ratio}")