summaryrefslogtreecommitdiff
path: root/candu-37.py
diff options
context:
space:
mode:
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}")