...
By default, particles are created inside the volume of the attached object and then released. With this parameter it is possible to switch on a continuous particle stream, similar to RealFlow’s standard emitters. To make the emitter create particles with “Stream” turned on, “Initial speed” can even be 0.0. In such a case, the particles’ velocity is a result of the scene’s daemon forces.
Initial
...
--->>
@ speed
...
velocity
With “None”, the fluid's initial velocity is 0. With "Constant" the "@ speed" parameter is unlocked so you can type the initial speed of the fluid. The direction will be represented by the emitter's arrow in the viewport. With “Inherit” it uses the velocity of the attached emitter object – this is
interesting for animated emitter objects. With both "Constant" and "Inherit" the parameters to randomize the initial velocity will become accessible.
@ speed
Here you can adjust the particles' velocity at emission time in metres per second [m/s]. The direction of the initial velocity can be controlled by simply rotating the emitter node in the viewport. An arrow in the centre of the emitter’s symbol indicates the direction.
@ angle variation
--->>
@ speed variation
--->>. This parameter is only accessible when “Initial velocity” is set to “Constant”.
@ angle variation
This parameter is used to create more randomness and is measured in degrees [deg]. This parameter is only available with “Initial velocity” set to “Constant” or “Inherit”.
If you are interested in the technical background please continue reading: When the particles leave the emitter they have an initial velocity vector. When you define an angle variation, an angle is created around this vector, so it forms a so-called solid angle which looks like a cone. The final, randomized velocity vector will be inside this conical volume.
@ speed variation
The particles' initial speed can also be modified to avoid a uniform look and add more randomness. The variation is given in metres per second [m/s] and will be combined with the value from “@ speed” or the attached object's inherited velocity. This parameter is only available with “Initial velocity” set to “Constant” or “Inherit”.
Surface particle sampling
...