|
[Sponsors] |
Non-isothermal incompressible LES in OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 14, 2014, 11:22 |
Non-isothermal incompressible LES in OpenFOAM
|
#1 |
New Member
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 14 |
Hi,
I was wondering which solver should we use to simulate a 'Non-isothermal incompressible LES in OpenFOAM' without the boussinesq approximation. I understand there is a well laid out procedure for flows with 'boussinesq approximation': http://openfoamwiki.net/index.php/Bu...sinesqPisoFoam We would like to use temperature dependent fluid properties for the LES simulation (ideal gas for density of good enough). Any information would be of great help. Thanks for all the help. Sagnik |
|
January 14, 2014, 12:34 |
|
#2 | |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
If you want temperature dependent fluid properties through ideal gas law, it will no longer be incompressible. The point of the Boussinesq approach is to avoid variable density (and the compressible formulation) and instead "model" density changes through a body force term dependent on temperature.
The rule of thumb for Boussinesq validity is Your alternative is to explore the buoyantPimpleFoam solver which has variable density but as I mentioned will be compressible. Quote:
|
||
January 14, 2014, 13:20 |
|
#3 |
New Member
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 14 |
Yes, very true. I understand that you are suggesting 'buoyantPimpleFoam' solver. Would it be possible for you to suggest us a good reference work with OpenFOAM in this regard !
Thanks for all the help and inputs. Sagnik |
|
January 14, 2014, 14:28 |
|
#4 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
If you check out the buoyantPimpleFoam source you will see it's already capable of using LES. Switching between RAS and LES is handled in the constant/turbulenceProperties dictionary. Then add/modify an constant/LESProperties dictionary to define the LES model you want to use.
Since it's compressible you may want to refer to one of the existing LES compressible tutorials for model and BC options. Good luck |
|
December 5, 2014, 03:14 |
|
#5 |
Member
Florian Ries
Join Date: Feb 2014
Location: Darmstadt, Germany
Posts: 88
Rep Power: 12 |
Hi all,
just for better understanding: if the density is only a function of temperature and composition, then the flow is incompressible but the density can change!!!! (with temperature and composition). In an compressible flow, the denisty is a function of pressure. If the Mach number is higer then lets say 0.3 , we have to care about the pressure. The most people think that incompressible is if density do not change. This is wrong! This kind of flow is constant density flow. In my opinion it is very confusing in OpenFoam, that some solvers are called compressible and incompressible. For example buoyantPimpleFoam can be used for compressible and incompressible flow. It depends on which equation of state you use in thermophysicalProperties dictionary. If you choose: equationOfState incompressiblePerfectGas; then the flow is incompressible. If you choose: equationOfState perfectGas; then the flow is compressible. In both cases the density can change. kind regards Florian |
|
December 5, 2014, 03:19 |
|
#6 |
Member
Florian Ries
Join Date: Feb 2014
Location: Darmstadt, Germany
Posts: 88
Rep Power: 12 |
Hi drmarcoguevara,
bouyantPimpleFoam and bouyantSimpleFoam should be able to handle non-isothermal incompressible flow. But I am very intrested in the code you mentioned. Could you please upload the code in the forum?? Then we can verificate the code. This should be helpfull for you as well. If this is impossible, could you please send me the code: ries@ekt.tu-darmstadt.de kind regards Florian |
|
March 9, 2016, 04:41 |
|
#7 |
New Member
Desanga
Join Date: Dec 2013
Posts: 19
Rep Power: 12 |
hi drmarcoguevara,
could you please share your code with us Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Incompressible, miscible mixing of two fluid stream OpenFOAM | Nishchal | OpenFOAM Running, Solving & CFD | 6 | October 9, 2019 07:55 |
Which pressure OpenFOAM use for incompressible flow? P/rho or (P-101325)/rho ? | panda60 | OpenFOAM | 16 | August 14, 2018 05:57 |
Solving for two phase, incompressible, inviscid flow (OpenFOAM) | Betsy | OpenFOAM Running, Solving & CFD | 6 | July 16, 2012 06:58 |
Implementing a new LES Model in OpenFoam | fs82 | OpenFOAM | 6 | October 13, 2009 10:58 |
OpenFOAM - incompressible solver + porous zones | Nicolai Heilskov | FLUENT | 1 | October 23, 2008 09:34 |