Giter VIP home page Giter VIP logo

davidcico / multi-species-mass-transport-library-for-openfoam-2.3.x Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 11.0 134 KB

An open-source library for the computational modeling of mass-transport phenomena for OpenFOAM-2.3.X

C++ 99.77% Shell 0.23%
library openfoam openfoam-library openfoam23x cplusplus reacting-flow reactingfoam preferential-diffusivity multicomponent-species transport-modelling cfd computational-fluid-dynamics

multi-species-mass-transport-library-for-openfoam-2.3.x's Introduction

Multi-species-mass-transport-library-for-OpenFOAM-2.3.X

In this repository, the multi-species mass transport library of Novaresio et al. (see below) is implemented for OpenFOAM-2.3.X. The original version of the library was developed for OpenFOAM-1.6 and later on updated for version 2.1.0.

Novaresio V., García-Camprubí M., Izquierdo S., Asinari P., Fueyo N., An Open-Source Library for the Numerical Modeling of Mass-Transfer in Solid-Oxide Fuel Cells. Computer Physics Communications, Elsevier B.V., pp. 22, 2011, Vol. 183, pag. 125-146, ISSN: 0010-4655, DOI: 10.1016/j.cpc.2011.08.003.

Files description

  • "diffusivityModels"

    • binaryDiffusivityModel -> base class for all binary diffusivity models

    • constant -> binary diffusivity model with constant diffusion coefficients

    • Fuller -> binary diffusivity model based on Fuller-Schettler-Giddings correlation

    • ChapmanEnskog -> binary diffusivity model based of Chapman-Enskog correlation

    • Wilke -> binary diffusivity model based on Wilke-Lee correlation

    • Knudsen -> Knudsen diffusivity model

    • diffusivityModel -> class that collects the binary diffusion coefficients for a set of species

    • KnudsenDiffusivityModel -> class that collects the Knudsen diffusion coefficients for a set of species


  • "multiSpeciesTransportModels"

    • multiSpeciesTransportModel -> base class for all multiSpecies transport models

    • Fick -> diffusive mass fluxes are calculated using the common Fick law for multicomponent mixture (D_alpha is function of molar/mass fractions)

    • FickDilutedMixture -> similar to Fick model, but D_alpha IS NOT function of molar/mass fractions

    • SchmidtNumber -> diffusive mass fluxes are calculated using the Schmidt number

    • Lewis -> diffusive mass fluxes are calculated using the Lewis number

    • Bosanquet -> similar to Fick model, but D_alpha is corrected with Knudsen effects

    • MaxwellStefan -> diffusive mass fluxes are calculated using the Maxwell-Stefan correlation (j_alpha depend by gradient of all species)


  • "modifiedReactingFoam" in which turbulence is initially generated in the whole domain (usually a box) using Fourier series.

  • "multiSpeciesTransportModels.pdf" in which the different models are explained.

Prerequisites

This library is developed for OpenFOAM 2.3.X, and requires the latter version of the Open Source CFD Toolbox. For more information on how to install this version, the reader is referred to this web page.

Instructions on program

To compile the two libraries and the solver, you can just run the installation script ("install_script") after ensuring the permissions to execute the file:

chmod u+x install_script
./install_script

This will create the libraries diffusivityModels and multiSpeciesTransportModels in your $FOAM_USER_LIBBIN folder, and create the application modifiedReactingFoam in your $FOAM_USER_BIN folder.

multi-species-mass-transport-library-for-openfoam-2.3.x's People

Contributors

davidcico avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

multi-species-mass-transport-library-for-openfoam-2.3.x's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.