summaryrefslogtreecommitdiff
path: root/triso_study_driver.sh
diff options
context:
space:
mode:
authorConnor Moore <connor.moore@psi.ch>2026-07-01 14:53:04 +0200
committerConnor Moore <connor.moore@psi.ch>2026-07-01 14:53:04 +0200
commit22f7776083832b3f3c92f94f958bb8daa5f282fb (patch)
treefac322d3606b5867c3275451ed811e231e909d89 /triso_study_driver.sh
parente4cd463d4274a642e8cfe739b39e6ab5721a9066 (diff)
Added contact info in OpenMC script, fixed typo in driver script
Diffstat (limited to 'triso_study_driver.sh')
-rwxr-xr-xtriso_study_driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/triso_study_driver.sh b/triso_study_driver.sh
index 2fd17a0..835d819 100755
--- a/triso_study_driver.sh
+++ b/triso_study_driver.sh
@@ -23,7 +23,7 @@ echo Found $keff +/- $pm for VWH!
# 0.025 step size -> 21 iterations
for rad in $(seq 0.65 0.025 1.15); do
echo Running RPT with $rad cm...
- ./hpmr.py -t rpt - $rad > results/rpt/$rad.out
+ ./hpmr.py -t rpt -r $rad > results/rpt/$rad.out
keff=$(cat results/rpt/$rad.out | grep "Combined k-effective" | cut -d "=" -f 2 | cut -d "+" -f 1)
pm=$(cat results/rpt/$rad.out | grep "Combined k-effective" | cut -d "=" -f 2 | cut -d "-" -f 2)
echo Found $keff +/- $pm for RPT with r=$rad cm...