Transport Velocity Formulation
Some main principles and consequences of the transport velocity.
Full theoretical description of the transport velocity is beyond the scope of this manual, so some main principles and consequences of the transport velocity will be discussed. For full theoretical derivation and analysis, refer to the work of Adami. 1
Accuracy of the SPH method heavily relies on the ability of the code to accurately reconstruct the Shepard coefficient and provide full support to the particles. In reality the value of the Shepard coefficient will be ≈ 1, but rarely exactly 1. If you analyze the SPH method, you can easily understand that the accuracy of the method is actually directly related to the particle distribution. If the particles are uniformly ordered, the reconstruction of the variable fields will be accurate. If there are excesses, such as overly-packed or overly-sparse particle distributions, this will negatively reflect on the accuracy of the solution. It would; therefore, be ideal if you can keep the particles ordered as uniformly as possible without sacrificing computational time.
Where, is the corrective pressure field, usually set to be equivalent to the initial pressure of the simulation .
These corrections actively maintain particle order which has a number of beneficial influences on the numerical behavior of the code.
The magnitude of the pressure directly influences the “strength of the correction.” The higher the value, the more vigorous will be the correction attempt. You should keep this in mind, as specifying the value too high, for example, = 10 , can lead to excessive correction force and in these cases the time step must be appropriately reduced.
In more graphical terms, the transport velocity formulation automatically detects particle vacuum and attempts to populate it with particles. As mentioned, this has profoundly beneficial influence in multiphase simulations, but in single phase simulation where you have intentionally left a large portion of the domain empty (particle vacuum), the use of the transport velocity could actually have detrimental effects. The reason is precisely because transport velocity is seeking for particle vacuum and tries to fill it, which would in single phase cases result in a pop-corn like behavior of the free surface. This is something to be avoided and therefore in single phase cases it is strongly recommended to turn the transport velocity off.
Artificial Particle Displacement (APD)
nanoFluidX has two schemes to address this. The transport velocity is used in combination with the Weighted interaction scheme, whereas with the Riemann interaction scheme, you rely on the Artificial Particle Displacement (APD) method.2
Where, is the numerical coefficient, typically of the value 0.01 to 0.05 for multiphase flows with bounded domain and recommended as 0 for single phase (free surface; open domain) flows. The is the average particle distance between a particle and its neighbors and is the maximum expected velocity in the domain (reference velocity). The index refers to the standard SPH vector subtraction between the owner particle and its neighbors.