summaryrefslogtreecommitdiff
path: root/driver-37.sh
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-03-02 17:27:33 -0500
committerConnor Moore <connor@hhmoore.ca>2026-03-02 17:27:33 -0500
commit6572573d6d0d82a66eb4743d97ca4700941648cc (patch)
tree34a944ece13151b05dd817c7ce83afec2e922157 /driver-37.sh
parentf49ef21d1dc109f77805df3c6715416bd6146b01 (diff)
Added cladding circumference, 52-element (and alt 51-element) Apollonian bunddles
Diffstat (limited to 'driver-37.sh')
-rwxr-xr-xdriver-37.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver-37.sh b/driver-37.sh
index 31a81f5..c365623 100755
--- a/driver-37.sh
+++ b/driver-37.sh
@@ -22,4 +22,5 @@ for r in $(seq 0.1 0.05 0.8); do
dtu=$(cat $filename | grep "DTU ratio" | cut -d "=" -f 2)
echo $keff +/- $pm, $flow_area cm² flow, $fuel_mass g/cm fuel, $clad_mass g/cm clad, $dtu DTU ratio | cowsay
+ echo $keff $pm $flow_area $fuel_mass $clad_mass $dtu >> 37-results/37_keff_table
done