|
[Sponsors] |
December 16, 2016, 05:06 |
|
#41 | |
New Member
NGUYENVB
Join Date: Aug 2015
Posts: 11
Rep Power: 11 |
Quote:
lookupY_05.m and lookuptIgn_06.m) the first matlab code is used to generate the species at different temperature and pressure for lookup table. The second matlab code is used to generate the ignition time. In order to do this, you need to install the STDtoolbox for matlab (http://shepherd.caltech.edu/EDL/publ...ml/SD_Toolbox/) where you can find both cantera and python. After installation you just find your own chemical kinetic model and generate the file.cti. Put the file.cti in the data base and run the two matlab codes above to get the ignition time and species table. Good luck, NGUYEN VAN BO |
||
December 16, 2016, 05:23 |
|
#42 | |
New Member
Mr.liu
Join Date: Sep 2012
Posts: 27
Rep Power: 14 |
Quote:
Thank you very much for your reply, i will try it. Thank you. If i want to change H2 to C3H8, where should i take care in these two matlab scripts? |
||
January 6, 2017, 18:39 |
|
#43 | |
New Member
Pankaj
Join Date: Nov 2010
Location: USA
Posts: 5
Rep Power: 16 |
Quote:
Hi Florian, Thanks for your ddt FOAM, I am using now. I need to use wave-transmissive BC. The openFOAM defines "phi= mass-flux=pho*velocity*Area" during calculation of advection velocity. Also in ddt Foam , the Riemen solver provides Riemann.rhoFlux()= pho*velocity*Area ; So, I set directly in BC dictionary phi=rhoFlux. I am bit confused regarding the above suggestion from you that "flux corresponds to Riemann.rhoUFlux() divided by Riemann.rhoFlux()." Could you please, let me know whether "phi " will be = rhoFlux() only or Riemann.rhoUFlux() divided by Riemann.rhoFlux()." ?? Thanks Pankaj |
||
April 7, 2017, 18:31 |
|
#44 |
New Member
Shuai Yuan
Join Date: Nov 2016
Posts: 29
Rep Power: 10 |
Did anyone successfully compile the DDTFoam Solver in OpenFOAM4.0?
|
|
April 7, 2017, 20:35 |
Wave-Transmissive Bc with ddtFoam
|
#45 |
New Member
Pankaj
Join Date: Nov 2010
Location: USA
Posts: 5
Rep Power: 16 |
Hi Yuan Sorry I am running ddtFoam on OF-2.1. R u working on ddtFOAM? Then I have a question for you. Did you use waveTransmissive B.C with ddtFoam? I am always getting different outlet pressure when I change the "lref" in waveTransmissive parameter . For coldFlow ddtFOAM +WaveTransmissive B.C give consistent outlet pressure.
But, with strong detonation it does give accurate outlet pressure using WaveTransmissive B.C. Anyone has any comment. |
|
April 10, 2017, 17:59 |
|
#46 | |
New Member
Shuai Yuan
Join Date: Nov 2016
Posts: 29
Rep Power: 10 |
Quote:
|
||
October 8, 2017, 19:19 |
Update for current versions
|
#47 |
New Member
James
Join Date: Oct 2017
Posts: 2
Rep Power: 0 |
I'm also interested in porting ddtFoam to current versions (4.x and 5.0) of OpenFOAM. From these comments, it appears that the solver only works with version 2.1.1, which is unfortunate. The compiling of the solvers and dependencies fail for current versions of OpenFOAM... that's expected. Any people interested in diving into sorting this out with me?
|
|
October 26, 2017, 16:44 |
Changing hydrogen fuel to methane in ddtFoam
|
#48 |
New Member
Richard
Join Date: Oct 2017
Location: U.K.
Posts: 2
Rep Power: 0 |
Hi formers,
I tried to change the fuel from hydrogen to methane, so it requires to change the ignition tables with using (lookupY_05.m and lookuptIgn_06.m))as well as some extera changes in the code, such as: Changing the UnburnedThermo.C and eUnburnedThermo.C, as well as laminar flame speed in the compute_sl. I have done these changes but still I cannot run a test case and even in the first time step, it goes out of janaf limit! And I used Gulder's equation for Methane's SL. I will appreciate if anyone can help me with these issue. Thanks. |
|
December 5, 2017, 09:23 |
problem while reading header for object cTable
|
#49 |
New Member
Huy Quang Dong
Join Date: Nov 2017
Posts: 19
Rep Power: 9 |
Hello ddtFoamers!
I have installed the ddtFoam solver with OpenFoam 2.1.1. I'm on ubuntu 16. When i run the ddtFoam tutorial i have this error : problem while reading header for object cTable Does anyone knows the solution for this issue? Thanks in advance! |
|
December 5, 2017, 15:41 |
Error lookuptIgn_06
|
#50 |
New Member
VGS
Join Date: Nov 2015
Posts: 3
Rep Power: 11 |
Hello,
Thanks for ddtfoam, it's very good solver. But I'm having a problem to generate the igntion time: Error using ThermoPhase/setTemperature (line 5) the temperature must be positive Error in Solution/set (line 152) setTemperature(a,tval); Error in uvsys (line 30) set(gas, 'T', y(1), 'Rho', density(gas), 'Y', y(2:end)); Error in ode15s (line 579) rhs = hinvGak*feval(odeFcn,tnew,ynew,odeArgs{:}) - Mtnew*(psi+difkp1); Error in explosion (line 42) out = ode15s(@uvsys,tel,y0,options,gas,mw); Error in lookuptIgn_06CH4 (line 64) [out] = explosion(gas0,fig_num); % constant volume explosion I installed cantera and SDToolbox, everything is working. I generated the ddtfoamcTable_fp for methane base in cti for methane. But the ignition time I trying all the ways and I dont solve. Any help is welcome. Thanks
__________________
VGS |
|
November 12, 2018, 03:33 |
errors during installation of ddtfoam on the OpenFOAMŪ for Windows
|
#51 |
New Member
Jian Gao
Join Date: Nov 2018
Posts: 1
Rep Power: 0 |
To compile, run the Allwmake script in the main directory. But,there are many errors, like this:
fatal error: primitivePatch.H: No such file or directory compilation terminated. I do not why,who can help me? Last edited by koken; November 13, 2018 at 03:32. |
|
November 12, 2018, 17:56 |
|
#52 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick answer: Anyone can potentially help you, as long as you give enough information for people to help you
See for example the instructions given on this page: How to give enough info to get help More specifically, in your post/message is missing the critical information of which OpenFOAM version/variant/fork you are using. Knowing which Operating System in which you are using OpenFOAM can also help, along with knowing which installation instructions you've followed.
__________________
|
|
October 28, 2019, 01:36 |
Compilation Error
|
#53 | |
New Member
sanjeev adhikari
Join Date: May 2018
Posts: 13
Rep Power: 8 |
I was trying to compile the ddtfoam in Openfoam V7,6, and 4 but there was an compilation error? Which version of Openfoam is compatible for ddtfoam?
+ wmake libso basic ./src/thermophysicalModels/Allwmake: 6: ./src/thermophysicalModels/Allwmake: wmake: not found + wmake libso reactionThermo ./src/thermophysicalModels/Allwmake: 7: ./src/thermophysicalModels/Allwmake: wmake: not found + wmake libso chemistryModel ./src/thermophysicalModels/Allwmake: 8: ./src/thermophysicalModels/Allwmake: wmake: not found ./Allwmake: 5: ./Allwmake: wmake: not found ./Allwmake: 6: ./Allwmake: wmake: not found ./Allwmake: 7: ./Allwmake: wmake: not found ./Allwmake: 8: ./Allwmake: wmake: not found Quote:
|
||
October 28, 2019, 05:06 |
|
#54 |
New Member
anonymous
Join Date: Nov 2010
Posts: 10
Rep Power: 16 |
Hi friends,
Does ddtFoam accept 3D unstructured mesh? |
|
October 28, 2019, 23:24 |
|
#55 |
New Member
anonymous
Join Date: Nov 2010
Posts: 10
Rep Power: 16 |
according to the readme file, try of211
|
|
October 29, 2019, 04:18 |
combatibility
|
#56 |
New Member
sanjeev adhikari
Join Date: May 2018
Posts: 13
Rep Power: 8 |
Does anybody tell me which version of openfoam is ddtfoam compatible? As i tired compiling in v4,6,7. However, had save error during compiling.
|
|
December 23, 2020, 06:59 |
|
#57 |
New Member
Join Date: Oct 2020
Posts: 10
Rep Power: 6 |
Dear Florian, it's a amazing work. can i ask how many number of grids for the case? and can the ddtFoam be used with dynamicRefineFvMesh? with Adaptive Refinement mesh can get lower cost for computation.
|
|
December 23, 2020, 07:01 |
|
#58 |
New Member
Join Date: Oct 2020
Posts: 10
Rep Power: 6 |
Dear Florian, it's a amazing work. can i ask how many number of grids for the case? and can the ddtFoam be used with dynamicRefineFvMesh? with Adaptive Refinement mesh can get lower cost for computation
|
|
November 20, 2021, 08:02 |
|
#59 | |
New Member
Join Date: Nov 2021
Posts: 1
Rep Power: 0 |
Quote:
|
||
March 14, 2022, 09:20 |
|
#60 |
New Member
Umberto Somma
Join Date: Mar 2022
Posts: 1
Rep Power: 0 |
Hello! I am trying to run the tutorial simulations and I have a problem. I am following the short documentation "Go to the directory tutorials/pddtFoam Tutorial, run the Setup script and examine the initialconditions. Start running the case by invoking pddtFoam ". Basically when I try to run the case by invoking pddtFoam I get like '' command not found ''. I am a beginner of OpenFoam and CFD . Maybe you can give me a tip.
Thanks a lot. |
|
Tags |
combustion, compressible, density based, detonation, transonic |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent Adjoint Solver? | ex10148 | FLUENT | 16 | September 28, 2018 09:11 |
thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 4 | August 2, 2014 10:52 |
Divergence problem | Smaras | FLUENT | 13 | February 21, 2013 06:03 |
3d vof | Smaras | FLUENT | 2 | February 19, 2013 07:58 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |