|
[Sponsors] |
Chien's Turbulence model for flow over flat plate (y+ query) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 19, 2019, 01:40 |
Chien's Turbulence model for flow over flat plate (y+ query)
|
#1 |
New Member
Shivank
Join Date: May 2019
Posts: 27
Rep Power: 7 |
Hi everyone !
I am writing a finite difference explicit code to simulate a turbulent flow over flat plate using RANS equations. My closure model is k-epsilon, modified for wall as per Chien's model. I am having trouble understanding on how to calculate the wall shear stress (tau_w) which is used to calculate wall friction velocity which in turn further calculate u+ and y+. My thinking is to use simple 3rd order polynomial fit on the U velocities (Calculated from momentum equation) for 3 points above the wall to calculate du/dy. And then calculate wall friction velocity and u+ and y+. My knowledge of CFD and Turbulence is very limited. So it would be a great help if some one could guide me here please. Any help is appreciated. Thank you ! |
|
June 19, 2019, 03:49 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
The first help I can do is to ask you what you want simulate. Are you simulating a spatial evolving BL from laminar to transitional conditions or is the flat plate periodic? For a fully turbulent flow, you have also analytical law for the wall turbulence |
||
June 19, 2019, 11:20 |
|
#3 | |
New Member
Shivank
Join Date: May 2019
Posts: 27
Rep Power: 7 |
Quote:
Thank you again |
||
June 19, 2019, 12:03 |
|
#4 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
Still not clear what you are doing... 1) The velocity in time means you want to prescribe a uniform velocity in inlet of intensity that changes in time? 2) What means that your Re number varies from 4 to 6x10^5? The flow developing over a flat plate is not turbulent at such Re numbers. 3) There is no a unique Re number but it depends on the x position along the flat plate. 4) The developing BL if the aim is to simulate the transition from laminar to turbulent condition can never be simulated using RANS. You have to solve the 3D unsteady Navier-Stokes equations In conclusion, what you could do is supposing that the inlet is already turbulent and fully developed at the condition of you last time in the plot. You can prescribe the law profile and solving the 2D steady RANS equations to check if the solution converges toward the theoretical one. |
||
June 19, 2019, 13:39 |
|
#5 | |
New Member
Shivank
Join Date: May 2019
Posts: 27
Rep Power: 7 |
Quote:
My apologies. Yes to answer the first question, 1) I want to simulate unsteady case where my velocity at the inlet rises from 0 or a very small value to the velocity determined on the basis of the Reynold's number prescribed. This I want to simulate as per the function in my previous image fro unsteady case. 2) I am simulating in a square domain about 1inchx1inch (0.0254mx0.0254m) and my bottom boundary is the plate. My characteristic length for the Reynolds number is the length of plate and I back calculate my free stream velocity from it, which I prescribe at the inlet. 3) The profiles that I am trying to study are all the the outlet of the domain/plate. 4) I have two versions of my code, steady and unsteady. 2D Unsteady laminar cases works well, but currently I am trying to incorporate the k-epsilon model for steady state case. Simulating unsteady case is next step if the model works. 5) For the case I am trying to simulate, Steady state, my Reynolds number is 6x10^5. Yes I agree with you, currently at the inlet, it is already turbulent. Here I am having trouble how to calculate y+ and u+ in Chien's model ? I am trying to avoid use of wall function and instead calculate wall shear stress using polynomial fit on the 3 points above my plate and then calculating y+ and u= from that predicted shear. I need some advice on this approach. Thank you again. and my apologies again. |
||
June 19, 2019, 13:57 |
|
#6 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
There are many contractidion in the approach you are using for this flow problem. You are assuming that the inlet averaged profile is a function of time, that is Uinf=U(0,y,t). That means you need to use the URANS formulation, not the RANS. And using URANS you should work with a 3D formulation as is now largely addressed in literature. Since you are starting from a fully developed flow, the Re number must be based on a lenght that is characteristic of your flow problem and that lenght is not the lenght of the flat plate. You should use the BL characteristic lenght. Note that your time-dependent inlet will change in time the Re number. Finally, y+ is a function, is nothing else but the local reynolds number measured using the distance from the wall. You need to compute dynamically the wall stress to compute u_tau and then the function y+. |
||
June 19, 2019, 15:03 |
|
#7 | |
New Member
Shivank
Join Date: May 2019
Posts: 27
Rep Power: 7 |
Quote:
As I mentioned before my knowledge of CFD and turbulence is limited. I did not that URANS is different. I would like to correct my self and explain that I am using dk/dt and de/dt for unsteady cases. I hope my understanding is right about URANS, that it has an additional time derivative term than RANS equation (k-epsilon equations). I am sorry, I did not understand the BL characteristic length ? Is it the boundary layer thickness ? but that is what I am trying to predict. |
||
June 19, 2019, 15:57 |
|
#8 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
Yes, URANS is the formulation with the time derivatives in the equations. That assumes a different meaning of the averaging and must be described by a 3D formulation, not in 2D. However, try the 2D case. Be aware that, after you have reached the time where the inflow velocity does no longer change, the solution has to converge to a steady state, that is the time derivatives will vanish. Yes, the characteristic lenght is the boundary layer thickness. Actually you are not predicting it in your simulation since you inflow turbulent profile has the in-built boundary layer thickness... |
||
June 19, 2019, 16:25 |
|
#9 | |
New Member
Shivank
Join Date: May 2019
Posts: 27
Rep Power: 7 |
Quote:
Thank you again so much sir |
||
June 19, 2019, 16:32 |
|
#10 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
Sorry to say that you have no knowledge of what you are doing... If you prescribe at inlet a uniform velocity profile that is not a fully developed turbulent profile but is the inviscid (external) velocity field that is prescribed in the standard theory of laminar boundary layer. That is totally different problem and cannot be simulated by RANS/URANS but must be described but a DNS formulation. Then, assuming that the boundary layer evolves from the inviscid condition, when you reach the end of the flat plate you have not reached the Re_x value for a turbulent field but only transitional condition. I strongly suggest to stop thinking this as a CFD problem and coming back to the fundamental of fluid dynamics of BL theory. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
NEW turbulence TRANSITIONAL model | giammy92 | OpenFOAM | 3 | June 30, 2016 10:47 |
Only two turbulence options available in CFX Pre | Jack001 | CFX | 5 | March 30, 2016 03:47 |
Using radiation model for simulation of flat plate solar collector | marjanbn | FLUENT | 2 | March 15, 2015 11:27 |
Specifying turbulence parameters for natural convection on vertical flat plate | abu250feldman | FloEFD, FloWorks & FloTHERM | 2 | May 5, 2014 14:42 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |