MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
BSDProperties Class Reference

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...
 

Detailed Description

this class is meant to compute the mean and variance of bubble/cell size distribution.

Definition at line 43 of file postProcessBSD.C.

Constructor & Destructor Documentation

◆ BSDProperties()

BSDProperties::BSDProperties ( volScalarField &  M0_,
volScalarField &  M1_,
volScalarField &  M2_,
volScalarField &  alpha1_,
const fvMesh &  mesh_ 
)

constructor based on three moments and phase volume fraction

Parameters
volScalarFieldM0_ moment of order zero
volScalarFieldM1_ moment of order one
volScalarFieldM2_ moment of order two
volScalarFieldalpha1_ phase volume fraction
constfvMesh mesh_ geometrical information

Definition at line 63 of file postProcessBSD.C.

Member Function Documentation

◆ meanBSD()

volScalarField BSDProperties::meanBSD ( )

member function to calculate the mean of bubble size distribution

Returns
mean value of bubble size distribution

Definition at line 81 of file postProcessBSD.C.

◆ varianceBSD()

volScalarField BSDProperties::varianceBSD ( )

member function to compute the variance of bubble size distribution

Returns
value of variance for bubble size distribution

Definition at line 123 of file postProcessBSD.C.


The documentation for this class was generated from the following file: