From 171193a1ac4c22ad718dcb9e77e3cb79c5016fd6 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Mon, 2 Mar 2026 17:48:44 -0500 Subject: Verbosified driver scripts and doubled total batches --- apollonian-52.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apollonian-52.py') diff --git a/apollonian-52.py b/apollonian-52.py index 2b7fcd8..261a8de 100644 --- a/apollonian-52.py +++ b/apollonian-52.py @@ -157,7 +157,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 @@ -187,7 +187,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}") -- cgit v1.2.3