mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
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.
21 lines
835 B
Markdown
21 lines
835 B
Markdown
# oscillatingBubbleColumn
|
|
|
|
## Case description
|
|
|
|
This case demonstrates the use of the utility `rStatAnalysis` to create the recurrence
|
|
statistics and create a plot of the recurrence matrix. The underlying simulation case
|
|
is a plain, quasi 2D bubble column, which is computed by `reactingTwoPhaseEulerFoam`.
|
|
|
|
After the two-fluid solver has finished, `rStatAnalysis` is run to create the
|
|
recurrence statistics. A slight modification to the class `standardRecModel`, now
|
|
allows to specify an alternative path to the recurrence data base, which defaults
|
|
to a sub-directory of the case-directory named *dataBase*. In this case, however,
|
|
we specify the case-directory to act as the data base, as be use `rStatAnalysis`
|
|
purely as a post-processing tool for the current case.
|
|
|
|
## Tested
|
|
|
|
This case has been tested with:
|
|
|
|
* OpenFOAM-4.1
|