CFDEMproject WWW Site - CFDEM Commands

voidfractionModel_GaussVoidFraction command

Syntax:

Defined in couplingProperties dictionary.

voidfractionModel Gauss;
GaussProps
{
    maxCellsPerParticle number1;
    alphaMin number2;
    scaleUpVol number3;
    weight number4;
} 

Examples:

voidfractionModel Gauss;
GaussProps
{
    maxCellsPerParticle 1000;
    alphaMin 0.10;
    scaleUpVol 5.0;
    weight 1.;
} 

Description:

The Gauss voidFraction model is supposed to be used when a particle (or it's representation) is bigger than a CFD cell. The voidfraction field is set in those cell whose centres are inside the particle. The volume is here distributed according to a Gaussian dirstibution.

The region of influence of a particle can be increased artificially by "scaleUpVol", which blows up the particles, but keeps their volume (for voidfraction calculation) constant.

The particle volume occupied in the CFD domain can be adjusted by the parameter "weight", using Vparticle=dsphere^3*pi/6*weight.

Restrictions: none.

Related commands:

voidfractionModel , bigParticle