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
and B
within a cell:
.
The concentration of type B is not computed separately but is then available as
.
Note
Volume calculation is performed under the assumption of spherical particles. For nonspherical shapes this may result in inaccurate results.
Restrictions
None.
Home