CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Laminar-turbulent transition model in OpenFOAM (https://www.cfd-online.com/Forums/openfoam-solving/68917-laminar-turbulent-transition-model-openfoam.html)

salvoblack February 16, 2011 12:23

Quote:

Originally Posted by Tue (Post 295362)
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???

Tue February 16, 2011 12:37

You have to implement it into your flow solver which is OpenFOAM in this topic. This should be easier than implementing a transition model.

salvoblack February 16, 2011 12:49

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

Tue February 16, 2011 13:17

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.

mohammad May 30, 2011 02:57

Quote:

Originally Posted by Tue (Post 233057)

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.

mar001 August 27, 2015 22:05

Laminar to Turbulent case, not Transition
 
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!

ronithstanly April 20, 2017 04:34

Laminar Turbulent Transition Model in OpenFOAM- kOmegaSSTLM
 
Quote:

Originally Posted by MadsR (Post 231614)
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


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