|
[Sponsors] |
August 10, 2002, 17:57 |
face area
|
#1 |
Guest
Posts: n/a
|
Perhaps I'm blind but I can't find how to get the area of a face in the UDF manual. I see F_AREA(A,f,t) but this gives the face normal. I hope I don't have to calculate it using: Area = F_FLUX/F_R/(F_U^2+F_V^2+F_W^2)^0.5! Have I missed the obvious?
|
|
August 13, 2002, 05:12 |
Re: face area
|
#2 |
Guest
Posts: n/a
|
Hi John,
The face area corresponds to the magnitude of the face normal vector. Therefore, you have : face normal vector = F_AREA(A,f,t) face area = magnitude of face normal vector = NV_MAG(A) and it yields in your code source : /* Face area */ F_AREA(A,f,t); At=NV_MAG(A); where At stands for the face area Hope it could help, Anthony |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Netgen] Import netgen mesh to OpenFOAM | hsieh | OpenFOAM Meshing & Mesh Conversion | 32 | September 13, 2011 06:50 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |