MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
post-processing application to calculate the mean and variance of bubble size distribution More...
#include "twoPhaseMixtureThermo.H"
#include "fvCFD.H"
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
Go to the source code of this file.
Data Structures | |
class | BSDProperties |
this class is meant to compute the mean and variance of bubble/cell size distribution. More... | |
Functions | |
int | main (int argc, char *argv[]) |
post-processing application to calculate the mean and variance of bubble size distribution
This is a post-processing application to analyze the results of population balance equation. It calculates the mean and variance of bubble size distribution at each time step and write the results as field variables in each time directory. They can be further processed using postProcess -func probe
to probe the values on the required points.
Definition in file postProcessBSD.C.