|
[Sponsors] |
May 15, 2009, 04:28 |
k-epsilon on very fine mesh.
|
#1 |
New Member
mehul
Join Date: May 2009
Location: Bangalore
Posts: 7
Rep Power: 17 |
Hey friends,
I just want to know that what will be the effect if I am using very fine mesh near wall, where y plus is less that 30. I am using k-epsilon model in parallel. What will be the effect on results? Will k-epsilon work? Because k-epsilon considers that, the first layer starts from y plus=30. Kindly suggest the answer.:co nfused: |
|
May 15, 2009, 16:12 |
|
#2 |
Senior Member
N/A
Join Date: Mar 2009
Posts: 189
Rep Power: 17 |
When your yplus for the first grid point is less than 30 and you are not using near wall damping with the k-epsilon model, the model might be stable due to the amount of dissipation in the numerical scheme but you are not going to get accurate results.
|
|
May 18, 2009, 05:57 |
|
#3 |
New Member
mehul
Join Date: May 2009
Location: Bangalore
Posts: 7
Rep Power: 17 |
Hello harishg,
thank you for your prompt reply. Did you mean to say that, dissipation in k-epsilon is always less. and it does not depend upon mesh?? |
|
May 18, 2009, 07:29 |
|
#4 |
Senior Member
andy
Join Date: May 2009
Posts: 308
Rep Power: 18 |
It depends on the wall treatment: some implementations will handle the transition into the laminar sublayer and some will not. Hopefully it is documented for your code possibly under "wall functions".
|
|
May 18, 2009, 11:25 |
|
#5 |
Senior Member
N/A
Join Date: Mar 2009
Posts: 189
Rep Power: 17 |
What happens is in the viscous region (yplus < 5), the laminar part dominates and the turbulent stresses should vanish. When you do not damp the k-e model, the turbulent stresses are still present in the near wall region and they change your solution and sometimes depending on the model and numerical method the solution can remain stable but produce wrong results. If it is mentioned in your code that yplus should be greater than 30, it dos not have wall damping inbuilt. You can add model dependent wall damping function to integrate into the viscous sublayer or just live with the wall function and have yplus >=30. The problem with wall function is that they cannot be applied for separated flows to obtain accurate results.
|
|
May 19, 2009, 06:10 |
|
#6 |
New Member
mehul
Join Date: May 2009
Location: Bangalore
Posts: 7
Rep Power: 17 |
I see.
thank you harishg |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New geometry in tutorial mixer2d unphysical solution for fine mesh | christinasmuda | OpenFOAM Running, Solving & CFD | 6 | January 16, 2009 08:11 |
CFX mesh deformation of fine elements | Ji Ke | CFX | 2 | January 30, 2008 04:38 |
Problem with Output to .cfx5 mesh | Ben | CFX | 4 | January 24, 2008 18:47 |
mesh refinement on top of existent mesh? | jx | FLUENT | 10 | January 11, 2004 05:32 |
Structured mesh refinement | Andrea Panizza | FLUENT | 1 | November 9, 2003 04:48 |