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

error about chemistry properties in reactingFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By mo.houssami

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 7, 2013, 02:14
Default error about chemistry properties in reactingFoam
  #1
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Dear Buddies
Hi
I want to preprocess a run by reacting Foam. this is my chemistry Properties file;

FoamFile
{
version 2.0;
format binary;
class dictionary;
location "constant";
object chemistryProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

psiChemistryModel ODEChemistryModel<gasThermoPhysics>;

chemistry on;

chemistrySolver ode;

initialChemicalTimeStep 1e-07;

turbulentReaction on;

sequentialCoeffs
{
cTauChem 0.001;
}

EulerImplicitCoeffs
{
cTauChem 0.05;
equilibriumRateLimiter off;
}

odeCoeffs
{
ODESolver SIBS;
eps 0.05;
scale 1.;
}

Cmix Cmix [ 0 0 0 0 0 0 0 ] 0.1;


However, when I run the case , this error is seen in the terminal:

--> FOAM FATAL IO ERROR:
keyword solver is undefined in dictionary "/home/babak/OpenFOAM/babak-2.1.x/FOAM_RUN/tutorials/combustion/reactingFoam/DLR_3D/constant/chemistryProperties odeCoeffs"

file: /home/babak/OpenFOAM/babak-2.1.x/FOAM_RUN/tutorials/combustion/reactingFoam/DLR_3D/constant/chemistryProperties odeCoeffs from line 41 to line 43.

From function dictionary::lookupEntry(const word&, bool, bool) const
in file db/dictionary/dictionary.C at line 400.

FOAM exiting

would somebody PLZ hint me on this issue?
babakflame is offline   Reply With Quote

Old   February 5, 2014, 14:50
Default
  #2
New Member
 
mo houssami
Join Date: May 2011
Posts: 14
Rep Power: 14
mo.houssami is on a distinguished road
odeCoeffs has to be written like that:

odeCoeffs
{
solver SIBS;
eps 0.05;
scale 1;
}
arvindpj and babakflame like this.
mo.houssami 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
ReactingFoam Laminar flame simulation transport properties gbansal OpenFOAM Running, Solving & CFD 3 November 23, 2012 16:03
Chemistry ODE Solver in reactingFoam Cyberholmes OpenFOAM 1 July 13, 2011 13:59
rhopisofoam+scalartransportfoam VS reactingfoam without chemistry nileshjrane OpenFOAM 0 November 3, 2010 08:10
Error calculating thermodynamic properties in reactingFoam mighelone OpenFOAM Running, Solving & CFD 5 October 21, 2009 16:47
Laminar diffusion flames and reactingFoam Transport properties jgaricano OpenFOAM Running, Solving & CFD 0 June 4, 2008 16:58


All times are GMT -4. The time now is 11:53.