imfd-stroemungsmechanik / atomizationFoam

3D-Coupling of Volume-of-Fluid and Lagrangian Particle Tracking for Spray Atomization Simulation in OpenFOAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atomizationFoam

Features

  • Volume-of-Fluid (VoF) solver for incompressible flows coupled with Lagrangian library
  • Conversion of small VoF elements to Lagrangian parcels to reduce computational cost
  • Support for
    • Particle-particle interaction (collision, coalescence) and secondary breakup
    • Adaptive mesh refinement
    • Fully parallelized
  • Based on interIsoFoam in OpenFOAM v2212.

Compilation

  1. Clone the atomizationFoam gitHub repository:
git clone https://github.com/imfd-stroemungsmechanik/atomizationFoam.git
  1. Use the Allwmake script to compile the atomizationFoam solver and its corresponding library:
./Allwmake

Reference

The source code has been published in the following open-access research article:

Heinrich, M. and Schwarze, R. (2020).
3D-coupling of Volume-of-Fluid and Lagrangian particle tracking for spray atomization simulation in OpenFOAM
SoftwareX, 11 (2020)
DOI 10.1016/j.softx.2020.100483

About

3D-Coupling of Volume-of-Fluid and Lagrangian Particle Tracking for Spray Atomization Simulation in OpenFOAM

License:GNU General Public License v3.0


Languages

Language:C 56.7%Language:C++ 42.3%Language:Shell 1.0%