Overview

nanoFluidX is a software to simulate single and multi-phase flows based on the Lagrangian Particle Method Smoothed Particle Hydrodynamics (SPH).

The purpose of this code is to simulate complex flows that are difficult or infeasible to handle using classical CFD approaches such as Finite Volume Methods. The main advantages of SPH are the conservation of mass and momentum (linear and angular) in the absence of physical dissipation. In some cases, this is due to viscous shear effects and the exact advection of the particles.

As a consequence, SPH is powerful for simulating free-surface flows as well as multi-phase flows with complex physical phenomena such as surface-tension or interfacial transport processes. Use of a pure particle representation allows for modeling solid dynamics and fluid-structure-interaction as well.

A limitation of the method is a strongly increased computational complexity compared to FV-schemes. A comparable virtual stencil of a SPH particle consists of up to O(100) particles in three dimensions. On the other hand, SPH is said to be "embarrassingly parallel". Computer scientists use this terminology for an algorithm in which one and the same (relatively) simple task has to be performed multiple times, which is exactly how an SPH algorithm looks like.

For each individual particle the interaction forces are calculated from the neighboring particles in certain vicinity only and the position of the particles can be updated explicitly and independently of each other. As a consequence, SPH is well suited for GPGPU's (General Purpose Computation on Graphics Processing Unit) as their compute power can be extracted best with strongly parallelized algorithms.

nanoFluidX follows the weakly-compressible SPH approach (WCSPH). For truly incompressible SPH, the particles cannot be updated independently.

In case of issues regarding the installation or usage of nanoFluidX consult the Tech Support at Altair Engineering via email to hwsupport@altair.de or by phone.