|
[Sponsors] |
Laminar-turbulent transition model in OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 16, 2011, 13:23 |
|
#21 | |
Member
Join Date: Oct 2010
Location: Naples
Posts: 50
Rep Power: 16 |
Quote:
|
||
February 16, 2011, 13:37 |
|
#22 |
New Member
Tue Nguyen
Join Date: Oct 2009
Posts: 5
Rep Power: 17 |
You have to implement it into your flow solver which is OpenFOAM in this topic. This should be easier than implementing a transition model.
|
|
February 16, 2011, 13:49 |
|
#23 |
Member
Join Date: Oct 2010
Location: Naples
Posts: 50
Rep Power: 16 |
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 |
|
February 16, 2011, 14:17 |
|
#24 |
New Member
Tue Nguyen
Join Date: Oct 2009
Posts: 5
Rep Power: 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. |
|
May 30, 2011, 03:57 |
|
#25 | |
Senior Member
mohammad
Join Date: Dec 2010
Location: UK
Posts: 245
Rep Power: 16 |
Quote:
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. |
||
August 27, 2015, 23:05 |
Laminar to Turbulent case, not Transition
|
#26 |
New Member
Isaac Mark Joseph Manasseh
Join Date: Aug 2015
Posts: 3
Rep Power: 11 |
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!
|
|
April 20, 2017, 05:34 |
Laminar Turbulent Transition Model in OpenFOAM- kOmegaSSTLM
|
#27 | |
New Member
Ronith Stanly
Join Date: Mar 2017
Location: Sweden
Posts: 24
Rep Power: 9 |
Quote:
http://www.openfoam.com/documentatio...8H_source.html https://turbmodels.larc.nasa.gov/lan...nter_4eqn.html Regards, Ronith Stanly |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
Specifying the laminar to turbulent transition location | sylvester | OpenFOAM Running, Solving & CFD | 1 | May 15, 2010 12:07 |
Turbulent Model | simon | CFX | 3 | December 18, 2008 17:35 |
simulate a turbulent flow model | lenson | Siemens | 3 | December 27, 2005 02:27 |
Laminar vs. Turbulent Models | Dahvid Brown | FLUENT | 3 | October 23, 2000 03:36 |