Giter Club home page Giter Club logo

thickenedflame's Introduction

Thickened Flame Module

This module was developed by ATA Engineering as an add-on to the Loci/CHEM computational fluid dynamics (CFD) solver. The module implements the thickened flame model as a combustion model. The module artificially thickens the flame so that it can be resolved on a coarser grid. The flame thickening occurs by modifying the diffusion and reaction source terms in the species transport equations. Thickening the flame reduces its sensitivity to turbulent fluctuations. These combustion-turbulence interactions are modeled with an efficiency function that further modifies the diffusion and reaction source terms in the species transport equations.

Dependencies

This module depends on both Loci and CHEM being installed. Loci is an open source framework developed at Mississippi State University (MSU) by Dr. Ed Luke. The framework provides a rule-based programming model and can take advantage of massively parallel high performance computing systems. CHEM is a full featured open source CFD code with finite-rate chemistry built on the Loci framework. CHEM is export controlled under the International Traffic In Arms Regulations (ITAR). Both Loci and CHEM can be obtained from the SimSys Software Forum hosted by MSU.

Installation Instructions

First Loci and CHEM should be installed. The LOCI_BASE environment variable should be set to point to the Loci installation directory. The CHEM_BASE environment variable should be set to point to the CHEM installation directory. The installation process follows the standard make, make install procedure.

make
make install

Usage

First the module must be loaded at the top of the vars file. The user can then specify the relevant thicked flame parameters within the thickenedFlame options list. The chemistry jacobian should be set through the tf_chemistry_jacobian variable, and the chemistry_jacobian variable should be set to none.

loadModule: thickenedFlame

thickenedFlame:<Fmax=10, pvBurnedValue=2000 K, pvUnburnedValue=300 K, 
                laminarFlameSpeed=0.1 m/s, laminarFlameThickness=0.001 m>
smoothingSteps: 14
chemistry_jacobian: none
tf_chemistry_jacobian: analytic
                

thickenedflame's People

Contributors

mnucci32 avatar

Watchers

James Cloos avatar

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.