FLOWVPM implements the reformulated vortex particle method (rVPM) developed in E. J. Alvarez' doctoral dissertation Reformulated Vortex Particle Method and Meshless Large Eddy Simulation of Multirotor Aircraft, 2022 [PDF]. The rVPM is a CFD method solving the LES-filtered incompressible Navier-Stokes equations in their vorticity form. It uses a Lagrangian (meshless) scheme, which not only avoids the hurdles of mesh generation, but it also conserves vortical structures over long distances with minimal numerical dissipation while being orders of magnitude faster than conventional mesh-based CFD.
The rVPM uses particles to discretize the Navier-Stokes equations, with the particles representing radial basis functions that construct a continuous vorticity/velocity field. The basis functions become the LES filter, providing a variable filter width and spatial adaption as the particles are convected and stretched by the velocity field. The local evolution of the filter width provides an extra degree of freedom to re-inforce conservations laws, which makes the reformulated VPM numerically stable.
This meshless CFD has several advantages over conventional mesh-based CFD. In the absence of a mesh, the rVPM (1) does not suffer from the conventional CFL condition, (2) does not suffer from the numerical dissipation introduced by a mesh, and (3) derivatives are calculated analytically rather than approximated through a stencil. Furthermore, rVPM is highly efficient since it uses computational elements only where there is vorticity rather than meshing the entire space, making it 100x faster than conventional mesh-based LES.
FLOWVPM is implemented in Julia, which is a modern, high-level, dynamic programming language for high-performance computing. The FMM acceleration has been tested in Linux-based machines (including supercomputing HPC clusters). Limited support is provided for MacOs and Windows machines, and we would graciously accept pull requests automating the compilation of the FMM for these architectures (see FLOWExaFMM). Paraview is recommended for visualization of simulations.
- Fast-multipole acceleration through ExaFMM
- Threaded CPU parallelization through OpenMPI
- Meshless
- Second-order spatial accuracy and third-order RK time integration
- Numerically stable by reshaping particles subject to vortex stretching
- Subfilter-scale (SFS) model of turbulence associated to vortex stretching
- SFS model coefficient computed dynamically or prescribed
- Viscous diffusion through core spreading
FLOWVPM is a stand-alone simulation framework, but it has also been integrated and used in the following codes: FLOWUnsteady, SUAVE.
This is an open-source project. Improvements and further development by the community are accepted and encouraged.
- E. J. Alvarez, 2022, Reformulated Vortex Particle Method and Meshless Large Eddy Simulation of Multirotor Aircraft [PDF]
- E. J. Alvarez & A. Ning, 2022, Reviving the Vortex Particle Method: A Stable Formulation for Meshless Large Eddy Simulation [PDF]
Turbulent Jet: examples/roundjet/
, [VIDEO1] [VIDEO2]
Vortex Ring Leapfrog: examples/vortexrings/
Isolated Vortex Ring: examples/vortexrings/
Rotor in Hover: FLOWUnsteady, [VIDEO]
Ring with Toroidal Vorticity: [LINK] [VIDEO]
eVTOL Aircraft: FLOWUnsteady, [VIDEO]
- Author : Eduardo J Alvarez
- Created : 2019
- Email : Edo.AlvarezR@gmail.com
- Website : edoalvarez.com
- License : MIT