acuoci / CVI

Chemical Vapor Infiltration

Home Page:https://www.opensmokepp.polimi.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSMOKE++ CVI

Chemical Vapour Infiltration with OpenSMOKE++

This is the initial release of OpenSMOKE_CVI solver for numerical modelling of Chemical Vapour Infiltration in 1D and 2D geometries. The code solves the governing equations of transport of species and porosity through the finite difference method. The equations (corresponding to a structured DAE system) are solved using a fully-coupled method.

Two types of simulations can be currently carried out:

  • diffusion and reaction in a cylindrical capillary
  • diffusion and reaction in a rectangular domain (planar and cylindrical symmetry) surrounded by a gaseous phase (1 or 3 sides)

Main features

  • arbitrarily complex kinetic mechanisms in the gaseous phase (based on the standard CHEMKIN format)
  • hard-coded heterogeneous mechanisms are implemented (only global reactions)
  • coupling with several DAE solvers (OpenSMOKE++, BzzMath, DASPK, IDA from Sundials)
  • band, tridiagonal-block and sparse linear algebra (Intel MKL Pardiso, UMFPACK from SuiteSparse library, SuperLU serial)

Dependencies (compulsory)

Dependencies (optional)

Future developments and extensions

Future developments will include:

  • addition of arbitrarily complex heterogeneous kinetic mechanisms in CHEMKIN format
  • addition of axial dispersion to the plug flow reactor (i.e. transformation into a tubular reactor)
  • improvements of DAE solvers though the adoption of shared (openmp) libraries for solving linear systems

About

Chemical Vapor Infiltration

https://www.opensmokepp.polimi.it/

License:GNU General Public License v3.0


Languages

Language:C++ 92.6%Language:M4 3.5%Language:MATLAB 2.9%Language:C 0.9%Language:Makefile 0.1%