Merged all multiphase developments in OpenFOAM-1.7.x

This commit is contained in:
Henry
2010-09-29 22:22:48 +01:00
parent fbf4d9ec10
commit 89ee9b3e0f
406 changed files with 32059 additions and 34733 deletions

View File

@ -23,7 +23,7 @@ done
for i in bottomAir topAir heater leftSolid rightSolid
do
changeDictionary -region $i >& log.changeDictionary.$i
changeDictionary -region $i > log.changeDictionary.$i 2>&1
done
@ -33,7 +33,7 @@ runApplication chtMultiRegionSimpleFoam
## Decompose
#for i in bottomAir topAir heater leftSolid rightSolid
#do
# decomposePar -region $i >& log.decomposePar.$i
# decomposePar -region $i > log.decomposePar.$i 2>&1
#done
#
## Run
@ -42,7 +42,7 @@ runApplication chtMultiRegionSimpleFoam
## Reconstruct
#for i in bottomAir topAir heater leftSolid rightSolid
#do
# reconstructPar -region $i >& log.reconstructPar.$i
# reconstructPar -region $i > log.reconstructPar.$i 2>&1
#done