This case is a simple bubble column, which is run by reactingTwoPhaseEulerFoam. Upon completion, rStatAnalysis can be run to compute the recurrence statistics of the bubble column. This demo case must be run in parallel, as rStatAnalysis apparently does not run as a single, serial process.
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -f *.log
|
|
rm -f *.aux
|
|
rm -f *.txt
|
|
rm -f *.pdf
|
|
rm -f myDistMatrix.tex
|