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

Ignition in combustion

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

Like Tree2Likes
  • 2 Post By PaleliSooraj

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2022, 10:59
Default Ignition in combustion
  #1
New Member
 
ajithnair's Avatar
 
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 4
ajithnair is on a distinguished road
Hi Foamers


How can we provide an ignition source in combustion which lasts for only few seconds till the charge ignites.

I have tried setting high temperature for internal field but the flame just ignites on entry itself. Is there a way to give high temperature patch?
ajithnair is offline   Reply With Quote

Old   April 6, 2022, 08:28
Default
  #2
New Member
 
Join Date: Sep 2021
Posts: 3
Rep Power: 4
PaleliSooraj is on a distinguished road
You can use a volumetric heat source for creating high temperature patch using fvOptions or setFieldsDict. Time of ignition can be mentioned there.
BIRAJ and ajithnair like this.
PaleliSooraj is offline   Reply With Quote

Old   May 4, 2022, 02:06
Default
  #3
Member
 
Join Date: Jan 2022
Location: Germany
Posts: 72
Rep Power: 4
überschwupper is on a distinguished road
As an example:


fvModels (since OFv9 )


Code:
ignition
{
    type             heatSource;//semiImplicitSource;
    selectionMode    cellSet;
    cellSet            ignition;
    volumeMode        absolute; //absolute

    q 
    {
        type scale;
        scale squarePulse;
        start 0.0005;
        duration 0.001;
        value 1e+8;
    }
    /*sources
    {
        Qign
        {
            // type             semiImplicitSource;
            // name             heatInjection;
            // selectionMode     cellSet;
            // cellSet         ignition;
            // volumeMode        specific;
            // timeStart        0.001;
            // duration        0.01;
            explicit 10e+7;
            implicit 0; //{}
        }
    }*/
}
and topoSetDict
Code:
actions
(
    {
        name ignition;//ignitionCells;
        type cellSet;
        action new;

        source cylinderToCell; // or whatever
        sourceInfo
        {
            p1          (x y z);
            p2            (x y z);
            radius          1e-2; //outer radius
            innerRadius        0;    //default 0
        }
    }
);
überschwupper is offline   Reply With Quote

Old   May 5, 2022, 02:09
Default
  #4
New Member
 
ajithnair's Avatar
 
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 4
ajithnair is on a distinguished road
Thankyou. the volumetric heat source idea worked. It was given using fvModels.(i am using openfoam dev, ofv9 should also have this. earlier versions it was under a file called fvOptions)
ajithnair is offline   Reply With Quote

Reply

Tags
combustion, ignition, methane combustion, patch by zone, reacting foam

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
Combustion Simulation ANSYS Fluent - There is no ignition delay Rudolf Diesel FLUENT 1 May 21, 2023 06:30
Combustion Simulation ANSYS Fluent - There is no ignition delay Rudolf Diesel FLUENT 2 October 1, 2018 01:16
Combustion in Spark Ignition Cylinder tom634 FLUENT 1 December 30, 2014 11:45
Add ignition but combustion does not occur IColin OpenFOAM Running, Solving & CFD 3 January 19, 2014 01:43
how does the ignition model initiate main combustion mepgzzi Siemens 0 June 23, 2012 14:32


All times are GMT -4. The time now is 01:42.