CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[flameletModel] Error in tutorial using flamelet model in openfoam-4.x

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 2 Post By Adlak
  • 1 Post By Tobi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 26, 2016, 07:12
Default Error in tutorial using flamelet model in openfoam-4.x
  #1
Member
 
Mukesh Adlak
Join Date: Jun 2016
Posts: 32
Rep Power: 9
Adlak is on a distinguished road
Hi Tobi,
i have compiled flamelet model in openfoam-4.x but while running the tutorial case i am getting the following error :

--> FOAM FATAL ERROR:
Not implemented

From function flameletThermo::Z()
in file flameletThermo/flameletThermo.C at line 160.

FOAM aborting

#0 Foam::error:rintStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 Foam::flameletThermo::Z() at ??:?
#3 ? at ??:?
#4 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#5 ? at ??:?
Aborted (core dumped)

Last edited by Tobi; October 30, 2017 at 10:01.
Adlak is offline   Reply With Quote

Old   December 30, 2016, 04:56
Default
  #2
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Okay. This Problem is not related to the verification of the Model but thank you for the hint. I will check it out in 2 weeks (holiday at the moment)

Sent from my HTC One mini using CFD Online Forum mobile app
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 13, 2017, 05:27
Default
  #3
Member
 
Mukesh Adlak
Join Date: Jun 2016
Posts: 32
Rep Power: 9
Adlak is on a distinguished road
Hi Tobi, Hope your holidays were awesome,

I have compiled flamelet model in openfoam-4.x but while running the tutorial case i am getting the following error :

--> FOAM FATAL ERROR:
Not implemented

From function flameletThermo::Z()
in file flameletThermo/flameletThermo.C at line 160.

FOAM aborting

#0 Foam::error:rintStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 Foam::flameletThermo::Z() at ??:?
#3 ? at ??:?
#4 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#5 ? at ??:?
Aborted (core dumped)
Adlak is offline   Reply With Quote

Old   January 13, 2017, 07:39
Default
  #4
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi,

I checked it out during my holiday and was re-programming and adding the missing functions and stuff. However, running the case will end in a segmentation fault error, that I did not investigate till now. I will check it - probably this weekend. But I am not sure. If you need it soon, you can switch to previous versions.

Kind regards,
Tobi
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 17, 2017, 15:47
Default
  #5
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
To everybody,

the flameletModel is now working again for OpenFOAM Version 4.x. First of all I was not implementing the thermodynamic model and during the Christmas holidays I was not able to figure out all the problems. However, now I resolved the problems and the solver and libraries are working again.

Check it out yourself and if you would like to make a validation, put it into the validation section.

The code can be found here: https://​bit​bucket​.org/​s​h​o​r​-​t​y​/​f​l​a​m​e​l​e​t​m​o​d​e​l

flameletModel-4.x.jpg
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 18, 2017, 01:20
Default
  #6
Member
 
Mukesh Adlak
Join Date: Jun 2016
Posts: 32
Rep Power: 9
Adlak is on a distinguished road
Quote:
Originally Posted by Tobi View Post
To everybody,

the flameletModel is now working again for OpenFOAM Version 4.x. First of all I was not implementing the thermodynamic model and during the Christmas holidays I was not able to figure out all the problems. However, now I resolved the problems and the solver and libraries are working again.

Check it out yourself and if you would like to make a validation, put it into the validation section.

The code can be found here: https://​bit​bucket​.org/​s​h​o​r​-​t​y​/​f​l​a​m​e​l​e​t​m​o​d​e​l

Attachment 53275

Thanks Tobi and sorry for the multiple posts,
Tobi and raj kumar saini like this.
Adlak is offline   Reply With Quote

Old   October 30, 2017, 09:52
Default
  #7
rcr
New Member
 
Join Date: Jun 2017
Posts: 3
Rep Power: 8
rcr is on a distinguished road
Hello Tobi,


I tried to download the flamelet model you posted here but for some reason I could not clone it through the instructions you gave.
GIT gives me an error message:

Code:
sudo git clone git@bitbucket.org:shor-ty/flameletmodel.git
Cloning into 'flameletmodel'...
Warning: Permanently added the RSA host key for IP address 'XXX.XXX.XXX.X' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
The only way it worked was by doing
Code:
git clone https://bitbucket.org/shor-ty/flameletmodel.git
The following steps worked well.
Maybe there is an issue in terms of credentials to download this way.
Anyway, thank you for creating and sharing your model, I am going to test it for my model, and I hope it solves my problem.


Regards,
rcr is offline   Reply With Quote

Old   October 30, 2017, 10:02
Default
  #8
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi,

yes you have to use the https:// way. However, I am not updating the stuff anymore. Alberto Cuoci should have a new set of libraries and solvers.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   November 22, 2017, 23:07
Default thermophysical property
  #9
New Member
 
Salman Aljabri
Join Date: Nov 2017
Posts: 2
Rep Power: 0
Salman07 is on a distinguished road
Hello everyone,
I am modeling a counter flow flame using methane-ethylene-nitrogen as a fuel and air as oxidizer. my question is how to set the thermophysical properties in the constant folder because in the tutorial case Sandia_COH2N2 it was stated for mixture only and I think the listed properties are for air only as below. Should I change it in my case and add each species or keep it like it is?

HTML Code:
thermoType{    type            pdfFlameletThermo;    mixture         pureMixture;    transport       sutherland;    thermo          hConst;    equationOfState perfectGas;    specie          specie;    energy          sensibleEnthalpy;}mixture{    specie    {        nMoles      1;        molWeight   28.9;    }    thermodynamics    {        Cp          1005;        Hf          0;    }    transport    {        As          1.4792e-06;        Ts          116;    }}// ************************************************************************* //

Thanks in advanced,
Salman
Salman07 is offline   Reply With Quote

Old   November 23, 2017, 01:49
Default
  #10
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
The entries are dummy ones. The thermodynamic come from the tables.
Salman07 likes this.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   November 26, 2017, 07:01
Default
  #11
New Member
 
Salman Aljabri
Join Date: Nov 2017
Posts: 2
Rep Power: 0
Salman07 is on a distinguished road
Thanks Tobi.
Salman07 is offline   Reply With Quote

Reply


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
Error in New Surface reaction model (Having multiple reactions) surajkvs OpenFOAM Programming & Development 2 May 23, 2023 21:21
Adding a custom turbulence model in OpenFOAM 3.0 Sylvain OpenFOAM Programming & Development 3 July 18, 2016 08:15
Suggestion for a new sub-forum at OpenFOAM's Forum wyldckat Site Help, Feedback & Discussions 20 October 28, 2014 09:04
about Subgrid-scale model impecca OpenFOAM Running, Solving & CFD 4 December 20, 2013 10:36
Explanation of airFoil2D tutorial in OpenFOAM akku OpenFOAM Running, Solving & CFD 0 February 28, 2013 00:21


All times are GMT -4. The time now is 23:05.