This tutorial demonstrates the use of the population balance modeling capability of multiphaseEulerFoam for the case of a vertical pipe. It superseeds all bubbleColumnPolydisperse cases, which have been removed. Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
14 lines
279 B
Bash
Executable File
14 lines
279 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Run from this directory
|
|
cd "${0%/*}" || exit 1
|
|
|
|
# Source clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase && rm -f *.eps
|
|
|
|
(cd 0 && rm -rf uniform d.* *Force.water)
|
|
|
|
#------------------------------------------------------------------------------
|