Skip to content

cfdemSolverIB_VOF is a resolved IB/Fictitious Domain–VOF CFD–DEM solver developed as an extension to OpenFOAM/CFDEM libraries for multiphase flow with deformable granular solids, validated against injection‑pressure experiments

Notifications You must be signed in to change notification settings

tdavydze/VOF-DEM-FDM-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • OpenFOAM (recommended: v5.x or compatible)
  • CFDEMproject
  • C++ compiler (GCC recommended)
  • Linux environment

Build Instructions

  1. Clone this repository and the CFDEMproject sources.
  2. Set up OpenFOAM and CFDEMproject environment variables.
  3. Navigate to the solver directory:
    cd cfdemSolverIB_VOF
    wmake
  4. The executable will be created in your user application directory.

Running Simulations

  1. Prepare your case directory with mesh, initial fields, and configuration files.
  2. Running the solver:
    cfdemSolverIB_VOF
  3. Post-process results using OpenFOAM utilities or ParaView.

Documentation & Figures

  • The main algorithm is described in Paper.pdf.
  • Example figures and validation results are provided below:

Fluid-Solid Visualization
FIG. 1. (a) Schematic 3-phase system. (b) Wetting phase demonstration.

Domain Setup
FIG. 2. Computational domain with solid particles and resolved CFD mesh. Snapshots show volume and void fractions at different simulation times and conditions.

Validation
FIG. 3. Injection pressure evolution for resolved method cases: (a) experiments, (b) simulations without deformation, (c) simulations with deformation.


Reference

  • Davydzenka, T., et al. "Coupled fine-scale modeling of the wettability effects: Deformation and fracturing." Physics of Fluids 32, 083308 (2020). Link
  • CFDEMproject Documentation

License

This project is licensed under the GNU General Public License v3.0. See LICENSE for details.

About

cfdemSolverIB_VOF is a resolved IB/Fictitious Domain–VOF CFD–DEM solver developed as an extension to OpenFOAM/CFDEM libraries for multiphase flow with deformable granular solids, validated against injection‑pressure experiments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published