volumeInjection Class Reference

Volume injection model. This injects particles instantaneously within the volume of a set of cells. Particles are positioned randomly. More...

Detailed Description

Volume injection model. This injects particles instantaneously within the volume of a set of cells. Particles are positioned randomly.

Usage
Property Description Required? Default
cellZone The name of the cell zone yes
number The number to inject if numberDensity is </td>
not specified
numberDensity The number to inject per unit </td>
volume if number is not </td>
specified
time The time at which to inject no 0

Example specification:

    <LagrangianModelName>
    {
        type        volumeInjection;
        cellZone    bed;
        numberDensity 2 [mm^-3];
        time        0.01;
    }
See also
Foam::generatedCellZone
Source files

The documentation for this class was generated from the following file: