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

location of separation point

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By mAlletto

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2018, 09:44
Default location of separation point
  #1
Senior Member
 
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12
alimea is on a distinguished road
Hi foamers

I want to find the exact location of separation point in flow around cylinder.
According to fluid mechanics books, I should find the point (on the cylinder surface) in which shear stress is zero.(is it correct?)

I calculate the xy component of stress tensor as:

Code:
List<symmTensor> Tau00;
List<scalar> Tau0;

Tau00 = (tauS+tauP).boundaryField()[cylinder];

forAll(Tau00,i)
{
      Tau0[i] = Tau00[i].xy();
}
the tau_xy - teta diagram is:



While streamlines show that separation is happened in teta=150:



Could you please tell me what the problem is?
Thanks
alimea is offline   Reply With Quote

Old   August 26, 2018, 08:07
Default
  #2
Senior Member
 
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16
Santiago is on a distinguished road
Not only shear, but when the pressure gradient along the surface inflects from adverse to positive...
Santiago is offline   Reply With Quote

Old   August 26, 2018, 12:30
Default
  #3
Senior Member
 
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 616
Rep Power: 16
mAlletto will become famous soon enough
I think tau0.xy gives you the shear stress in the case of a flat plate which is parallel to the x-axis.


To get the shear stress in an arbitrarily defined surface in 3d the steps to perform are the following:


1) Project the shear stress tensor on the surface -> this gives you the vector of the force acting on the surface taus



2) Compute the dot product of taus with the vector pointing parallel to the surface -> this gives you the shear stress
mAlletto is offline   Reply With Quote

Old   August 27, 2018, 06:12
Default
  #4
Senior Member
 
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12
alimea is on a distinguished road
Quote:
Originally Posted by mAlletto View Post
I think tau0.xy gives you the shear stress in the case of a flat plate which is parallel to the x-axis.


To get the shear stress in an arbitrarily defined surface in 3d the steps to perform are the following:


1) Project the shear stress tensor on the surface -> this gives you the vector of the force acting on the surface taus



2) Compute the dot product of taus with the vector pointing parallel to the surface -> this gives you the shear stress
Dear Michael

Thanks for your reply.

I rotated the stress tensor from xy to r-teta coordinates. I think this is correct, isn't it?
alimea is offline   Reply With Quote

Old   August 27, 2018, 10:36
Default
  #5
Senior Member
 
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 616
Rep Power: 16
mAlletto will become famous soon enough
yes this should be correct
alimea likes this.
mAlletto is offline   Reply With Quote

Reply

Tags
cylinder, separation, shear stress


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
[snappyHexMesh] determining displacement for added points CFDnewbie147 OpenFOAM Meshing & Mesh Conversion 1 October 22, 2013 10:53
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 21:30
[Gmsh] Gmsh and samplesurface touf OpenFOAM Meshing & Mesh Conversion 2 December 10, 2007 03:27
boundary separation point Ming FLUENT 0 December 7, 2003 00:16
CFX4.3 -build analysis form Chie Min CFX 5 July 13, 2001 00:19


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