CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Find location @ Line where a variable has a certain value

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 29, 2010, 06:18
Default Find location @ Line where a variable has a certain value
  #1
Senior Member
 
Join Date: Mar 2009
Posts: 138
Rep Power: 17
camoesas is on a distinguished road
Hello!

I want to calculate the boundary layer thickness on a plate. For this I have created several Lines vertical on the plate an now I want to know the altitude atop the plate where the velocity reaches 99% of Uinf for the first time.

Is there any function that can tell me the coordinates of a certain variable on a Line?

Thanks in advance
camoesas is offline   Reply With Quote

Old   March 29, 2010, 07:13
Default
  #2
Member
 
Dmitry Volkind
Join Date: Jan 2010
Location: Ekaterinburg, Russia
Posts: 64
Rep Power: 16
dvolkind is on a distinguished road
If Uinf is constant and Y is my plane normal and starts with zero at the wall, I would use CEL:
MyFunction1 = v - 0.99*Uinf
MyFunction2 = step (MyFunction1)
Then I would make a plot MyFunction2 = f(Y)
Axis segment where MyFunction2 = 0.5 is my boundary layer thickness +-tolerance
It's the first thing that comes to my narrow mind, still I think there must be a better way.
dvolkind is offline   Reply With Quote

Old   March 29, 2010, 08:20
Default
  #3
Senior Member
 
Join Date: Mar 2009
Posts: 138
Rep Power: 17
camoesas is on a distinguished road
Hey Dvolkind,

Thanks for your reply! I have tried your solution but its still not working.
I get the Warning: "No Data exists for variable "my variable..."
I am working on that keep you updated.

cheers
camoesas is offline   Reply With Quote

Old   March 29, 2010, 20:10
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
The problem with Dmitry's approach is it does not interpolate correctly between nodes. If you are going to do a lot of this I would export the nodal values along the line and do it either with a program or in excel/matlab/whatever. Then you will be able to batch a few of them together to do it more efficiently.
ghorrocks is online now   Reply With Quote

Old   April 6, 2010, 03:51
Default
  #5
Senior Member
 
Join Date: Mar 2009
Posts: 138
Rep Power: 17
camoesas is on a distinguished road
Hey Glenn,

Thats what I am about to do. Export all the data to matlab.
However I thought maybe there is a easy solution for this first step in Ansys.

Thanks

Camoesas
camoesas is offline   Reply With Quote

Old   April 6, 2010, 12:02
Default
  #6
Senior Member
 
Bruno
Join Date: Mar 2009
Location: Brazil
Posts: 277
Rep Power: 21
brunoc is on a distinguished road
Can't you just create an isosurface of 0.99*Vinf and then export this surface? When calculating the isosurface Post will interpolate values fine.

(remeber to clip it to the are you're interested in)
brunoc is offline   Reply With Quote

Old   May 6, 2010, 01:52
Default
  #7
Member
 
Dmitry Volkind
Join Date: Jan 2010
Location: Ekaterinburg, Russia
Posts: 64
Rep Power: 16
dvolkind is on a distinguished road
It's probably too late, but I think extracting a polyline from a velocity contour plot is a good idea.
dvolkind is offline   Reply With Quote

Reply


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
Installation OF1.5-dev ttdtud OpenFOAM Installation 46 May 5, 2009 02:32
[Gmsh] GMSH and OpenFOAM derath OpenFOAM Meshing & Mesh Conversion 44 September 4, 2008 05:09
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
[blockMesh] BlockMeshmergePatchPairs polyTopoChanger benru OpenFOAM Meshing & Mesh Conversion 3 June 29, 2008 21:24
Problems of Duns Codes! Martin J Main CFD Forum 8 August 14, 2003 23:19


All times are GMT -4. The time now is 04:53.