|
[Sponsors] |
how to use chemkin to draw the reaction path? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 5, 2019, 07:27 |
how to use chemkin to draw the reaction path?
|
#1 |
Member
Join Date: May 2013
Posts: 34
Rep Power: 13 |
Hi, everyone!
I don't know if I post the thread here right or not. But I really need some help about chemkin. I did a 3d simulation using openfoam, and got the T, p, composition at a specific point. now I want to analyze the reaction path using chemkin. however I searched the web and found no info about my question. so, does anyone know how to draw the reaction path using chemkin by giving a specific composition, T, and p? (what I thought is that I have the inp file, I have the compositon and T, so I can calculate the reaction rate at that point, then I can draw the reaction path. but I don't know how to use chemkin to implement this.) thank you for your help! |
|
September 6, 2019, 07:46 |
|
#2 |
New Member
Hass
Join Date: Sep 2019
Posts: 2
Rep Power: 0 |
Hi mate, i'm on the same problem myself. How did you manage to find the composition at specific points?
|
|
September 26, 2019, 05:33 |
|
#3 |
Member
Join Date: May 2013
Posts: 34
Rep Power: 13 |
Hi,
do you mean to find the composition in openfoam? if so, you can use the probes function of openfoam to monitor the composition in runtime, like this: Code:
fieldProbe { functionObjectLibs ("libsampling.so"); type probes; writeControl timeStep; writeInterval 100; enabled true; probeLocations ( ( 0 0 0.34) ( 0 0.013 0.34) ( 0 -0.013 0.34) ( 0.013 0 0.34) (-0.013 0 0.34) (0 0 1.77) ); fields ( T U X_CH4 X_CO2 X_H2 X_H2O X_N2 X_CO p ); } then you can get all the information like point coordinates, temperature, composition, and so on. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to find distribution field of reaction rates when CHEMKIN is enabled? | EdgarasM | FLUENT | 1 | February 18, 2019 10:41 |
CHEMKIN new reaction type (reactingFoam) | vbchris | OpenFOAM Programming & Development | 0 | July 27, 2013 16:53 |
Segmentation fault in running alternateSteadyReactingFoam,why? | NewKid | OpenFOAM | 18 | January 20, 2011 17:55 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
chemical reaction - decompostition | La S. Hyuck | CFX | 1 | May 23, 2001 01:07 |