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

How to switch off combustion and reaction in reactingFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By adrieno
  • 1 Post By kcjarvis56

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 14, 2015, 02:20
Default How to switch off combustion and reaction in reactingFoam
  #1
New Member
 
Yu-sen Niu
Join Date: Nov 2014
Posts: 16
Rep Power: 11
shenzhou1987 is on a distinguished road
Hi, everyone. I'm using OpenFOAM 2.3.0 to simulate the jet flow of a nozzle which contains two species, gas and air. I just want to study the process of jet gas mixing into the air without combustion and reaction. After reading the User Guide, I think reactingFoam could be a suitalbe solver for my case. And I have read some threads in the forum which mentioned this problem, some one said combustion and reaction model can be switched off in reactingFoam. But there is no details about how to switch off combustion and reaction in reactingFoam. I open the tutorial case "counterFlowFlame2D", in folder "constant" I copy file chemistryProperties, combustionProperties and thermophysicalProperties to my case folder and modify them. Then I execute "reactingFoam" command. Some errors are reported as blow and the relation files are attached. Can anybody tell me what's wrong with my case files? Thank you!

Error:
Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 2.3.0
Exec   : reactingFoam
Date   : Jan 13 2015
Time   : 23:20:54
Host   : "localhost.localdomain"
PID    : 32121
Case   : /home/shenzhou1987/OpenFOAM/Jet/2D-axis
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


Reading g
Creating reaction model

Selecting combustion model noCombustion<psiThermoCombustion>
Selecting thermodynamics package 
{
    type            hePsiThermo;
    mixture         multiComponentMixture;
    transport       sutherland;
    thermo          janaf;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleEnthalpy;
}



--> FOAM FATAL IO ERROR: 
Attempt to return dictionary entry as a primitive

file: /home/shenzhou1987/OpenFOAM/Jet/2D-axis/constant/thermophysicalProperties.species

    From function ITstream& primitiveEntry::stream() const
    in file db/dictionary/dictionaryEntry/dictionaryEntry.C at line 83.

FOAM aborting

#0  Foam::error::printStack(Foam::Ostream&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#1  Foam::IOerror::abort() in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#2  Foam::dictionaryEntry::stream() const in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#3  Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::multiComponentMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#4  Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > >::SpecieMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#5  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::heThermo(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#6  Foam::hePsiThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::hePsiThermo(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#7  Foam::psiReactionThermo::addfvMeshConstructorToTable<Foam::hePsiThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > > >::New(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#8  Foam::autoPtr<Foam::psiReactionThermo> Foam::basicThermo::New<Foam::psiReactionThermo>(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#9  Foam::psiReactionThermo::New(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#10  Foam::combustionModels::psiThermoCombustion::psiThermoCombustion(Foam::word const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcombustionModels.so"
#11  Foam::combustionModels::psiCombustionModel::adddictionaryConstructorToTable<Foam::combustionModels::noCombustion<Foam::combustionModels::psiThermoCombustion> >::New(Foam::word const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcombustionModels.so"
#12  Foam::combustionModels::psiCombustionModel::New(Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcombustionModels.so"
#13  
 in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/bin/reactingFoam"
#14  __libc_start_main in "/lib64/libc.so.6"
#15  
 in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/bin/reactingFoam"
Aborted (core dumped)
thermophysicalProperties:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
    type            hePsiThermo;
    mixture         multiComponentMixture;
    transport       sutherland;
    thermo          janaf;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleEnthalpy;
}

species
{
    GAS;
    AIR;
}

inertSpecies    AIR;

GAS
{
    specie
    {
        nMoles       1;
        molWeight    27.7133;
    }
    thermodynamics
    {
        Tlow         200;
        Thigh        5000;
        Tcommon      300;
        highCpCoeffs (6 0 0 0 0 0 0);
        lowCpCoeffs  (6 0 0 0 0 0 0);
    }
    transport
    {
        As           1.5e-6;
        Ts           120;
    }
}

AIR
{
    specie
    {
        nMoles      1;
        molWeight   28.9;
    }
    thermodynamics
    {
        Tlow         200;
        Thigh        5000;
        Tcommon      300;
        highCpCoeffs (3.49344 0 0 0 0 0 0);
        lowCpCoeffs  (3.49344 0 0 0 0 0 0);
    }
    transport
    {
        As          1.4792e-06;
        Ts          116;
    }
}


// ************************************************************************* //
chemistryProperties:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      chemistryProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

/*chemistryType
{
    chemistrySolver   EulerImplicit;
    chemistryThermo   psi;
}*/

chemistry           off;

/*initialChemicalTimeStep 1e-07;

EulerImplicitCoeffs
{
    cTauChem        1;
    equilibriumRateLimiter off;
}

odeCoeffs
{
    solver          Rosenbrock43;
    absTol          1e-12;
    relTol          0.01;
}*/

// ************************************************************************* //
combustionProperties:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

combustionModel  noCombustion<psiThermoCombustion>;

active  false;

noCombustionCoeffs
{
}


// ************************************************************************* //
shenzhou1987 is offline   Reply With Quote

Old   January 14, 2015, 08:23
Default
  #2
Senior Member
 
Bernhard Linseisen
Join Date: May 2010
Location: Heilbronn
Posts: 183
Blog Entries: 1
Rep Power: 15
Linse is on a distinguished road
For the moment I cannot see any error concerning the reaction-switchoff. I would have chosen the same settings.

It seems the error is within your thermophysicalProperties-file, as the error message says. The only thing I see: Does it really have to be "inertSpecies"? In my files it is without the final "s", but then it is rhoReactingBuoyantFoam, which MIGHT be slightly different in the settings...
Linse is offline   Reply With Quote

Old   January 14, 2015, 22:02
Default
  #3
New Member
 
Yu-sen Niu
Join Date: Nov 2014
Posts: 16
Rep Power: 11
shenzhou1987 is on a distinguished road
Quote:
Originally Posted by Linse View Post
For the moment I cannot see any error concerning the reaction-switchoff. I would have chosen the same settings.

It seems the error is within your thermophysicalProperties-file, as the error message says. The only thing I see: Does it really have to be "inertSpecies"? In my files it is without the final "s", but then it is rhoReactingBuoyantFoam, which MIGHT be slightly different in the settings...
Hi Linse, Thank you for your carefulness. I have corrected it. But sadly it still doesn't work. I'm thinking change multiComponentMixture to reactingMixture. I will try it later, and if there are some changes, I will post it.
shenzhou1987 is offline   Reply With Quote

Old   January 15, 2015, 03:10
Default
  #4
New Member
 
Yu-sen Niu
Join Date: Nov 2014
Posts: 16
Rep Power: 11
shenzhou1987 is on a distinguished road
I change multiComponentMixture to reactingMixture, modify file 'thermophysicalProperties' according to tutorial case 'counterFlowFlame2D', and add file 'reactions' and 'thermo.compressilbeGas'. Now the good news is it works and gives me some results, the bad news is after 5~10 time steps it falls to divergence. The error message "Floating point exception" is reported. A good gain takes long pain, right? Maybe the inital total pressure of the inlet boundary is too high(18Mpa). So I will set a lower value and use rhoReactingFoam, and try again~ Hope it works. If I success, I will upload my case in this thread.
shenzhou1987 is offline   Reply With Quote

Old   August 4, 2015, 10:12
Default
  #5
Member
 
Zhiyi Li
Join Date: Mar 2015
Location: Germany
Posts: 43
Rep Power: 11
comingdaytime is on a distinguished road
Quote:
Originally Posted by shenzhou1987 View Post
I change multiComponentMixture to reactingMixture, modify file 'thermophysicalProperties' according to tutorial case 'counterFlowFlame2D', and add file 'reactions' and 'thermo.compressilbeGas'. Now the good news is it works and gives me some results, the bad news is after 5~10 time steps it falls to divergence. The error message "Floating point exception" is reported. A good gain takes long pain, right? Maybe the inital total pressure of the inlet boundary is too high(18Mpa). So I will set a lower value and use rhoReactingFoam, and try again~ Hope it works. If I success, I will upload my case in this thread.
Hey,
I have the similar problem with you. I don't need reactions in reactingFoam, just consider the density difference into consideration. I have propane and air. And I switched off the chemistry and combustion, turbulentreaction at the same time. But my simulation crashed after 400 time steps. The courant number increases to quite a high value. When I switch on the turbulentreaction, it is the same situation. Did you figure out what exactly happened with your case? Maybe it will also help with my case.

Best Regards

Litchy
comingdaytime is offline   Reply With Quote

Old   December 17, 2015, 20:46
Default
  #6
Member
 
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 10
wayne14 is on a distinguished road
Hi,

Did you try a smaller time step like 1e-3 or 1e-4? With a small time step, I have succeeded in simulating a multi-species problem without reactions using reactingFoam.

Regards,
Yan

Quote:
Originally Posted by comingdaytime View Post
Hey,
I have the similar problem with you. I don't need reactions in reactingFoam, just consider the density difference into consideration. I have propane and air. And I switched off the chemistry and combustion, turbulentreaction at the same time. But my simulation crashed after 400 time steps. The courant number increases to quite a high value. When I switch on the turbulentreaction, it is the same situation. Did you figure out what exactly happened with your case? Maybe it will also help with my case.

Best Regards

Litchy
wayne14 is offline   Reply With Quote

Old   December 21, 2015, 11:08
Default
  #7
Member
 
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15
liping_he is on a distinguished road
[QUOTE=wayne14;577977]

Hi, Yan


I have the same problem. I hope you can help me. MY QQ number 274795506. THX very much if any help from you..

Regards,

liping_he
liping_he is offline   Reply With Quote

Old   April 5, 2016, 12:16
Default
  #8
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
Hi everyone,

I'm also trying to use reactingFoam without reaction.
I try to adapt my case from the counterFlowFlame2D example.

The thing is, I'm questioning on several points:

FIRST :
In the thermophysicalProperties the keyword used for mixture is reactingmixture. Do I have to change it ?

SECOND :
The turbulenceporperties file is set with the keyword laminar. I would like to simulate turbulence, can I change it to the kEpsilon ? (or reanctingFoam isn't able to handle it ?...)
adrieno is offline   Reply With Quote

Old   April 5, 2016, 22:13
Default
  #9
Member
 
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 10
wayne14 is on a distinguished road
Quote:
Originally Posted by adrieno View Post
Hi everyone,

I'm also trying to use reactingFoam without reaction.
I try to adapt my case from the counterFlowFlame2D example.

The thing is, I'm questioning on several points:

FIRST :
In the thermophysicalProperties the keyword used for mixture is reactingmixture. Do I have to change it ?

SECOND :
The turbulenceporperties file is set with the keyword laminar. I would like to simulate turbulence, can I change it to the kEpsilon ? (or reanctingFoam isn't able to handle it ?...)
Hi,

From my experience, reactingmixture is ok.

The inheritance process is:
reactingMixture <- multiComponentMixture <- basicSpecieMixture <- basicMultiComponentMixture

reactingMixture should be able to do the things multiComponentMixture do.


If you want turbulence, use the following:
simulationType RAS;

RAS
{
RASModel kEpsilon;

turbulence on;
printCoeffs on;
}

Correct me if anything wrong.

Regards,
Yan
wayne14 is offline   Reply With Quote

Old   April 6, 2016, 04:26
Default
  #10
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
Thanks for your answer wayne14.
I'll try to run reactingFoam with reactingMixture.

As everyone who's using reactingFoam without combustion I guess, I want to see the flow of some different gases. One of my gas is the air.

Here is other questions.

FIRST:
Are they other solutions to define air that the one consisting in defining the rate of N2 and O2 ?
I mean, is it possible to define instead a gaz "air" ? (and how if it's possible...)
// EDIT : ... I know that it should be possible with multicomponent as shenzhou1987 tried to do (on the beginning of this topic) but I don't know if it was a success or not finally... (That's why I was wondering about using multicomponentMixture instead of reactingMixture)

SECOND:
What are the files Ydefault and alphat corresponding to in the 0 folder ? I can't explain myself what is the physical correspondence...

Last edited by adrieno; April 7, 2016 at 03:05.
adrieno is offline   Reply With Quote

Old   April 6, 2016, 12:14
Default
  #11
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
Hi all,

I've been able to run reactingFoam turning off combustion (and with kEpsilon model turbulence).

I join my files in case of it can help someone but remember that I have no experience in CFD and less in OpenFoam. So maybe that it's full of mistake...

All I guarantee is that the solver is running without fatal error, so help yourself and adapt it to your case properly.

For the beginner as I am, be brave, then, if you wanna try my case you will have to run successively:
  1. blockMesh
  2. topoSet
  3. createPatch -overwrite
  4. reactingFoam
Have a nice project,
Adrien
Attached Files
File Type: gz reactingFoamwithoutcombustion.tar.gz (6.2 KB, 284 views)
enthusiast likes this.

Last edited by adrieno; April 7, 2016 at 03:07.
adrieno is offline   Reply With Quote

Old   June 20, 2016, 05:37
Default
  #12
Member
 
Almond Wong
Join Date: May 2016
Posts: 68
Rep Power: 9
BakedAlmonds is on a distinguished road
Hi Adrien,

I was doing some reading about reactingFoam without the use of combustion nor reacting and came across this useful link.
I compared the settings I did to yours. Mainly, the only difference I see is in the combustionModel where you used PaSR, I used noCombustion (not sure what are this as I am also new to OF)

What are the difference between the two? Since we are dealing with no combustion, naturely i selected that.

But i got the error as below:
Code:
Selecting chemistryReader foamChemistryReader
#0  Foam::error::printStack(Foam::Ostream&) in "/opt/OpenFOAM/OpenFOAM-v3.0+/pla
tforms/linux64Gcc48DPInt32Opt/lib/libOpenFOAM.so"
#1  Foam::sigFpe::sigHandler(int) in "/opt/OpenFOAM/OpenFOAM-v3.0+/platforms/lin
ux64Gcc48DPInt32Opt/lib/libOpenFOAM.so"
#2  ? in "/lib64/libc.so.6"
#3  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMi
xture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::pe
rfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::he(Foam::Field<double
> const&, Foam::Field<double> const&, int) const in "/opt/OpenFOAM/OpenFOAM-v3.0
+/platforms/linux64Gcc48DPInt32Opt/lib/libreactionThermophysicalModels.so"
#4  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMi
xture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::pe
rfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::heThermo(Foam::fvMesh
 const&, Foam::word const&) in "/opt/OpenFOAM/OpenFOAM-v3.0+/platforms/linux64Gc
c48DPInt32Opt/lib/libreactionThermophysicalModels.so"
#5  Foam::psiReactionThermo::addfvMeshConstructorToTable<Foam::hePsiThermo<Foam:
:psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::sutherlandTr
ansport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >
, Foam::sensibleEnthalpy> > > > > >::New(Foam::fvMesh const&, Foam::word const&)
 in "/opt/OpenFOAM/OpenFOAM-v3.0+/platforms/linux64Gcc48DPInt32Opt/lib/libreacti
onThermophysicalModels.so"
#6  Foam::autoPtr<Foam::psiReactionThermo> Foam::basicThermo::New<Foam::psiReact
ionThermo>(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM/OpenFOAM-v3
.0+/platforms/linux64Gcc48DPInt32Opt/lib/libreactionThermophysicalModels.so"
#7  Foam::psiReactionThermo::New(Foam::fvMesh const&, Foam::word const&) in "/op
t/OpenFOAM/OpenFOAM-v3.0+/platforms/linux64Gcc48DPInt32Opt/lib/libreactionThermo
physicalModels.so"
#8  Foam::combustionModels::psiThermoCombustion::psiThermoCombustion(Foam::word
const&, Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM/OpenFOAM-v3.0+
/platforms/linux64Gcc48DPInt32Opt/lib/libcombustionModels.so"
#9  Foam::combustionModels::psiCombustionModel::adddictionaryConstructorToTable<
Foam::combustionModels::noCombustion<Foam::combustionModels::psiThermoCombustion
> >::New(Foam::word const&, Foam::fvMesh const&, Foam::word const&) in "/opt/Ope
nFOAM/OpenFOAM-v3.0+/platforms/linux64Gcc48DPInt32Opt/lib/libcombustionModels.so
"
#10  Foam::combustionModels::psiCombustionModel::New(Foam::fvMesh const&, Foam::
word const&) in "/opt/OpenFOAM/OpenFOAM-v3.0+/platforms/linux64Gcc48DPInt32Opt/l
ib/libcombustionModels.so"
#11  ? in "/opt/OpenFOAM/OpenFOAM-v3.0+/platforms/linux64Gcc48DPInt32Opt/bin/rea
ctingFoam"
#12  __libc_start_main in "/lib64/libc.so.6"
#13  ? in "/opt/OpenFOAM/OpenFOAM-v3.0+/platforms/linux64Gcc48DPInt32Opt/bin/rea
ctingFoam"
Floating point exception
BakedAlmonds is offline   Reply With Quote

Old   June 20, 2016, 07:23
Default
  #13
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
Hi BakedAlmonds,
Unfortunately I don't know the difference between PaSR and noCombustion (placeholder or not ? in the extend that we turned off combustion...). Someone who is used to look into the source code would be better for answering you. Sorry, but if you succeed in running you're case with "noCombustion" let me know.
Best regards,
Adrien
adrieno is offline   Reply With Quote

Old   October 17, 2017, 06:47
Default
  #14
New Member
 
Andrea
Join Date: Sep 2017
Posts: 12
Rep Power: 8
ab2484 is on a distinguished road
Hello everyone,

I'm encountering your same difficulties in the implementation my case. Basically I need to study a jet involving air and a different gas, without any reaction or combustion involved (OF 4.x).

I'm now working on the tutorial, trying to switch of reactions and turn on the turbulence, but I'm not sure of my results.

Did you manage to develop a good solver for this kind of simulation? Any help would be really useful, since I'm not experienced in OF and completely new to multi species problems.

Thanks
Anrdea
ab2484 is offline   Reply With Quote

Old   October 18, 2017, 22:00
Default
  #15
Member
 
Kirk Jarvis
Join Date: Mar 2009
Posts: 31
Rep Power: 17
kcjarvis56 is on a distinguished road
Quote:
Originally Posted by ab2484 View Post
Hello everyone,

I'm encountering your same difficulties in the implementation my case. Basically I need to study a jet involving air and a different gas, without any reaction or combustion involved (OF 4.x).

I'm now working on the tutorial, trying to switch of reactions and turn on the turbulence, but I'm not sure of my results.

Did you manage to develop a good solver for this kind of simulation? Any help would be really useful, since I'm not experienced in OF and completely new to multi species problems.

Thanks
Anrdea
Did you manage to get the chemistry turned off?

Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      chemistryProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

chemistryType
{
    chemistrySolver   EulerImplicit;
    chemistryThermo   psi;
}

chemistry           off;

initialChemicalTimeStep 1e-07;

EulerImplicitCoeffs
{
    cTauChem        1;
    equilibriumRateLimiter off;
}

odeCoeffs
{
    solver          Rosenbrock43;
    absTol          1e-12;
    relTol          0.01;
}

// ************************************************************************* //
Then combustion has to be off also:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

combustionModel  noCombustion<rhoThermoCombustion>;


active false;

noCombustionCoeffs
{
}


// ************************************************************************* //
Make sure the reaction file has the correct species that you are using with no reactions:
Code:
species
(
    O2    
    etoh
    H2O
    N2
);

reactions
{
    
}
For reference here is the thermophysicalProperties

Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
    type            heRhoThermo;//hePsiThermo;
    mixture         reactingMixture;
    transport       sutherland;
    thermo          janaf;
    energy          sensibleEnthalpy;
    equationOfState perfectGas;
    specie          specie;
}

inertSpecie N2;

chemistryReader foamChemistryReader;

foamChemistryFile "$FOAM_CASE/constant/reactions";

foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas";


// ************************************************************************* //
This should be able to get the model running with no combustion or chemistry.
lukasf likes this.
kcjarvis56 is offline   Reply With Quote

Old   October 19, 2017, 04:18
Default
  #16
New Member
 
Andrea
Join Date: Sep 2017
Posts: 12
Rep Power: 8
ab2484 is on a distinguished road
Dear Kirk,

many thanks for your reply, I used a similar set up and it run (and the solution seems realistic).

I have another question, again related to the use of reactingFoam.

I want to run a low-mach simulation and making comparison with the standard one. Do you have any suggestions?
Initially I thought that using the incompressiblePerfectGas law as State equation was fine, but apparently I cannot use it with this setup for the thermophysicalProperties file:



/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
type heRhoThermo;
mixture reactingMixture;
transport const;
thermo hConst;
energy sensibleEnthalpy;
equationOfState incompressiblePerfectGas;
specie specie;
}



On top of that, I read that other mods to the solver's code must be applied.

Do you have any advices to turn reactingFoam in a Low-Mach solver instead of running it compressible?


Thanks!
Andrea
ab2484 is offline   Reply With Quote

Old   October 26, 2017, 15:31
Default
  #17
New Member
 
Richard
Join Date: Oct 2017
Location: U.K.
Posts: 2
Rep Power: 0
Richardk is on a distinguished road
Quote:
Originally Posted by shenzhou1987 View Post
Hi, everyone. I'm using OpenFOAM 2.3.0 to simulate the jet flow of a nozzle which contains two species, gas and air. I just want to study the process of jet gas mixing into the air without combustion and reaction. After reading the User Guide, I think reactingFoam could be a suitalbe solver for my case. And I have read some threads in the forum which mentioned this problem, some one said combustion and reaction model can be switched off in reactingFoam. But there is no details about how to switch off combustion and reaction in reactingFoam. I open the tutorial case "counterFlowFlame2D", in folder "constant" I copy file chemistryProperties, combustionProperties and thermophysicalProperties to my case folder and modify them. Then I execute "reactingFoam" command. Some errors are reported as blow and the relation files are attached. Can anybody tell me what's wrong with my case files? Thank you!

Error:
Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : 2.3.0
Exec   : reactingFoam
Date   : Jan 13 2015
Time   : 23:20:54
Host   : "localhost.localdomain"
PID    : 32121
Case   : /home/shenzhou1987/OpenFOAM/Jet/2D-axis
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


Reading g
Creating reaction model

Selecting combustion model noCombustion<psiThermoCombustion>
Selecting thermodynamics package 
{
    type            hePsiThermo;
    mixture         multiComponentMixture;
    transport       sutherland;
    thermo          janaf;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleEnthalpy;
}



--> FOAM FATAL IO ERROR: 
Attempt to return dictionary entry as a primitive

file: /home/shenzhou1987/OpenFOAM/Jet/2D-axis/constant/thermophysicalProperties.species

    From function ITstream& primitiveEntry::stream() const
    in file db/dictionary/dictionaryEntry/dictionaryEntry.C at line 83.

FOAM aborting

#0  Foam::error::printStack(Foam::Ostream&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#1  Foam::IOerror::abort() in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#2  Foam::dictionaryEntry::stream() const in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#3  Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::multiComponentMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#4  Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > >::SpecieMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#5  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::heThermo(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#6  Foam::hePsiThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::hePsiThermo(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#7  Foam::psiReactionThermo::addfvMeshConstructorToTable<Foam::hePsiThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::multiComponentMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > > >::New(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#8  Foam::autoPtr<Foam::psiReactionThermo> Foam::basicThermo::New<Foam::psiReactionThermo>(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#9  Foam::psiReactionThermo::New(Foam::fvMesh const&, Foam::word const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libreactionThermophysicalModels.so"
#10  Foam::combustionModels::psiThermoCombustion::psiThermoCombustion(Foam::word const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcombustionModels.so"
#11  Foam::combustionModels::psiCombustionModel::adddictionaryConstructorToTable<Foam::combustionModels::noCombustion<Foam::combustionModels::psiThermoCombustion> >::New(Foam::word const&, Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcombustionModels.so"
#12  Foam::combustionModels::psiCombustionModel::New(Foam::fvMesh const&) in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/lib/libcombustionModels.so"
#13  
 in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/bin/reactingFoam"
#14  __libc_start_main in "/lib64/libc.so.6"
#15  
 in "/opt/OpenFOAM-2.3.0/platforms/linux64GccDPOpt/bin/reactingFoam"
Aborted (core dumped)
thermophysicalProperties:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
    type            hePsiThermo;
    mixture         multiComponentMixture;
    transport       sutherland;
    thermo          janaf;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleEnthalpy;
}

species
{
    GAS;
    AIR;
}

inertSpecies    AIR;

GAS
{
    specie
    {
        nMoles       1;
        molWeight    27.7133;
    }
    thermodynamics
    {
        Tlow         200;
        Thigh        5000;
        Tcommon      300;
        highCpCoeffs (6 0 0 0 0 0 0);
        lowCpCoeffs  (6 0 0 0 0 0 0);
    }
    transport
    {
        As           1.5e-6;
        Ts           120;
    }
}

AIR
{
    specie
    {
        nMoles      1;
        molWeight   28.9;
    }
    thermodynamics
    {
        Tlow         200;
        Thigh        5000;
        Tcommon      300;
        highCpCoeffs (3.49344 0 0 0 0 0 0);
        lowCpCoeffs  (3.49344 0 0 0 0 0 0);
    }
    transport
    {
        As          1.4792e-06;
        Ts          116;
    }
}


// ************************************************************************* //
chemistryProperties:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      chemistryProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

/*chemistryType
{
    chemistrySolver   EulerImplicit;
    chemistryThermo   psi;
}*/

chemistry           off;

/*initialChemicalTimeStep 1e-07;

EulerImplicitCoeffs
{
    cTauChem        1;
    equilibriumRateLimiter off;
}

odeCoeffs
{
    solver          Rosenbrock43;
    absTol          1e-12;
    relTol          0.01;
}*/

// ************************************************************************* //
combustionProperties:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

combustionModel  noCombustion<psiThermoCombustion>;

active  false;

noCombustionCoeffs
{
}


// ************************************************************************* //
Hi

for switching the chemistry off, additional to sellecting off for chemistry, you need to change the reaction mechanism. E.g. You should put zero for activation energy and B, also you should not consider chemical reactions in the mechanism which means that the reactants and products should be the same.


Regards,
Richard
Richardk 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
PaSR + infinite reaction rate in reactingFoam --> no reactions occurring tatu OpenFOAM Running, Solving & CFD 2 November 24, 2016 18:34
chemical reaction in stead of combustion wlt_1985 FLUENT 3 June 11, 2012 04:55
Constant Volume Combustion with reactingFoam Alish1984 OpenFOAM Running, Solving & CFD 2 May 8, 2011 08:51
Coal combustion and ash reaction kinetics sega Fluent UDF and Scheme Programming 0 January 21, 2010 08:05
combustion - reaction rates - urgent help needed siri Main CFD Forum 2 March 3, 2007 12:25


All times are GMT -4. The time now is 18:38.