CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   New solver: ddtFoam (https://www.cfd-online.com/Forums/openfoam-programming-development/122668-new-solver-ddtfoam.html)

dowlee September 8, 2014 14:01

Hi Florian Ettner
Sorry for my poor case description. In my case, the supersonic flow enters the detonation tube from the open end of the tube, and formulates strong shock near the close end of the tube. The strong shock is reflected from the close end. The detonation is generated by the automatic ignition which happens in the event of shock-induced heat release near the close end. I should emphasize that there isn`t a deflagration-to-detonation transition, but a direct automatic ignition. So you think the solver should work fine for my problem in this case, and I can just set up the case like the tutorial provided by you.

Thanks very much.


Quote:

Originally Posted by dohnie (Post 509546)
Dear Dowlee,
I don't understand from your description HOW the mixture close to the end wall is heated up, but I assume it is done by a shock, as you mention a reflected shock wave later on.
I think the solver should work fine for your problem!


Gloq December 16, 2014 08:39

Hi Florian,

I recently tried to download the ddtfoam files to perform a few tests.

While unzipping the package, it appeared some files were password protected.

Why ?
I think without these files it is not possible to compile the code.

Thank in advance !

ecbmxer December 28, 2014 11:50

Hi guys,

I'm very interested in this solver for modeling some detonation wave combustion systems. I'm getting some errors when trying to install on OF 2.3.0 related to an issue with "fluidThermo.H". From what I saw doing some searches, there might be differences in the thermo libraries between OF 2.1 and 2.3?

Anyone installed this on 2.3?

Thanks!

-Clint

Gloq January 13, 2015 05:18

"Mea culpa", I unzipped the package with Windows and got the error messages.
If I do it with Linux, there is no problem.

Clint, I have the same problem as you.
I checked the routines of ddtfoam and plenty of them are different from the thermo routines of OF 2.3.0.
The best solution, to me, is to use a previous version of OF to test ddtfoam.

ecbmxer January 13, 2015 15:24

Gloq, that is exactly what I did. I installed OF 2.1.1 in parallel with 2.3 and created aliases to switch between the two. Surprisingly, it worked out perfectly and I can run all of the ddt routines. The parafoam integration isn't perfect between the two versions, but I just use regular paraview with 2.1.1

wyldckat March 21, 2015 13:47

Greetings to all!

@Florian: I've created a basic wiki page to help getting your solver ddtFoam known to the community that uses OpenFOAM technology: http://openfoamwiki.net/index.php/Contrib/ddtFoam

May you or anyone else feel free to update that wiki page!

Best regards,
Bruno

ZaidDulaimi March 23, 2015 11:21

Hi every one
I am trying to run the code but I am facing some problems as this is my first time using OpenFOAM.
I'll appreciate if any one explain to me how to run this tutorial and which word is used to run it.
Thank you

Londo April 16, 2015 02:40

Problem with the tutorial
 
First of all, this looks like a great solver. Thank you for sharing.

Secondly, I am trying to run the tutorial. When I reach the part of running ddtFoam, I just don't have the file. It does copy the 0.008000000 folder, but I can't find ddtFoam anywhere in the system. Are there any suggestions?

Edit: after I finish running pddtFoam, after it outputs "End" I also get the following error:

*** Error in `pddtFoam': corrupted double-linked list: 0x000000000209d9b0 ***
Aborted (core dumped)

ZaidDulaimi May 4, 2015 16:29

Quote:

Originally Posted by panda1100 (Post 496503)
Dear dohnie,

Thank you for sharing this great work:)

Is there any information about how to change H2+air to Diesel mixture?
And If its possible, Can you share your utility codes?
for example,
  • loolupIgn_06.m
  • automaticSetFields_tfc_zu_Grad3s_03.c etc
I want to try this solver with another type of gas.
(I tried your tutorial and that works pretty good.)

Any information you can provide me would be greatly appreciated.
I wish I could read German...
panda1100

Hi Dohnie,Yoshiaki
Thank you for this great work
I am trying to work on different kind of fuel, would you help me by sharing the utility codes?
Thank you in advance

Zaid

Howard June 1, 2015 10:11

Quote:

Originally Posted by dohnie (Post 447908)
Dear Foamers,
I developed an OpenFOAM solver for the simulation of the deflagration-to-detonation transition in gases.
Some features:
  • accurate shock capturing with a density based solver (largely based on Oliver Borm's development densityBasedTurbo)
  • deflagration modelling via a reaction progress variable (based on XiFoam)
  • auto-ignition sub-grid model separating each computational cell into a "shocked" and an "unshocked" part
  • auto-ignition from tabulated ignition delay times, gained from a detailed chemical mechanism
  • low computational cost due to applicability to coarse grids and usage of pre-tabulated chemistry
Even if you're not interested in detonations/combustiHion, it might be a nice alternative to existing OpenFOAM solvers when it comes to shock resolution in transonic flows.

The code incl. a short documentation and tutorials can be downloaded from
http://sourceforge.net/projects/ddtfoam/

Hi, friend, Could I ask that if this ddtFoam can work for ordinary combustion simulation? Because I want to use detailed chemistry using XiFOAM method.

nguyenvanbo August 27, 2015 04:24

please helps
 
Quote:

Originally Posted by panda1100 (Post 496503)
Dear dohnie,

Thank you for sharing this great work:)

Is there any information about how to change H2+air to Diesel mixture?
And If its possible, Can you share your utility codes?
for example,
  • loolupIgn_06.m
  • automaticSetFields_tfc_zu_Grad3s_03.c etc
I want to try this solver with another type of gas.
(I tried your tutorial and that works pretty good.)

Any information you can provide me would be greatly appreciated.
I wish I could read German...
panda1100

Dear Dohnie and Yoshiaki,
I have downloaded the ddtfoam solver, it works perfectly for the H2-Air as shown in tutorial. it also work well for the homogeneous fuel (H2/Air) as well as different geometry.
However, when i try with hydrocarbon fuels it does not work. I though i may come from the way H2 ignite that differs from hydrocarbon.
Me too, i cannot read the your thesis in German so it hard for me to understand. So, if it is possible could you please share the utility codes to me? or some tips that i can run as well as understand.
Thank you very much for you kind,

Regards,
NGUYEN VAN BO
p/s: my email address is: tslngvb@nus.edu.sg

vanbonguyen March 24, 2016 11:16

Hi Florian Ettner and others,

I am doing simulation for the DDT process for JET-A fuel. I have tried your tutorial for H2/Air mixture, it works perfectly. However, when i move to JET-A fuel, it seems that i need the Cantera to generate cTable_fpT_07.csv file and LOG_tignTable_fpT_09.csv to get mass fraction of species from progress variable "c", and ignition delay time as well. In fact, i don't really understand these files and the way you generated them. So, could you please give me your suggestion or Cantera files that i can use to modify for the JET-A fuel.
Thank you very much for your kind and helps,
Regards,
NGUYEN VAN BO

dohnie March 28, 2016 15:04

Files for table generation
 
Dear Nguyen van Bo,
you can download the following files for generating theses tables:
https://sourceforge.net/projects/ddt..._06.m/download
https://sourceforge.net/projects/ddt..._05.m/download

The "tign" Matlab file generates the tabulated ignition delay times as function of pressure, temperature and fuel content of hydrogen-air mixtures (the file "LOG_tignTable_fpT_09.csv" in the ddtFoam tutorials). The command explosion(...) (line 64) works only if you install Cantera and the Detonation Toolbox for Matlab, see
http://shepherd.caltech.edu/EDL/publ...ml/SD_Toolbox/

The second file generates the cTable_fpT_07.csv in a similar manner. This table is used to get the gas composition as function of the reaction progress variable c.

I hope this helps.
Kind regards,
Florian

vanbonguyen April 12, 2016 01:52

Dear Florian,
Thank you very much for shareing the files. This help me a lot.
Regards,
NGUYEN

vanbonguyen April 13, 2016 03:15

When we apply the provided code of ddtFoam for other fuel, we need to carefully consider some polynomials, which are special developed for Hydrogen/air. Such as, SL0 = function(fH), alphaUnburned = function(fH), and muUnburned = function(fH). it seems that Florian extract it from experimental data. Correct me if i am wrong! So, could you please give us the reference(s) of this data?
Thank you very much!

vanbonguyen April 23, 2016 22:00

please helps
 
2 Attachment(s)
Hi all,
I am working with the provided ddt code for Jet-A fuel. I work perfectly with pddtFoam, all variables look quite right. However, when i move to ddtFoam solver the results still look right until the velocity approaching a value of about 700 m/s, then it is going to strange as the whole domain is burn immediately. Please see the results enclosed. Pictures for time at 0.011 seconds and at 0.111 seconds. I really do appreciate if anyone can give me your comment or suggestion! ThanksAttachment 46921

Attachment 46922

vanbonguyen May 11, 2016 05:10

I have fixed this problem.
 
Quote:

Originally Posted by vanbonguyen (Post 596408)
Hi all,
I am working with the provided ddt code for Jet-A fuel. I work perfectly with pddtFoam, all variables look quite right. However, when i move to ddtFoam solver the results still look right until the velocity approaching a value of about 700 m/s, then it is going to strange as the whole domain is burn immediately. Please see the results enclosed. Pictures for time at 0.011 seconds and at 0.111 seconds. I really do appreciate if anyone can give me your comment or suggestion! ThanksAttachment 46921

Attachment 46922

I have fixed this problem. The error comes from the ignition time. To fix it i need to open the file explosion(...) in the SDT toolbax and modified the tel=0-0.001 (old) to 0-1.0 (modification). Then, we can generate the ignition time table.So it work.

Alvin October 3, 2016 22:28

Segmentation faults in tutorial cases
 
1 Attachment(s)
Hello, I installed ddtFoam onto OpenFoam 2.1.1 (The recommended version) in a SUSE Linux environment and trying to run the tutorial cases, but segmentation faults shows up and it stopped computing. (Attached picture. This is an error for the shocktube tutorial.)
According to the previous posts in this thread, it looks like everyone is using without any issues. Is there anyone had the same issues as mine? If you had and solved it, could you share how to fix it? Any information you can provide me would be greatly appreciated.

lx882211 December 15, 2016 10:13

Quote:

Originally Posted by vanbonguyen (Post 596408)
Hi all,
I am working with the provided ddt code for Jet-A fuel. I work perfectly with pddtFoam, all variables look quite right. However, when i move to ddtFoam solver the results still look right until the velocity approaching a value of about 700 m/s, then it is going to strange as the whole domain is burn immediately. Please see the results enclosed. Pictures for time at 0.011 seconds and at 0.111 seconds. I really do appreciate if anyone can give me your comment or suggestion! ThanksAttachment 46921

Attachment 46922

i am very interested in DDT, i want to simulated this amazing phenomenon, compared with a C3H8 fuel. However, i don't know how to generate the ignition delay and other information used during the simulation. Could you tell the method or some tips about that?

Thank you very much
Best Regards

lx882211 December 15, 2016 10:36

Quote:

Originally Posted by ZaidDulaimi (Post 544969)
Hi Dohnie,Yoshiaki
Thank you for this great work
I am trying to work on different kind of fuel, would you help me by sharing the utility codes?
Thank you in advance

Zaid

Have you got the utilities? can you share the utility codes with me,thank you very much.


All times are GMT -4. The time now is 16:09.