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

Laminar-turbulent transition model in OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 16, 2011, 12:23
Default
  #21
Member
 
Join Date: Oct 2010
Location: Naples
Posts: 50
Rep Power: 15
salvoblack is on a distinguished road
Quote:
Originally Posted by Tue View Post
I am not familiar with OpenFOAM so I can only tell you how to fix the transition point numerically. Assuming that you know the region where the flow is laminar, you should define this region in term of x, y, z before executing the simulation. You will then need to modify your flow solver in such a way that the turbulent viscosity is set to zero in every cell within the predefined region. Downstream of this region, the turbulence model will force the flow to become turbulent and the transition point is approximately at the interface. Of course this only works if you already know the transition point.
how can i apply you suggestions???
salvoblack is offline   Reply With Quote

Old   February 16, 2011, 12:37
Default
  #22
Tue
New Member
 
Tue Nguyen
Join Date: Oct 2009
Posts: 5
Rep Power: 16
Tue is on a distinguished road
You have to implement it into your flow solver which is OpenFOAM in this topic. This should be easier than implementing a transition model.
Tue is offline   Reply With Quote

Old   February 16, 2011, 12:49
Default
  #23
Member
 
Join Date: Oct 2010
Location: Naples
Posts: 50
Rep Power: 15
salvoblack is on a distinguished road
hi tue, thank you for you quick answer and sorry for my english!
ok, i use openfoam.
i know that i can modify the solvers of the tutorials, and compile them. i want to use simplefoam.
now my question is: which file (for example a header file) may i modify to impose that before the point of transition, the nut is zero, and after this point the value of nut is different for zero??
thank very much
salvoblack is offline   Reply With Quote

Old   February 16, 2011, 13:17
Default
  #24
Tue
New Member
 
Tue Nguyen
Join Date: Oct 2009
Posts: 5
Rep Power: 16
Tue is on a distinguished road
As I said before, I am not familiar with OpenFOAM so I cannot tell you where exactly you can make that modification. One way to do it is as follows: you should have a routine that compute an intermittent variable. This variable should be 0 in the laminar region that you prescribe and 1 elsewhere. Then you should look for the routine where the production of turbulence kinetic energy is computed (this production term is a source term so look for source terms). You can then simply multiply the intermittent variable to the production term. This means that there is no production of turbulence in the laminar region and thus the turbulent viscosity is null.

Implementing a transition model is an extension of the above procedure. You typically will need to implement transport equation(s) for the intermittent variable based on physical arguments and empiricism.
Tue is offline   Reply With Quote

Old   May 30, 2011, 02:57
Smile
  #25
Senior Member
 
mohammad
Join Date: Dec 2010
Location: UK
Posts: 245
Rep Power: 16
mohammad is on a distinguished road
Quote:
Originally Posted by Tue View Post

Krause M, Ballmann J (2008) Application of a correlation-based intermittency transition model for hypersonic flows. DGLR Kongress 2008 Darmstadt 23-25 Sept 2008.
Alternatively you can send me an email and I will send you the paper.

Tue

Hi everybody.
How can I have the paper ?Do you have it? Can you please send it to me.

Mohammad.moshfeghi@gmail.com

I will be really grateful.
mohammad is offline   Reply With Quote

Old   August 27, 2015, 22:05
Cool Laminar to Turbulent case, not Transition
  #26
New Member
 
Isaac Mark Joseph Manasseh
Join Date: Aug 2015
Posts: 3
Rep Power: 10
mar001 is on a distinguished road
I have a laminar case of a Laminar flow over a cylinder. Can anyone guide me as to what are the files to add to make laminar flow to turbulent flow i.e., Turbulence Modeling!
mar001 is offline   Reply With Quote

Old   April 20, 2017, 04:34
Default Laminar Turbulent Transition Model in OpenFOAM- kOmegaSSTLM
  #27
New Member
 
Ronith Stanly
Join Date: Mar 2017
Location: Sweden
Posts: 24
Rep Power: 9
ronithstanly is on a distinguished road
Quote:
Originally Posted by MadsR View Post
Hello.

Does OpenFOAM have a laminar-turbulent transition model? Can't seem to find one, but I might have missed it somewhere. Is anyone working on this?

/Mads
There is a new RAS model in OpenFOAM (called as "kOmegaSSTLM") based on the Langtry-Menter Four Equation Transition Model. And one of the simpleFOAM tutorial T3A in OpenFOAM V1612 uses it, so you can refer it.

http://www.openfoam.com/documentatio...8H_source.html

https://turbmodels.larc.nasa.gov/lan...nter_4eqn.html

Regards,
Ronith Stanly
ronithstanly 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
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Specifying the laminar to turbulent transition location sylvester OpenFOAM Running, Solving & CFD 1 May 15, 2010 11:07
Turbulent Model simon CFX 3 December 18, 2008 16:35
simulate a turbulent flow model lenson Siemens 3 December 27, 2005 01:27
Laminar vs. Turbulent Models Dahvid Brown FLUENT 3 October 23, 2000 02:36


All times are GMT -4. The time now is 06:50.