Manual injection model. This injects particles instantaneously at a list of positions specified in a separate file. More...
Manual injection model. This injects particles instantaneously at a list of positions specified in a separate file.
| Property | Description | Required? | Default |
|---|---|---|---|
file | Name of the file containing the positions | yes | |
units | Units of the positions in the file | no | [m] |
time | The time at which to inject | no | 0 |
Example specification:
<LagrangianModelName>
{
type manualInjection;
file "manualInjectionPositions";
units [mm];
}