particleCellSurface

Syntax

Defined in couplingProperties dictionary.

postProcessingModels
(
    particleCellSurface
);
particleCellSurfaceProps
{
    verbose switch;
    alphaMin scalar;
};
  • verbose = switch for output to screen (default: false)

  • alphaMin = minimum limit for voidfraction (default: 0.1)

Examples

postProcessingModels
(
    particleCellSurface
);
particleCellSurfaceProps
{
}

Description

This model caluclates the cumulative particle surface of the particles as they are represented on the CFD mesh is calculated.

If verbose true, the model will also write the voidfractionCenter field used during computation.

Restrictions

None.