|
[Sponsors] |
April 17, 2006, 11:02 |
I am trying to import some che
|
#1 |
Member
stefan
Join Date: Mar 2009
Posts: 96
Rep Power: 17 |
I am trying to import some chemkin reaction schemes but when I use the chemkinToFoam utility then the following error occus:
--> FOAM FATAL ERROR : while reading thermodynamic data date on line 3 expected <word> (6A1) but found '"0"O L 1/90O 1 00 00 00G 200.000 3500.000 1000.000 1' From function chemkinReader::lex() in file chemistryReaders/chemkinReader/chemkinLexer.L at line 1501. But I am pretty sure that the 'therm.dat' and 'chem.inp' is correct! Are the any special things to know to import a chemkin scheme? Any help is very appreciated. |
|
July 27, 2006, 06:53 |
Hi,
I started to use OF rec
|
#2 |
Guest
Posts: n/a
|
Hi,
I started to use OF recently, and I'm trying to run tutorials/dieselFoam/aachenBomb by using DME. I typed: cp chem.inp_DME chem.inp blockMesh . aachenBomb dieselFoam . aachenBomb then following error occurs: -->FOAM FATAL ERROR : unknown specie CH2(s)+ on line 125 Valid species are 54 ( HCCO CO ... HCOOCH3 HO2 ) From function chemkinReader::lex() in file chemistryReaders/chemkinReader/chemkinLexer.L at line 1225. FOAM exiting What should I do?? Please someone help me. Atsushi |
|
June 5, 2007, 06:24 |
Hello Atsushi,
I'm a new us
|
#3 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Hello Atsushi,
I'm a new user but your problem I solved with the help of a workaround and just renamed the specie CH2(s) to something like CH2S in both files. The parser doesn't seem to like parentheses. @stefan: Did you solve your problem? I have the same when I want to read the GRI30 files. The *.inp file worked fine after some minor modications but the thermo.dat I wasn't able to read in. Someone knows how to do it? |
|
June 13, 2007, 00:51 |
Hi Markus,
Thank you for yo
|
#4 |
Guest
Posts: n/a
|
Hi Markus,
Thank you for your answer!! I'll try it. Atsushi |
|
June 13, 2007, 02:46 |
Hello,
for people having th
|
#5 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Hello,
for people having the same problem as Stefan: 1) run dos2unix on the Mech-files to avoid windows-unix problems 2) check the files (especially the thermo data) if it is according to the chemkin standard. It is very! important in what coloumn what information is written. Thanks to everyone who helped us with that in the Zagreb workshop!!! We are still playing around with it and haven't been able to start the real calculation. Regards Markus |
|
September 3, 2007, 03:56 |
Hi,
I'm interested in "chem
|
#6 |
Guest
Posts: n/a
|
Hi,
I'm interested in "chem.inp_15" file. What kind of phenomena it can simualte? Who made it? I want to know details about this reaction scheme. Thanks. Atsu |
|
September 4, 2007, 03:37 |
Hi,
↑↑↑
One
|
#7 |
Guest
Posts: n/a
|
Hi,
↑↑↑ One more question, Can "chem.inp_15" file simulate HCCI or PCCI combustion?? Does it consider self-ignition??. Thanks. Atsu |
|
June 2, 2009, 14:14 |
|
#8 |
Member
Rachel Vogl
Join Date: Jun 2009
Posts: 48
Rep Power: 17 |
Hello All,
Is there some tutorial to understand the Chemkin reader and the corresponding format. I dont know how to use Chemkin with OpenFOAM . I would like to simulate Syn-gas reaction and need to implement some species and reactions in dieselFoam solver. The reactions looks like: C + H2O -> CO + H2 CO + H2O -> CO2 + H2 Thanks, Rachel |
|
June 3, 2009, 03:32 |
|
#9 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Hi Rachel,
you don't have to input the reaction data through Chemkin files - you can use the *.foam chemistry files. This format is more easy I think. The utility chemkinToFoam is an appropriate converter. Use it to create a foam-file and change it with your data. Regards, Markus. |
|
June 3, 2009, 03:43 |
|
#10 | |
Super Moderator
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29 |
Quote:
http://openfoamwiki.net/index.php/Co...iesCHEMKINFile |
||
June 9, 2009, 13:08 |
|
#11 | ||
Member
Rachel Vogl
Join Date: Jun 2009
Posts: 48
Rep Power: 17 |
Thanks for your replies,
I tried implementing one reaction with species. CO + H2O -> CO2 + H2 However I ran into some trouble. It a bit strange that the error message depends on the order of the components in the reaction. Quote:
CASE 2: Quote:
Can anybody please help me with the above errors? Thanks, Rachel |
|||
June 10, 2009, 03:44 |
|
#12 |
New Member
Jan Kubata
Join Date: Mar 2009
Location: Prague, Czech Republic
Posts: 10
Rep Power: 17 |
Hi Rachel,
try " => " instead of " = ". Second thing - It seem that you have H2"zero" in your chemkin-file -> rewrite it for H2O. Regards Jan |
|
June 15, 2009, 04:55 |
|
#13 |
Member
Rachel Vogl
Join Date: Jun 2009
Posts: 48
Rep Power: 17 |
hi Jan,
I tried with "=>". However I get the same error msg. I have both H2 and H20 files in 0/ folder. Or am I understanding wrong? Any help would be appreciated. THanks |
|
June 15, 2009, 06:12 |
|
#14 |
New Member
Jan Kubata
Join Date: Mar 2009
Location: Prague, Czech Republic
Posts: 10
Rep Power: 17 |
I copied your chemkin file from this forum:
ELEMENTS H O C END SPECIE CO CO2 H2 H2O END REACTIONS JOULES/MOLE H20 + CO = CO2 + H2 5.00E+8 0.0 15780.0 ! 1 END and you have zero here: H2zero + CO = CO2 + H2 5.00E+8 0.0 15780.0 ! 1 I think that this is source of your problems. |
|
June 15, 2009, 11:18 |
|
#15 |
Member
Rachel Vogl
Join Date: Jun 2009
Posts: 48
Rep Power: 17 |
Thanks Jan,
That was a stupid typo mistake by me. |
|
January 7, 2010, 14:25 |
may someone help me with the chemkin license?
|
#16 |
New Member
Doug
Join Date: Jan 2010
Posts: 6
Rep Power: 16 |
I downloaded Chemkin pro from rapidshare, It came With the license file, I placed this file in the right folder, but it didn't work. Could someone help me with the configuration of this license file.
Thank you |
|
June 16, 2010, 08:23 |
|
#17 | |
New Member
Join Date: May 2010
Location: Cologne
Posts: 27
Rep Power: 16 |
Quote:
In detailled chemistry reactions, there are many radicals involved, for example CH2(S) which is the singlet state of methylene, whereas CH2 is the triplet state. So CH2(S) means not solid, but singlet-state. To make the reactrion work CH2(S) must be written as CH2* which is exactly the same molecule-configuration. see also: http://www.me.berkeley.edu/gri_mech/...cies/ch2s.html http://en.wikipedia.org/wiki/Carbene http://www.galcit.caltech.edu/EDL/me...2/readme12.dat chapter 1 page 3 |
||
August 31, 2010, 11:54 |
chemkinToFoam (Differences in constants)
|
#18 |
Member
N. A.
Join Date: May 2010
Posts: 64
Rep Power: 16 |
Good links on the Chemkin above
Last edited by N. A.; September 15, 2010 at 23:48. |
|
October 6, 2010, 10:55 |
|
#19 |
New Member
saeed divrakhsh
Join Date: Jul 2010
Posts: 8
Rep Power: 16 |
hi
I am trying to simulate the engine by dieselfoam with dme fuel, but i don't have dme one step arrhenius cofficients.does everyone know the dme one step arrhenius cofficients? thanks |
|
October 17, 2012, 23:56 |
How to compile a new fuel in OF 2.1.x
|
#20 |
New Member
Gustavo
Join Date: Feb 2010
Location: Curitiba - PR - Brasil
Posts: 16
Rep Power: 16 |
Hi there!
I'm using OF 2.1.x trying to use the sprayFoam solver with DME as fuel. I've downloaded from LLNL the detailed chemical mechanism and the thermodynamics data. When I run my case I got the following error message: "Unknown liquid properties type CH3OCH3 Valid liquidProperties type are:...." There is a list of 30 "valid" species. I've then gone to the /src/thermophysicalModels/properties/liquidProperties folder and created a folder for CH3OCH3, by copying another folder. I've edited the just created CH3OCH3.C, CH3OCH3.H and CH3OCH3I.H files. When I try to run the Allwmake from the /properties folder, the new fuel does not get compiled. Can someone please help? Another question. Do I need to create also all the other species from the DME mechanism and compile? Best regards, Gustavo. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] ParaFoam reader | duartealbuquerque | ParaView | 21 | December 24, 2009 00:29 |
A reader for cavityOpenFOAM | alex | OpenFOAM Running, Solving & CFD | 11 | April 2, 2009 10:57 |
[OpenFOAM] ParaView Reader %7c Visit | tj22 | ParaView | 16 | September 25, 2008 15:01 |
Chemkin reader TROE parameters | stefanke | OpenFOAM Running, Solving & CFD | 1 | September 9, 2006 01:02 |
[OpenFOAM] Reader should I visualize t%3d0 | tj22 | ParaView | 1 | June 30, 2006 11:16 |