CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

surface sampling

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 16, 2014, 02:31
Question surface sampling
  #1
vut
Member
 
Join Date: Feb 2014
Posts: 57
Rep Power: 12
vut is on a distinguished road
Hi everybody,

I would like to sample (U,V,W) over an internal surface.
To do so, I use the following function in controlDict:

surfaceSampling
{
type surface;
functionObjectLibs ("libsampling.so");
...

fields (U);

surfaces
(
InjectorOutlet
{
type plane;
basePoint (0 0 0);
normalVector (0 0 1);
interpolate true;
triangulate true;
}
)

}

The above implementation gave me: a list of (x,y,z) of face centers and corresponding (U,V,W) as I expected.

However, I obtained at the same time a list of coordinates of vertices for each face.

Unfortunately, by these vertices' coordinates, I found that there are many faces that contain vertices situated far from each other.

This fact is tricky because the distance between these vertices are larger than the mesh size.

I realize that the faces are created by intersecting the above plane with tetrahedral cells. Therefore, the triangles may have vertices with "strange" positions as described above.

Does anyone counter this problem?

If you have a solution to obtain faces that are the projection of cells over a plane as well as (U,V,W) for each face, I would be gratefully acknowledge.

The coordinates of these vertices belong to each triangle are equally necessary for me.

Thank you in advance,

Have a nice day,

vut
vut 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
[Gmsh] Error : Self intersecting surface mesh, computing intersections & Error : Impossible velan OpenFOAM Meshing & Mesh Conversion 3 October 22, 2015 11:05
Problems with surface sampling mcarpe OpenFOAM Post-Processing 11 November 9, 2012 11:00
[snappyHexMesh] Add additional boundary layers to complex stl surface tobijingles OpenFOAM Meshing & Mesh Conversion 1 October 26, 2011 10:45
[Gmsh] boundaries with gmshToFoam‏ ouafa OpenFOAM Meshing & Mesh Conversion 7 May 21, 2010 12:43
free convection heat transfer from a heated horizontal surface through a liquid to a thin cooled fin Kaushik FLUENT 1 May 8, 2000 06:47


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