averagingModel: dense

Syntax

Defined in couplingProperties dictionary.

averagingModel dense;

Examples

averagingModel dense;

Description

The averaging model performs the Lagrangian->Eulerian mapping of data, especially it computes the average particle velocity on the Eulerian grid, usually referred to as U_s.

The dense model is supposed to be applied to cases where the granular regime is rather dense and several particles per CFD cell may be encountered. The particle velocity inside a CFD cell is then evaluated as average velocity of all particles in a that cell.

_images/averaging_dilute_dense.png

Figure 1: Comparison of results for dilute (mid) and dense (right) averaging models in an example situation with four particles (left). The dense model uses the average velocity of all particles in a cell as value for U_s in that CFD cell.

Restrictions

None.