diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-01 14:53:04 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-01 14:53:04 +0200 |
| commit | 22f7776083832b3f3c92f94f958bb8daa5f282fb (patch) | |
| tree | fac322d3606b5867c3275451ed811e231e909d89 /triso_study_driver.sh | |
| parent | e4cd463d4274a642e8cfe739b39e6ab5721a9066 (diff) | |
Added contact info in OpenMC script, fixed typo in driver script
Diffstat (limited to 'triso_study_driver.sh')
| -rwxr-xr-x | triso_study_driver.sh | 2 |
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... |
