diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-03-02 17:33:04 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-03-02 17:33:04 -0500 |
| commit | 20b3cb2adccae09126867f679b181e50d2b67d94 (patch) | |
| tree | adc70e0ea8da437ec6c3e3df6f3c361986a956ee /driver-37.sh | |
| parent | 6572573d6d0d82a66eb4743d97ca4700941648cc (diff) | |
Updated driver scripts for each type of bundle
Diffstat (limited to 'driver-37.sh')
| -rwxr-xr-x | driver-37.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-37.sh b/driver-37.sh index c365623..cf1cefb 100755 --- a/driver-37.sh +++ b/driver-37.sh @@ -22,5 +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 + echo $keff $pm $flow_area $fuel_mass $clad_mass $dtu >> 37-results/keff_table done |
