|
[Sponsors] |
November 4, 2006, 00:15 |
how to get cell face area in RADPRO.F
|
#1 |
Guest
Posts: n/a
|
I need to know cell volume and face area in RADPRO.F. I can get volume by setting "EQUIVALENCE (UDAT03(019),VOLP)", but I don't know how to get area .... can some one tell me how to do ....
|
|
January 2, 2007, 09:53 |
Re: how to get cell face area in RADPRO.F
|
#2 |
Guest
Posts: n/a
|
add EQUIVALENCE( UDAT01(001), A1 )
EQUIVALENCE( UDAT01(002), A2 ) EQUIVALENCE( UDAT01(003), A3 ) then aera=SQRT(A1**2+A2**2+A3**2) |
|
|
|
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 |
Face Area | Corentin | FLUENT | 2 | April 9, 2008 12:33 |
how to get cell face area and U in registers | chinayu | Siemens | 3 | May 16, 2006 09:47 |
cell velocity U and its cell face area | Chinayu | Siemens | 0 | May 6, 2006 23:44 |
cell number in radpro.f ? | Ossi | Siemens | 1 | April 5, 2002 08:48 |