Skip to content
Snippets Groups Projects
Commit d9d8c9c0 authored by sergio's avatar sergio
Browse files

ENH: editng Allrun

parent 0ac85fbd
No related merge requests found
......@@ -42,12 +42,23 @@ done
#-- Run on single processor
runApplication `getApplication`
## Run in parallel
## Decompose
#for i in bottomAir topAir heater leftSolid rightSolid
#do
# decomposePar -region $i > log.decomposePar.$i 2>&1
#done
#
#for i in bottomAir topAir
#do
# mpirun -np 4 faceAgglomerate -region $i -dict viewFactorsDict -parallel> log.faceAgglomerate.$i 2>&1
#done
#for i in bottomAir topAir
#do
# mpirun -np 4 viewFactorsGen -region $i -parallel > log.viewFactorsGen.$i 2>&1
#done
## Run
#runParallel `getApplication` 4
#
......@@ -61,9 +72,6 @@ runApplication `getApplication`
echo
echo "creating files for paraview post-processing"
echo
for i in bottomAir topAir heater leftSolid rightSolid
do
paraFoam -touch -region $i
done
paraFoam -touchAll
# ----------------------------------------------------------------- end-of-file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment