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

how to use chemkin to draw the reaction path?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 5, 2019, 06:27
Question how to use chemkin to draw the reaction path?
  #1
Member
 
Join Date: May 2013
Posts: 34
Rep Power: 13
carye is on a distinguished road
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!
carye is offline   Reply With Quote

Old   September 6, 2019, 06:46
Default
  #2
New Member
 
Hass
Join Date: Sep 2019
Posts: 2
Rep Power: 0
hassan.ali is on a distinguished road
Hi mate, i'm on the same problem myself. How did you manage to find the composition at specific points?
hassan.ali is offline   Reply With Quote

Old   September 26, 2019, 04:33
Default
  #3
Member
 
Join Date: May 2013
Posts: 34
Rep Power: 13
carye is on a distinguished road
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
        );
    }
or you can use paraview to read in the openfoam results, apply the cell center filter, open the spreadsheet view and save the data,
then you can get all the information like point coordinates, temperature, composition, and so on.
carye 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
how to find distribution field of reaction rates when CHEMKIN is enabled? EdgarasM FLUENT 1 February 18, 2019 09:41
CHEMKIN new reaction type (reactingFoam) vbchris OpenFOAM Programming & Development 0 July 27, 2013 15:53
Segmentation fault in running alternateSteadyReactingFoam,why? NewKid OpenFOAM 18 January 20, 2011 16:55
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found piprus OpenFOAM Installation 22 February 25, 2010 13:43
chemical reaction - decompostition La S. Hyuck CFX 1 May 23, 2001 00:07


All times are GMT -4. The time now is 21:47.