fdgsof / interAdsFoam

Multi-phase CFD solver for chemical transport and adsorption with a dynamic fluid interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interAdsFoam

Multi-phase CFD solver for chemical transport and adsorption with dynamic mass transfer zone induced by varying fluid interface. The solver is developed to simulate system where bulk fluid flow and porous media flow both present.

Description

This solver is developed to simulate turbulence mixing and chemical adsorption in urban water treatment systems. The solver integrates VOF with chemical adsorption.

  • Fluid interface capturing by VOF (inherited from interFoam)
  • Darcy and Forchheimer momentum sink for reactor
  • Turbulence modeling is suppressed in reactor (granular Reynold number too small, laminar flow)
  • Non-equilibrium (Langmuir-like) adsorption model
  • Hydrodynamic dispersion coefficient tensor can be defined by longitudinal and transverse dispersivity
  • First-order time splitting for transport and reaction (for now)
  • Stiff ODE solver for reaction
  • Examples for inverse modeling of adsorption and headloss are provided in the reference

Here is an example Alt Text

Prerequisites

OpenFOAM-v1912

Authors

Haochen Li, PhD
Department of Environmental Engineering Sciences
University of Florida

Reference

Li, H., & Sansalone, J. (under review). CFD modeling of granular media adsorption system with dynamic reaction zones subject to uncontrolled urban water fluxes.

Disclaimer

This offering is not approved or endorsed by OpenCFD Limited, producer and distributor of the OpenFOAM software and owner of the OPENFOAM® and OpenCFD® trade marks.

About

Multi-phase CFD solver for chemical transport and adsorption with a dynamic fluid interface

License:MIT License


Languages

Language:C 96.3%Language:C++ 3.7%