CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Turn off the combustion for buoyantReactingFoam;

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 22, 2022, 08:39
Default Turn off the combustion for buoyantReactingFoam;
  #1
New Member
 
Rongqi Peng
Join Date: Oct 2022
Posts: 2
Rep Power: 0
Rongqi P is on a distinguished road
Dear Foamers,

I wanted to simulate the case that CH4 leakage in the air on OpenFOAM 9, but I didn't want to involve combustion and chemical reactions, so I entered "active off" in "combustionProperties" to try to turn off combustion, but the calculation still resulted in the combustion reaction.
I would like to ask for your help.


/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 9
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "constant";
object combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

combustionModel infinitelyFastChemistry;

active off;

infinitelyFastChemistryCoeffs
{
semiImplicit no;
C 5.0;
}
Rongqi P is offline   Reply With Quote

Old   October 23, 2022, 14:06
Default
  #2
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 722
Blog Entries: 1
Rep Power: 17
dlahaye is on a distinguished road
The Sandia-D tutorial switches combustion off in initial stage of computations. Have a look at the Allrun script.
dlahaye is offline   Reply With Quote

Old   October 24, 2022, 06:00
Default
  #3
New Member
 
Rongqi Peng
Join Date: Oct 2022
Posts: 2
Rep Power: 0
Rongqi P is on a distinguished road
Thanks for your patience!
For the Sandia-D case, I have tried to turn the combustion off and it's work according to the post (How to switch off combustion and reaction in reactingFoam).
Sandia-D case is based on reactingFoam, but my case is based on buoyantReactingFoam. Their difference is that the buoyantReactingFoam case does not have the file "chemistryProperties" in the "constant" folder. So I don't know how to turn off the chemical reaction. Because if I just turn off the combustion and reaction in the "combustionProperties" and "reaction" respective, it will still report an error.

The error is as follows:

--> FOAM FATAL ERROR:

lookup of combustionProperties from objectRegistry region0 successful
but it is not a combustionModel, it is a none

From function const Type& Foam:bjectRegistry::lookupObject(const Foam::word&) const [with Type = Foam::combustionModels::singleStepCombustion]
in file /home/prq/OpenFOAM/OpenFOAM-9/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 178.

FOAM aborting
Rongqi P is offline   Reply With Quote

Old   October 24, 2022, 07:11
Default
  #4
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 722
Blog Entries: 1
Rep Power: 17
dlahaye is on a distinguished road
what if you create a constant/chemistryProperties file?
dlahaye is offline   Reply With Quote

Reply

Tags
openfoam 9;


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
Modelling Combustion in Porous Zone tanjinjack FLUENT 2 September 26, 2016 04:10
Partially Premixed Combustion - Direct Fired Boiler oknus FLUENT 0 April 10, 2012 10:52
hydrocarbon gases + Boron particle combustion nileshjrane OpenFOAM 1 December 13, 2010 06:20
Hydrogen Air combustion in a combustion chamber popi CFX 7 July 11, 2007 18:40
Need Similar Combustion Tutorial as my model Arnab Siemens 0 May 24, 2005 18:23


All times are GMT -4. The time now is 07:22.