CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

RASModel in multiphaseEulerFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2012, 13:20
Default RASModel in multiphaseEulerFoam
  #1
Member
 
Petr Furmanek
Join Date: Jan 2012
Location: Faenza, Italy
Posts: 66
Rep Power: 14
petr.f. is on a distinguished road
Hello Foamers,

I'm little bit confused with turbulence modelling options in multiphaseEulerFoam. It seems that by default there is only LES included in the source code (#include "LESModel.H"). I'm not sure what to do when I want to use RASModel - if I have to modify the code by including RASModel.H or if there is any option for LESModel to simulate RAS instead of LES. Does anyone of you have any experience with that?

Thanks, Petr.
petr.f. is offline   Reply With Quote

Old   December 14, 2012, 13:18
Default
  #2
Senior Member
 
Kent Wardle
Join Date: Mar 2009
Location: Illinois, USA
Posts: 219
Rep Power: 21
kwardle is on a distinguished road
You are correct that mpEF only does LES by design. This is because the intended application was where the sharp interface and interfaceCompression is used and thus time steps are already small and LES is little to no added cost. You would have to modify the code for RAS. One problem is deciding whether to calculate turbulence only for the continuous phase or have RAS model per phase with inter-phase turbulence transport--this is more general and more complex. Again, depending on your application you might choose one or the other. Based on questions you have asked elsewhere it seems like you will be using interfaceCompression in which case I wonder why you are interested in RAS models.
kwardle is offline   Reply With Quote

Old   December 14, 2012, 19:56
Default
  #3
Member
 
Petr Furmanek
Join Date: Jan 2012
Location: Faenza, Italy
Posts: 66
Rep Power: 14
petr.f. is on a distinguished road
Again - thank You very much for the reply Kent. Originally, I intended to use the RAS models in order to stabilize the computation (I don't need to resolve behaviour of flow in turbulent boundary layer). But as I have run into problems with computational time, which vastly exceeds the time available, I have decided not to use any turbulence modelling. At least until I find a way how to implement some sort of fully implicit coupled block-matrix solver into multiphaseEulerFoam (or interFoam...).

Considering the interfaceCompression and RAS models - are there any problems in using them simultaneously?
petr.f. is offline   Reply With Quote

Old   December 18, 2012, 11:30
Default
  #4
Senior Member
 
Kent Wardle
Join Date: Mar 2009
Location: Illinois, USA
Posts: 219
Rep Power: 21
kwardle is on a distinguished road
You can use RAS in interFoam, so functionally there is no issue.
Not sure what type of problem you are looking at, but I have implemented the LTS solution method (as in LTSInterFoam) into an older version of mpEF and it works to accelerate the solution. This is only valid/stable when you have a problem with a stable, steady-state liquid surface. If you want to go that route I could probably give some pointers.
-Kent
kwardle is offline   Reply With Quote

Old   February 4, 2013, 03:01
Default
  #5
New Member
 
Timo Kulju
Join Date: Aug 2009
Posts: 22
Rep Power: 16
tikulju is on a distinguished road
Hi all!
I'm trying to incorporate actually a general turbulence model into the solver, so that both RAS and LES could be used. The idea is to use the mixture field U to model to turbulence. For now all I have done, is to replace the
Code:
LESModel
with
Code:
turbulenceModel
in the code and in UEgn.H-file the nuEff accordingly. Is there more, which I should take care of, or is this enough?

- Timo
tikulju 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
multiphaseEulerFoam strange behaviour in damBreak4phase tutorial darai OpenFOAM Running, Solving & CFD 10 April 22, 2016 06:01
multiPhaseEulerFoam and LES GerhardHolzinger OpenFOAM Running, Solving & CFD 7 December 18, 2013 20:19
RASmodel not detected Ofc OpenFOAM Running, Solving & CFD 2 January 12, 2012 09:19
kOmegaSST RASmodel and SpalartAllmaras turbulenceModel vaina74 OpenFOAM Running, Solving & CFD 0 March 29, 2010 12:59
Error for multiphaseInterFOAM (RASModel) OF_User OpenFOAM Running, Solving & CFD 10 October 20, 2009 20:04


All times are GMT -4. The time now is 11:21.