Volume injection model. This injects particles instantaneously within the volume of a set of cells. Particles are positioned randomly. More...
Volume injection model. This injects particles instantaneously within the volume of a set of cells. Particles are positioned randomly.
| 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;
}