MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
this class is meant to compute the mean and variance of bubble/cell size distribution. More...
Public Member Functions | |
BSDProperties (volScalarField &M0_, volScalarField &M1_, volScalarField &M2_, volScalarField &alpha1_, const fvMesh &mesh_) | |
volScalarField | meanBSD () |
member function to calculate the mean of bubble size distribution More... | |
volScalarField | varianceBSD () |
member function to compute the variance of bubble size distribution More... | |
this class is meant to compute the mean and variance of bubble/cell size distribution.
Definition at line 43 of file postProcessBSD.C.
BSDProperties::BSDProperties | ( | volScalarField & | M0_, |
volScalarField & | M1_, | ||
volScalarField & | M2_, | ||
volScalarField & | alpha1_, | ||
const fvMesh & | mesh_ | ||
) |
constructor based on three moments and phase volume fraction
volScalarField | M0_ moment of order zero |
volScalarField | M1_ moment of order one |
volScalarField | M2_ moment of order two |
volScalarField | alpha1_ phase volume fraction |
const | fvMesh mesh_ geometrical information |
Definition at line 63 of file postProcessBSD.C.
volScalarField BSDProperties::meanBSD | ( | ) |
member function to calculate the mean of bubble size distribution
Definition at line 81 of file postProcessBSD.C.
volScalarField BSDProperties::varianceBSD | ( | ) |
member function to compute the variance of bubble size distribution
Definition at line 123 of file postProcessBSD.C.