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

Adding species to chemkin

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By ebringley

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 30, 2010, 04:39
Default Adding species to chemkin
  #1
Senior Member
 
Rickard
Join Date: May 2010
Location: Lund, Skåne, Sweden
Posts: 143
Rep Power: 15
Rickard.Solsjo is on a distinguished road
I add a species from the library. e.g. c12h26 from:
$WM_PROJECT_DIR/src/thermophysicalModels/liquids/C12H26
to my thermophysicalProperties

thermoType hPsiMixtureThermo<reactingMixture<gasThermoPhysics >>;

//CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
CHEMKINFile "$WM_PROJECT_DIR/src/thermophysicalModels/liquids/C12H26"

CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";

inertSpecie N2;

//liquidComponents ( C7H16 );
liquidComponents (N-DODECANE);

liquidProperties
{
// C7H16 C7H16 defaultCoeffs;
N-DODECANE N-DODENCANE defaultCoeffs;

}

Then I want to create my own global reaction, similar to chem.inp

ELEMENTS
H O C N AR
END
SPECIE
C12H26 O2 N2 CO2 H2O
END
REACTIONS
C12H26 + 18.5O2 => 12CO2 + 13H2O 5.00E+8 0.0 15780.0! 1
FORD / C7H16 0.25 /
FORD / O2 1.5 /
END


However, could someone please explain these inputs for me:
5.00E+8 0.0 15780.0! 1
FORD / C7H16 0.25 /
FORD / O2 1.5 /
END


I guess they are for the activation energy and reaction rates and similar, FORD i dont know however. Is it possible to find these values online? I got the therm.dat values for C12H26 at burcats homepage.

Thx
R
Rickard.Solsjo is offline   Reply With Quote

Old   July 1, 2010, 09:57
Default
  #2
New Member
 
Joseph Urich
Join Date: Mar 2009
Location: Pittsburgh, PA
Posts: 21
Rep Power: 17
jurich is on a distinguished road
Hi Richard,

5.00E+8 would be the pre-exponential constant, 0.0 is the temperature exponent, 15780.0 is the activation energy.

FORD / O2 1.5 / is the Forward ORDer for O2. So the forward reaction is set to be a function of [O2]^1.5. If it is omitted, the order defaults to 1.0 (i.e. an elementary reaction).

These are Chemkin style commands, so a google search for 'Chemkin FORD' would probably get you more information
jurich is offline   Reply With Quote

Old   March 13, 2017, 10:09
Default coefficient
  #3
New Member
 
Join Date: Feb 2017
Posts: 3
Rep Power: 9
leofang is on a distinguished road
hello Richard,

I am trying to do sprayFoam with n-dodecane as well. I am just wondering if you found out what these coefficients are. I had a hard time finding these numbers. Thanks a lot for your help and you have a great day!
leofang is offline   Reply With Quote

Old   August 16, 2018, 10:34
Default Chemkin Resources
  #4
New Member
 
Eric Bringley
Join Date: Nov 2016
Posts: 14
Rep Power: 9
ebringley is on a distinguished road
This is Chemkin format for inputing reaction rates. You should be able to find what you need regarding Chemkin Input here:

http://akrmys.com/public/chemkin/CKm_inp.html.en

https://www3.nd.edu/~powers/ame.60636/chemkin2000.pdf
JulioPieri likes this.
ebringley is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Biomass Combustion via Species Transport Racheal FLUENT 39 January 8, 2022 07:42
Adding species in database AdN FLUENT 4 May 19, 2017 03:15
Adding a source term to concervation of species equation bernarde STAR-CCM+ 0 June 4, 2009 03:17
Adding species serabe11 FLUENT 2 March 9, 2006 18:31
Adding Species Pravir Kumar Rai FLUENT 0 December 3, 2002 00:06


All times are GMT -4. The time now is 03:35.