File tree Expand file tree Collapse file tree
dfHighSpeedFoam/oneD_detonationH2
dfLowMachFoam/fgm/twoD_SandiaD_flareFGM
dfLowMachFoam/twoD_reactingTGV/H2/cvodeSolver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ cp -r 0_orig/ 0/
1010runApplication blockMesh
1111runApplication setFields
1212runApplication decomposePar
13- runApplication mpirun --oversubscribe -np 12 --allow-run-as-root $application -parallel
13+ runApplication mpirun --oversubscribe -np 8 --allow-run-as-root $application -parallel
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ FoamFile
1515}
1616// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1717
18- numberOfSubdomains 12 ;
18+ numberOfSubdomains 8 ;
1919
2020method scotch;
2121
Original file line number Diff line number Diff line change 11#! /bin/sh
22cd ${0%/* } || exit 1 # Run from this directory
33
4- if [ -e flare_CH4_SandiaD_4D.tbl ]
4+ if [ -e flare_CH4_SandiaD_4D.tbl]
55then
66 echo " flare_CH4_SandiaD_4D.tbl exists. Make sure correct table has been used!"
77else
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ application=dfLowMachFoam
88
99runApplication blockMesh
1010runApplication decomposePar
11- runApplication mpirun -np 12 --allow-run-as-root $application -parallel
11+ runApplication mpirun -np 4 --allow-run-as-root $application -parallel
1212reconstructPar
1313flameSpeed > log.fs
1414sed -n ' s/.*flameSpeed = \([0-9]*\(\.[0-9]*\)\?\).*/\1/p' log.fs > fs
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ FoamFile
1515}
1616// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1717
18- numberOfSubdomains 12 ;
18+ numberOfSubdomains 4 ;
1919
2020method scotch;
2121
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ application=dfLowMachFoam
88
99runApplication blockMesh
1010runApplication decomposePar
11- runApplication mpirun -np 12 $application -parallel
11+ runApplication mpirun -np 4 $application -parallel
1212
1313runApplication reconstructPar
1414runApplication postProcess -func sample
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ FoamFile
1515}
1616// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1717
18- numberOfSubdomains 12 ;
18+ numberOfSubdomains 4 ;
1919
2020method scotch;
2121
You can’t perform that action at this time.
0 commit comments