1) Adding interfaceHeight FO 2) Adding interfaceHeatResistance mass transfer model to interCondensatingEvaporatingFoam with spread source approach 3) Reworking framework for icoReactingMultiphaseInterFoam
20 lines
498 B
Bash
Executable File
20 lines
498 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # Run from this directory
|
|
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
runApplication blockMesh
|
|
restore0Dir
|
|
cp -r 0 1.36
|
|
cp system/setAlphaFieldDict.liquid system/setAlphaFieldDict
|
|
runApplication setAlphaField
|
|
rm log.setAlphaField
|
|
|
|
cp system/setAlphaFieldDict.gas system/setAlphaFieldDict
|
|
runApplication setAlphaField
|
|
|
|
#runApplication $(getApplication)
|
|
|
|
#------------------------------------------------------------------------------
|