|
[Sponsors] |
April 8, 2008, 13:41 |
Face Area
|
#1 |
Guest
Posts: n/a
|
Hi!
I am trying to obtain the area of a cell. There are a lot of functions with F_... but I can't find anyone that would give me the area of a face. There is the F_AREA function of course, but it is returning a... vector. What the hell is that? It seems that the norm of this vector would give me the area. Is that really true? If so, this is an extremely strange way to get the area, from my point of view... Anyway, I tried this, with the vector magnitude function. Sometime, is returns a "not a number"... Is there any easy way to get the area? Thanks! |
|
April 9, 2008, 07:34 |
Re: Face Area
|
#2 |
Guest
Posts: n/a
|
Hello Mr. Corentin,
You are right. F_AREA(area_vec, f, t) returns the area vector of that particular face. Calculating magnitude of that vector gives the area of the face. This area vector approach is extremely helpful vector calculations and number crunching. Area = NV_MAG(area_vec); Understand the mathematics than.. criticizing it. Fluent package is developed with strong math and physics oriented approach. -Mubasshir |
|
April 9, 2008, 12:33 |
Re: Face Area
|
#3 |
Guest
Posts: n/a
|
Ok, thank you. I wasn't really criticizing, I was just saying this was strange to me. But, you're right, this must be very helpful. Thanks again!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Area of a particular face of the cell using UDF | krish | Fluent UDF and Scheme Programming | 20 | September 16, 2015 06:08 |
what is zero face area failure?? | DON | Siemens | 5 | June 1, 2007 02:09 |
how to get cell face area in RADPRO.F | cthsieh | Siemens | 1 | January 2, 2007 09:53 |
Face area | gg | FLUENT | 0 | June 30, 2003 05:18 |
face area | John | FLUENT | 1 | August 13, 2002 05:12 |