|
[Sponsors] |
July 26, 2007, 22:16 |
Clipping Plane
|
#1 |
Guest
Posts: n/a
|
Hi there; I know that clip plane will act on all objects in the Viewer, but will not affect other functions such as calculations. I wander if there is a way to make it affects calculations?
Regards |
|
July 27, 2007, 02:38 |
Re: Clipping Plane
|
#2 |
Guest
Posts: n/a
|
You can zero everthing below x=0 by multiplying your variable with step(X). So if you would like to know the average velocity in Plane 1 clipped by a plane at x=0 then use:
2*areaAve(Velocity*step(X))@Plane 1 Provided the clip plane splits your geometry in two. If not you have to use a different correction factor than the '2' in this example, based on the size of the surfaces on both side of the clip plane. Gert-Jan www.bunova.nl |
|
July 27, 2007, 18:02 |
Re: Clipping Plane
|
#3 |
Guest
Posts: n/a
|
An alternate way to do this is to create a contour plot of X on your plane or region of interest and specify the contour range and number of levels so as to have one contour level on your region of interest.
If you want everything below x=0, define the contour to go from -1 to 1 with 3 contour levels. This will create 2 contour bands, one below x=0 and one above. Now create a User Surface and select the "from contour" option. Pick the contour object you created. Contour level 2 will give you the x<0 part and level 3 will give you the x>0 part. This user surface can be used just like any other location for evaluating expression, creating plots, etc. Note that you can also do this with contours of other variables. Regards, Robin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using a Plane id in Fluent UDF | cdf_user | Fluent UDF and Scheme Programming | 13 | October 17, 2023 01:06 |
[Gmsh] Problem with Gmsh | nishant_hull | OpenFOAM Meshing & Mesh Conversion | 23 | August 5, 2015 03:09 |
Meshing a Mixing Plane using ICEM | Will Anderson | FLUENT | 0 | November 6, 2010 18:08 |
[Gmsh] boundaries with gmshToFoam | ouafa | OpenFOAM Meshing & Mesh Conversion | 7 | May 21, 2010 13:43 |
Mixing plane geometry definition | Hbet | FLUENT | 0 | January 18, 2002 08:16 |