- OpenFOAM (recommended: v5.x or compatible)
- CFDEMproject
- C++ compiler (GCC recommended)
- Linux environment
- Clone this repository and the CFDEMproject sources.
- Set up OpenFOAM and CFDEMproject environment variables.
- Navigate to the solver directory:
cd cfdemSolverIB_VOF wmake
- The executable will be created in your user application directory.
- Prepare your case directory with mesh, initial fields, and configuration files.
- Running the solver:
cfdemSolverIB_VOF
- Post-process results using OpenFOAM utilities or ParaView.
- The main algorithm is described in Paper.pdf.
- Example figures and validation results are provided below:
FIG. 1. (a) Schematic 3-phase system. (b) Wetting phase demonstration.
FIG. 2. Computational domain with solid particles and resolved CFD mesh. Snapshots show volume and void fractions at different simulation times and conditions.
FIG. 3. Injection pressure evolution for resolved method cases: (a) experiments, (b) simulations without deformation, (c) simulations with deformation.
- Davydzenka, T., et al. "Coupled fine-scale modeling of the wettability effects: Deformation and fracturing." Physics of Fluids 32, 083308 (2020). Link
- CFDEMproject Documentation
This project is licensed under the GNU General Public License v3.0. See LICENSE for details.