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

face area

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 10, 2002, 16:57
Default face area
  #1
John
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?
  Reply With Quote

Old   August 13, 2002, 04:12
Default Re: face area
  #2
Anthony Wachs
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

  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
[Netgen] Import netgen mesh to OpenFOAM hsieh OpenFOAM Meshing & Mesh Conversion 32 September 13, 2011 05:50
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15


All times are GMT -4. The time now is 00:06.