diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-03-02 17:48:44 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-03-02 17:48:44 -0500 |
| commit | 171193a1ac4c22ad718dcb9e77e3cb79c5016fd6 (patch) | |
| tree | 6edc5976663701aa1c37789e5b719eac7b619875 /apollonian-52.py | |
| parent | 35f53633d67ee27c3289152c5bd934c2cc12db07 (diff) | |
Diffstat (limited to 'apollonian-52.py')
| -rw-r--r-- | apollonian-52.py | 4 |
1 files changed, 2 insertions, 2 deletions
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}") |
