typeConcentration

Syntax

Defined in couplingProperties dictionary.

postProcessingModels
(
    typeConcentration
);

typeConcentrationProps
{
    useDivided switch;
    normConcentrationReference scalar1;
    typesA     scalarList;
    typesB     scalarList;
    verbose    switch;
};
  • useDivided = (optional) switch to use the divided scheme’s information if used to calculate the type volume in a cell

  • normConentrationReference = (optional) (0 < number0 < 1) if defined a normalized concentration relative to number0 is calculated

  • typesA = list of Aspherix type IDs forming together type A for this calculation

  • typesB = list of Aspherix type IDs forming together type B for this calculation

Examples

postProcessingModels
(
    typeConcentration
);
typeConcentrationProps
{
    useDivided true;
    typesA ( 1 );
    typesB ( 2 );
};

Description

Note

This forceModel does not influence the particles or the flow. It is a postProcessing tool.

This model calculates a local concentration of particle type A defined as the ratio between the volume of particles of type A V_\mathrm{A} and B V_\mathrm{B} within a cell: c = \frac{V_\mathrm{A}}{V_\mathrm{A} + V_\mathrm{B}} .

The concentration of type B is not computed separately but is then available as 1 - c .

Note

Volume calculation is performed under the assumption of spherical particles. For nonspherical shapes this may result in inaccurate results.

Restrictions

None.