|
[Sponsors] |
July 9, 2015, 04:05 |
|
#61 | |
Senior Member
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 13 |
Quote:
Hi, LiKun I can not download the source code. Could you send it to me? 981588592@qq.com Thank you very much! Regards, Wen Xu |
||
July 17, 2015, 00:46 |
Files
|
#62 |
Member
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13 |
||
July 17, 2015, 03:11 |
|
#63 |
Member
Join Date: Feb 2015
Posts: 31
Rep Power: 11 |
If you give me your email I will send you the material.
Stefano |
|
July 17, 2015, 07:01 |
|
#64 |
Member
Lisandro Maders
Join Date: Feb 2013
Posts: 98
Rep Power: 13 |
||
August 11, 2015, 20:37 |
Help
|
#65 |
Member
Join Date: Feb 2014
Posts: 63
Rep Power: 12 |
Did anyone recently succeeded in installing this FGM package on 1.6-ext ?
I downloaded this package from https://openfoamwiki.net/index.php/S...ibution#Code_3 I am trying to install this on Ubuntu 12.04, with cantera-1.7.0 but i cannot get it to compile beyond a certain point due to cantera compilation at the moment. Code:
ChemicalSystem.H:4:29: fatal error: cantera/Cantera.h: No such file or directory compilation terminated. Code:
src/pycantera.cpp:22:34: fatal error: numarray/arrayobject.h: No such file or directory compilation terminated. |
|
August 17, 2015, 15:43 |
How to generate LDMtables ?
|
#66 |
Member
Join Date: Feb 2014
Posts: 63
Rep Power: 12 |
Okay i finally compiled both generateILDM and pdfOodles. There are tutorials for pdfOodles but not clear how LDMtables were genereated.
How do i generate FGMtables can someone please give a hint ? |
|
August 21, 2015, 03:09 |
|
#67 | |
Member
Join Date: Feb 2015
Posts: 31
Rep Power: 11 |
Quote:
Best, Stefano |
||
August 22, 2015, 11:21 |
generateILDM
|
#68 |
Member
Join Date: Feb 2014
Posts: 63
Rep Power: 12 |
Hi Steffano,
Thanks for your reply. But when i run generateILDM from the case directory I get the following error. For all 3 examples i have this problem. Code:
terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid Aborted (core dumped) Could you please attach a working example directory without the mesh files. |
|
August 24, 2015, 03:34 |
|
#69 |
Member
Join Date: Feb 2015
Posts: 31
Rep Power: 11 |
Hi Uyan,
here you can find an example of a working generatedIldmDict. However, looking at your error I think that maybe you have to modify the file main.C at line 40-41 with your working directory or you have other compilation errors. /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.4 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; root ""; case ""; instance ""; local ""; class dictionary; object generateFgmDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // readCacheOnly no; inputFile "gri30.cti"; gasID "gri30_mix"; defaultConservedVariables 3 ( p 100000 phi 0.586 T 294 ); constituentsGivenAs moleNumbers; //constituentsGivenAs moleFractions; //constituentsGivenAs massFractions; fuel 1 ( CH4 1.0 ); oxidant 2 ( O2 1.0 N2 3.76 ); majorProducts 2 ( CO2 1.0 H2O 2.0 ); mixtureFractionBasedOn C; stoichiometricOxidantFuelMassRatio 17.13; fixUnburntTemperature no; conservedVariableLoops ( { variable h; start -1.75+06; end -11442.24; resolution 50; } ); ILDMgeneratorType FGM; laminarFlameDomainLength 0.03; laminarFlameInitialDomainResolution 15; flameShift 0.0; progressVariableName CO2; progressVariableResolution 50; resolution 64; // ************************************************** *********************** // |
|
October 22, 2015, 01:02 |
|
#70 |
New Member
Jaehyeon Kim
Join Date: Sep 2014
Posts: 4
Rep Power: 12 |
Hi Stefano,
Did you solve the laminar flame using this FGM code? Is it possible? If so, how configure the setting? |
|
December 20, 2015, 22:10 |
|
#71 |
Senior Member
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 13 |
Has anyone in this thread complied the code in OpenFOAM 2.3.0?
|
|
December 21, 2015, 03:44 |
|
#72 |
Member
Join Date: Feb 2015
Posts: 31
Rep Power: 11 |
I don't think so! I think that it is only available for OpenFoam 1.6!
|
|
December 21, 2015, 04:06 |
|
#73 |
Senior Member
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 13 |
Now I am working with it to compile it with OF2.3.0 standard library.
|
|
December 21, 2015, 04:08 |
|
#74 |
Member
Join Date: Feb 2015
Posts: 31
Rep Power: 11 |
If you need help I would be interested in. You can contact me with a private email.
Stefano |
|
December 21, 2015, 04:18 |
|
#75 |
Senior Member
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 13 |
Thank you very much! Now I have compile it successfully with OF2.3.x library, but the case has not run to validate this model.
My email address:981588592@qq.com Best regards, Wen |
|
November 7, 2016, 06:28 |
Additional Scalar into SIJPDFthermo class?
|
#76 |
Member
Join Date: Feb 2014
Posts: 63
Rep Power: 12 |
Hi all,
Has anyone successfully add another scalar into the SIJPDFthermo class and looked up it from the pre-integrated table. Lets say something like 'OH' species mass fraction? Thanks in advance for any hints. |
|
January 26, 2017, 10:05 |
|
#77 |
New Member
Join Date: Jan 2016
Posts: 5
Rep Power: 10 |
Does anybody still have this code? It could be a very good point to start for me.
moreno.geerts@ugent.be |
|
October 22, 2019, 11:00 |
Code request.
|
#78 |
New Member
Constantin Sula
Join Date: May 2018
Posts: 1
Rep Power: 0 |
Hi,
I am also interested in the FGM code. In case any of you has it, could you please email it to me at sulaconstantin@yahoo.com? |
|
September 30, 2020, 09:16 |
|
#79 |
New Member
Join Date: Aug 2020
Posts: 3
Rep Power: 6 |
||
September 30, 2020, 09:21 |
|
#80 |
New Member
Join Date: Aug 2020
Posts: 3
Rep Power: 6 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Liquid rocket engine non-premixed combustion model | Erik | FLUENT | 2 | November 28, 2013 15:09 |
second and final question about flamelet combustion model | AdidaKK | CFX | 0 | October 17, 2009 08:25 |
Combustion Model for CAI/HCCI - AVL FIRE | Patryk | Main CFD Forum | 0 | July 24, 2009 17:43 |
How to model combustion with only methane stream? | ligang zheng | FLUENT | 2 | May 1, 2007 10:16 |
combustion model | Hennie van der Westhuizen | Siemens | 7 | February 27, 2002 03:10 |