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

[openSmoke] libOpenSMOKE

Register Blogs Community New Posts Updated Threads Search

Like Tree133Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 9, 2015, 02:21
Default
  #461
TBO
Member
 
Join Date: May 2013
Location: Netherlands
Posts: 30
Rep Power: 12
TBO is on a distinguished road
Quote:
Originally Posted by sino75 View Post
I tried a lot of things like relaxation factors, maxCourant number or changed the schemes, but I had no success. Courant number doesn't seem to have influence at all.
Correct me if I'm wrong, but since your similation is steady state with flameletSimpleFoam, the Courant number won't have any influence. With the Courant number you define indirectly the required time step in transient simulations. Since your similation is steady state, you do not specify the Courant Number. When you specify it, it does nothing.
TBO is offline   Reply With Quote

Old   April 9, 2015, 02:47
Default
  #462
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
@TBO: What you say is correct (SIMPLE algorithm does not use the Co number because no time derivation is solved).

@Sino75: maybe your mesh is going to get to fine and you resolve turbulence which can not be handled with SIMPLE algorithm. Therefore it could be a good choice to check it with a transient solver.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   April 9, 2015, 06:26
Default
  #463
New Member
 
Sinasi Bahceci
Join Date: Jan 2015
Posts: 13
Rep Power: 11
sino75 is on a distinguished road
Thanks for your fast support.
I'm working with flameletSimpleFoam in my master thesis. FlameletPisoFoam is not available in the new version. So I know I would get much better results with PISO or PIMPLE, but I have to use SIMPLE
Are there any possibilities to improve the SIMPLE solver?
Do you know why flameletPisoFoam is not available anymore in the newest version?
Thanks a lot.
sino75 is offline   Reply With Quote

Old   April 9, 2015, 08:35
Default
  #464
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
Yes I know why its not available. The reason is that I build that stuff (during and after my masterthesis). In 2.3.x I removed the solver because it is not well tested and at there is also the flamelet solver availible build by Hagen Müller (its using PIMPLE and is for RANS + LES).

At the moment I am building a new lib which can be used for laminar and turbulent flames (RANS + LES) but due to the fact that I am doing it in my spare time, it could take month if its finished.

So you have more possibilities:

  • Building the transient solver yourself
  • Using Hagens solver
  • Using model 2.2.x or 2.1.x
  • Waiting (maybe for a long time) till I finished this solver


You can prove SIMPLE also, but what you want to prove if you solve instationarity and you are not solving time derivation?
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   April 9, 2015, 09:54
Default
  #465
New Member
 
Sinasi Bahceci
Join Date: Jan 2015
Posts: 13
Rep Power: 11
sino75 is on a distinguished road
Hi Tobi,

I'm comparing Hagens solver with this one. So I will use the older version for Piso. If I have enough time, I will try to include Piso (Pimple?!) into new version.
I'm really looking forward to the implementation of LES. So I wish you success.
Thanks again!
sino75 is offline   Reply With Quote

Old   April 9, 2015, 10:36
Default
  #466
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
I dont know how it was in previous OF versions but there is SIMPLE and PIMPLE. If you set nOuterCorrectors to 0 or 1 then PIMPLE is operating in PISO mode. The implementation is not hard but I focused some stability problems due to the Pressure-Momentum coupling.

After checking Hagens solver, I saw that he is doing something with the density and compressibility. But till now I had no time to work more on that.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   April 17, 2015, 05:55
Default
  #467
New Member
 
Sinasi Bahceci
Join Date: Jan 2015
Posts: 13
Rep Power: 11
sino75 is on a distinguished road
Hi,

I have a question about thermophysical model in Lookup-File. I wanted to create new library for adiabatic flame and got following error:
Maximum number of iteration for calculating temperature from enthalpy.
As i only changed something with the dissipation rates X, the problem must be here. So my question is:
How is the function of T(H,X) defined? I couldn't find the source code for this.

Best regards

(flameletmodel 2.3.x)
sino75 is offline   Reply With Quote

Old   April 17, 2015, 10:24
Default
  #468
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
Adiabatic Flamme? You can simulate adiabtic flames.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   April 17, 2015, 15:09
Default
  #469
New Member
 
Sinasi Bahceci
Join Date: Jan 2015
Posts: 13
Rep Power: 11
sino75 is on a distinguished road
Sorry, of course I meant PDF for enthalpy defect 0.
sino75 is offline   Reply With Quote

Old   April 20, 2015, 04:02
Default
  #470
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
Quote:
Originally Posted by sino75 View Post
Sorry, of course I meant PDF for enthalpy defect 0.
Okay, what you want to do? I did not get the point?
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   April 26, 2015, 05:19
Default strange with radiation
  #471
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Greetings Tobi

I hope that you are making good.

I was checking my results of the HM1 bluff-body stabilized flame and confronted a strange behavior. I have compared Temperature results with and without radiation and found that data with radiation indicates partially higher values at rich locations. AFAK from literature, the radiative heat transfer removes enthalpies from high temperature gases, hence, the solution with radiation should give lower temperature .


I have attached a pic of temperature profiles for comparison.


Would u PLZ provide ur suggestions on this behavior?



Best
Bobi
Attached Images
File Type: jpg X-D=0.26.jpg (82.1 KB, 28 views)
babakflame is offline   Reply With Quote

Old   May 8, 2015, 02:47
Default
  #472
Senior Member
 
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 12
wenxu is on a distinguished road
Dear all,

Anyone in this thread using libOpenSMOKE to simulate soot formation? I want to know how the source library of soot with different models be generated? Any one could give me some hints?

Thank you in advance!


Regards,
Wen Xu
wenxu is offline   Reply With Quote

Old   May 8, 2015, 03:09
Default
  #473
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
Quote:
Originally Posted by wenxu View Post
Dear all,

Anyone in this thread using libOpenSMOKE to simulate soot formation? I want to know how the source library of soot with different models be generated? Any one could give me some hints?

Thank you in advance!


Regards,
Wen Xu

You have to use the original files, there you find the soot library!
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   May 8, 2015, 04:25
Default
  #474
Senior Member
 
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 12
wenxu is on a distinguished road
Yes, I am using the original library and I already find the library of soot sources there. BUT I want to know how the library be generated? I did not find the generation tools.

Regards,
Wen Xu
wenxu is offline   Reply With Quote

Old   May 8, 2015, 07:33
Default
  #475
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
Which library do you mean? There is only the soot model as source code (as you mentioned). Maybe you mean the flamelet - look - up - table lib.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   May 8, 2015, 07:49
Default
  #476
Senior Member
 
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 12
wenxu is on a distinguished road
No, did not you find the PDF-Library-Soot folder in the original version? There are four sub-folders there: aggregation, growth, nucleation and oxidation.

I mean how did he get the libraries, can they be used for other cases?

Regards,
Wen Xu
wenxu is offline   Reply With Quote

Old   May 10, 2015, 10:03
Default
  #477
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Greetings All

Does anybody has any hint for me about the data driven with and withour radiation written above in post #471.

Best,
babakflame is offline   Reply With Quote

Old   May 10, 2015, 11:43
Default
  #478
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
For me its really the Same. The mismatch is so small
babakflame likes this.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   May 10, 2015, 12:14
Default
  #479
New Member
 
Imed
Join Date: Mar 2014
Location: https://t.me/pump_upp
Posts: 10
Rep Power: 12
Imed is on a distinguished road
Send a message via ICQ to Imed Send a message via AIM to Imed Send a message via Yahoo to Imed
Hi Mr Holzmann;
I'm new in OpenFoam, I'd like to simulate flow over cylinder, I generated the mech in GMSH, so Icouldn't convert it to Fuoam, UI cannot know to it wrong...
I'm thankful for your help
...
thank you.
Imed is offline   Reply With Quote

Old   May 10, 2015, 12:16
Default
  #480
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Quote:
Originally Posted by Tobi View Post
For me its really the Same. The mismatch is so small

Greetings

Maybe it's just a numerical error.

Best,
babakflame 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
Numerical treatment of the source term in combustion equations Tobi Main CFD Forum 37 September 15, 2020 13:42
[openSmoke] flameletSmoke + new ODESolver (by Alberto Cuoci) Tobi OpenFOAM Community Contributions 1 November 21, 2017 18:24
Unsteady solver with Flamelet Model (libOpenSMOKE) francesco_capuano OpenFOAM Running, Solving & CFD 11 November 26, 2013 04:50
LibOpenSmoke, getting the species in ParaFoam Christoph_84 OpenFOAM 1 May 31, 2012 14:42


All times are GMT -4. The time now is 07:13.