|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 6 ![]() |
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? |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Sep 2021
Posts: 3
Rep Power: 6 ![]() |
You can use a volumetric heat source for creating high temperature patch using fvOptions or setFieldsDict. Time of ignition can be mentioned there.
|
|
|
|
|
|
|
|
|
#3 |
|
Member
Join Date: Jan 2022
Location: Germany
Posts: 72
Rep Power: 5 ![]() |
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; //{}
}
}*/
}
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
}
}
);
|
|
|
|
|
|
|
|
|
#4 |
|
New Member
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 6 ![]() |
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)
|
|
|
|
|
|
![]() |
| Tags |
| combustion, ignition, methane combustion, patch by zone, reacting foam |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 07:30 |
| Combustion Simulation ANSYS Fluent - There is no ignition delay | Rudolf Diesel | FLUENT | 2 | October 1, 2018 02:16 |
| Combustion in Spark Ignition Cylinder | tom634 | FLUENT | 1 | December 30, 2014 12:45 |
| Add ignition but combustion does not occur | IColin | OpenFOAM Running, Solving & CFD | 3 | January 19, 2014 02:43 |
| how does the ignition model initiate main combustion | mepgzzi | Siemens | 0 | June 23, 2012 15:32 |