Correcting thermoSingleLayer.C mask field alpha to avoid heat sources where there is no film. Tunning fvSolution for alpha for twoPhasePachuka tutorial
19 lines
497 B
Bash
Executable File
19 lines
497 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # Run from this directory
|
|
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
./Allrun.pre
|
|
|
|
runApplication -s primaryRegion decomposePar
|
|
runApplication -s wallFilmRegion decomposePar -region wallFilmRegion
|
|
|
|
|
|
runParallel $(getApplication)
|
|
|
|
runApplication -s wallFilmRegion reconstructPar -region wallFilmRegion
|
|
runApplication -s primaryRegion reconstructPar
|
|
|
|
#------------------------------------------------------------------------------
|