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

F_AREA returns the wrong value

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 26, 2011, 06:51
Exclamation F_AREA returns the wrong value
  #1
New Member
 
Denis
Join Date: May 2011
Posts: 17
Rep Power: 14
_Denis_ is on a distinguished road
Hello, everyone!

Currently I'm running a multiphase axisymmetric problem. In order to calculate force on the floating body, I use following loop:


begin_f_loop(f,t){
F_AREA(A,f,t);
force[1] += A[1]*F_P(f,t);
}
end_f_loop(f,t)



But F_AREA macro is returning area vectors with much higher amplitude, than is possibly (my body is just not big enough), so, even without multiplying my results by 2*Pi, as I should, according to the manual, I get unnaturally big forces acting on my body.


Does anybody know how to fix it?
Thanks for your time!

Last edited by _Denis_; August 29, 2011 at 02:58.
_Denis_ is offline   Reply With Quote

Old   August 29, 2011, 03:00
Default
  #2
New Member
 
Denis
Join Date: May 2011
Posts: 17
Rep Power: 14
_Denis_ is on a distinguished road
What? No one encountered this problem before?
_Denis_ is offline   Reply With Quote

Old   August 30, 2011, 08:37
Default
  #3
New Member
 
Abhishek
Join Date: Sep 2010
Posts: 3
Rep Power: 15
abhishekss123 is on a distinguished road
F_AREA or C_VOLUME in axis symmetric should be multiplied by 2*pi - use (2 * M_PI)
Also make sure that your axis is coincident with X or Y axis... I suppose it can also cause troubles
hope this helps
abhishekss123 is offline   Reply With Quote

Old   September 7, 2011, 09:30
Default
  #4
New Member
 
Denis
Join Date: May 2011
Posts: 17
Rep Power: 14
_Denis_ is on a distinguished road
I made sure that symmetry axis coinsides with Y, but this didn't help. I made my udf sum up the total area, and it's 5 times greater than expected.
Thank you for your reply, though.
_Denis_ is offline   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
udf error srihari FLUENT 1 October 31, 2016 14:18
What's wrong? Non-conform mesh problem!!! Neo FLUENT 1 March 31, 2013 15:00
BuoyantBoussinesqSimpleFoam and axial-symmetric results wrong mass flow Thomas Baumann OpenFOAM 6 December 21, 2009 10:31
CrankNicholson returns wrong dimensions and sound speed when mesh is moving lillberg OpenFOAM Bugs 6 May 4, 2009 17:53
Pressure contour seems wrong??? Harry Qiu FLUENT 1 June 29, 2001 05:53


All times are GMT -4. The time now is 04:24.