forked from Zonni/FEMFFUSION
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_examples.sh
More file actions
executable file
·45 lines (43 loc) · 1.34 KB
/
run_examples.sh
File metadata and controls
executable file
·45 lines (43 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash
set -e # Stop at first error
echo 'REACTOR 1D_hom_slab of 2cm'
echo ' 1D_hom_zerocurrent'
./femffusion.exe -f examples/1D/1D_hom_vacuum.prm
echo ' 1D_hom_zerocurrent'
./femffusion.exe -f examples/1D/1D_hom_zerocurrent.prm
echo ' 1D_hom_zeroflux'
./femffusion.exe -f examples/1D/1D_hom_zeroflux.prm
echo ''
echo ''
echo 'REACTOR 2D_biblis'
./femffusion.exe -f examples/2D_BIBLIS/biblis_SP1.prm
./femffusion.exe -f examples/2D_BIBLIS/biblis_SP3.prm
./femffusion.exe -f examples/2D_BIBLIS/biblis_SP5.prm
echo ''
echo ''
echo 'REACTOR 2D_C5G7'
./femffusion.exe -f examples/2D_C5G7/c5g7_ref1_FE2.prm -solver_type bifpam
./femffusion.exe -f examples/2D_C5G7/c5g7_SP3_ref1_FE2.prm
echo ''
echo ''
echo 'REACTOR 2D_VVER440'
./femffusion.exe -f examples/2D_VVER440/2D_VVER440_FE3.prm
./femffusion.exe -f examples/2D_VVER440/2D_VVER440_SP3_FE3.prm
echo ''
echo ''
echo 'REACTOR 3D_IAEA'
./femffusion.exe -f examples/3D_IAEA/IAEA_FE3.prm
./femffusion.exe -f examples/3D_IAEA/IAEA_SP3_FE3.prm
echo ''
echo ''
echo 'REACTOR 3D_LANGENBUCH'
./femffusion.exe -f examples/3D_Langenbuch/3D_Langenbuch_ds_fe2.prm
echo ''
echo ''
echo 'REACTOR 3D_VVER440'
./femffusion.exe -f examples/3D_VVER440/3D_VVER440_FE3.prm
echo ''
echo ''
echo 'REACTOR 2D_UOX_FA'
./femffusion.exe -f examples/2D_UOX_FA/2D_UOX_fe2_sp1.prm
./femffusion.exe -f examples/2D_UOX_FA/2D_UOX_fe2_sp3.prm