|
[Sponsors] |
OF10| reactingFoam with multi-component transport |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 17, 2022, 20:24 |
OF10| reactingFoam with multi-component transport
|
#1 |
New Member
Manahara Manatunga
Join Date: Mar 2014
Posts: 15
Rep Power: 12 |
Hi all,
I am trying to model a hydrogen diffusion flame using reactingFoam. The reference experimental flame is the DLR-H5 flame (Re_j=6600). There is noticeable preferential diffusion happening close to the jet-nozzle and I am hoping to capture this via an LES/EDC (finite-rate chem w/ TCI) simulation using OF10 solver reactingFoam. I am fairly new to OpenFOAM and C++. I have gathered that newer versions of reactingFoam (>=OF8) has the capability to include preferential diffusion effects and thermal diffusion. I referred to the user guide section 7.1 for information on setting up my case. According to the OF10 userguide and the Sandia_D_LTS example, I have set-up my constant/physicalProperties as: Code:
thermoType { type hePsiThermo; mixture multiComponentMixture; transport sutherland; thermo janaf; energy sensibleEnthalpy; equationOfState perfectGas; specie specie; } Code:
coefficientWilkeMultiComponentMixture Code:
MaxwellStefan I am interested in modelling the momentum transport with LES while combustion is modelled via TCI model EDC with detailed multi-component transport. (Wilke for mixture viscosity calculations and including Maxwell-Stefan diffusivities in the species transport equations). Neither of these class references are listed in the userguide under section 7.1. My questions is if what I am trying to achieve is possible through OF10 and if so, where can I find some more information of the inputs for the coefficientWilkeMultiComponentMixture and MaxwellStefan. Thank you in advance, Mana |
|
September 19, 2022, 04:45 |
|
#2 |
Senior Member
|
Yes, this should be possible in principle. Typically convergence is hard to achieve.
Below is a recent recent (among many other others). With more precise indications of what you need, I can see how to provide further input. @article{chen-19, title = {Large Eddy Simulation of a dual swirl gas turbine combustor: Flame/flow structures and stabilisation under thermoacoustically stable and unstable conditions}, journal = {Combustion and Flame}, volume = {203}, pages = {279-300}, year = {2019}, issn = {0010-2180}, doi = {https://doi.org/10.1016/j.combustflame.2019.02.013}, url = {https://www.sciencedirect.com/science/article/pii/S001021801930077X}, author = {Zhi X. Chen and Ivan Langella and Nedunchezhian Swaminathan and Michael Stöhr and Wolfgang Meier and Hemanth Kolla}, keywords = {Large Eddy Simulation, Partially premixed combustion, Gas turbine model combustor, Dual swirl, Self-excited thermoacoustic instability} } |
|
Tags |
combustion, diffusion flames, multicomponent diffusion, openfoam 10, reactingfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transport models in reactingFoam | kuria | OpenFOAM Running, Solving & CFD | 1 | January 22, 2021 05:50 |
OpenFOAM extended 4.0 Error with Multinode Set-up | Liweix | OpenFOAM Running, Solving & CFD | 1 | February 18, 2020 01:50 |
use logPolynomial transport in OF4.1 reactingFoam | SH_Zhong | OpenFOAM Programming & Development | 1 | August 4, 2017 09:32 |
Multi component analysis | wanfuhh | Main CFD Forum | 0 | October 9, 2013 13:52 |
Add total mass using sources to multi component fluids | mullenc525 | CFX | 1 | February 5, 2011 05:56 |