mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: editng Allrun
This commit is contained in:
@ -42,12 +42,23 @@ done
|
|||||||
#-- Run on single processor
|
#-- Run on single processor
|
||||||
runApplication `getApplication`
|
runApplication `getApplication`
|
||||||
|
|
||||||
|
## Run in parallel
|
||||||
## Decompose
|
## Decompose
|
||||||
#for i in bottomAir topAir heater leftSolid rightSolid
|
#for i in bottomAir topAir heater leftSolid rightSolid
|
||||||
#do
|
#do
|
||||||
# decomposePar -region $i > log.decomposePar.$i 2>&1
|
# decomposePar -region $i > log.decomposePar.$i 2>&1
|
||||||
#done
|
#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
|
## Run
|
||||||
#runParallel `getApplication` 4
|
#runParallel `getApplication` 4
|
||||||
#
|
#
|
||||||
@ -61,9 +72,6 @@ runApplication `getApplication`
|
|||||||
echo
|
echo
|
||||||
echo "creating files for paraview post-processing"
|
echo "creating files for paraview post-processing"
|
||||||
echo
|
echo
|
||||||
for i in bottomAir topAir heater leftSolid rightSolid
|
paraFoam -touchAll
|
||||||
do
|
|
||||||
paraFoam -touch -region $i
|
|
||||||
done
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|||||||
Reference in New Issue
Block a user