CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Combustion Model in OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 11, 2023, 13:21
Question Combustion Model in OpenFOAM
  #1
New Member
 
Join Date: Dec 2022
Posts: 5
Rep Power: 3
dinamikaC4 is on a distinguished road
Hi, all!

Currently, I am doing a combustion simulation using reactingFOAM and am a little bit confused about the combustion model provided in OpenFOAM.

What does the "laminar" combustion model mean? Does it refer to the "laminar flamelet model" or "laminar finite rate model"? I have searched from OpenFOAM's documentation and other online sources but still didn't get a satisfactory answer.

Thank you all and have a good day!
dinamikaC4 is offline   Reply With Quote

Old   April 13, 2023, 03:13
Default
  #2
Member
 
Join Date: Aug 2014
Location: Germany
Posts: 77
Rep Power: 11
harry123 is on a distinguished road
I think the laminar in momentumTransport just mean a laminar flow. The combustion models are given under combustionProperties. Both files are under the constant folder.
harry123 is offline   Reply With Quote

Old   April 13, 2023, 13:28
Default
  #3
New Member
 
Join Date: Dec 2022
Posts: 5
Rep Power: 3
dinamikaC4 is on a distinguished road
Hi Harry! Thanks for your reply.

What I mean by "laminar" is laminar for combustionModel under combustionProperties file, not the one under momentumTransport.

As far as I know, there are several combustionModel options that can be used to set combustionProperties, such as EDC, PaSR, and zoneCombustion, and one of those is laminar. However, I couldn't get enough information about this model and the detailed governing equation of this model.

Do you have any experience with this issue?

Thanks.
dinamikaC4 is offline   Reply With Quote

Old   April 13, 2023, 14:20
Default
  #4
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 741
Blog Entries: 1
Rep Power: 17
dlahaye is on a distinguished road
Information can be reversed engineering from the source code (at times not trivial).

Possibly you can start by looking in the member function defined in e.g. https://www.openfoam.com/documentati...8H_source.html (depending on the version of OpenFoam used)

Code:
   // Member Functions
  108 
  109        //- Correct combustion rate
  110        virtual void correct();
  111 
  112        //- Fuel consumption rate matrix.
  113        virtual tmp<fvScalarMatrix> R(volScalarField& Y) const;
  114 
  115        //- Heat release rate [kg/m/s3]
  116        virtual tmp<volScalarField> Qdot() const;
  117 
  118        //- Update properties from given dictionary
  119        virtual bool read();
  120
and the implementation in the corresponding C-file. Please give it a look and get in touch here with more specific questions.
dlahaye is offline   Reply With Quote

Old   April 19, 2023, 10:08
Default
  #5
Member
 
Franco Marra
Join Date: Mar 2009
Location: Napoli - Italy
Posts: 68
Rep Power: 17
francescomarra is on a distinguished road
Dear dinamikaC4,

I am not fully sure, but I think that using the keyword "laminar" in the combustionProperties file just means that no models for flame-turbulence interaction will be activated.
Thus, essentially, this would lead to a DNS simulation if you also use the laminar approach for the momentum equation and a sufficiently refined grid.

Hope I am correct.

Regards,

Francesco
francescomarra is offline   Reply With Quote

Old   April 23, 2023, 00:45
Default
  #6
New Member
 
zixin Chi
Join Date: Jan 2020
Posts: 5
Rep Power: 6
zd7s18533 is on a distinguished road
"laminar" means no chemistry/turbulence interaction model is used to modify the reaction source term in species equation and reaction heat release term in energy equation, even if turbulent model is active and the flow is turbulent

it could be suitable for laminar or DNS reactive flow where the grid is fine enough to resolve flame
zd7s18533 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What combustion model in openFOAM can be used for turbulent premixed flames? openfoamer93 OpenFOAM Running, Solving & CFD 5 December 13, 2019 17:16
OpenFOAM 4.0 Released CFDFoundation OpenFOAM Announcements from OpenFOAM Foundation 2 October 6, 2017 05:40
OpenFOAM v3.0+ ?? SBusch OpenFOAM 22 December 26, 2016 14:24
OpenFoam combustion model antek.czerwiec OpenFOAM Pre-Processing 0 November 22, 2016 12:07
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 14:32


All times are GMT -4. The time now is 14:00.