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

udf of the "particle-body-force" for help

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 11, 2007, 06:52
Default udf of the "particle-body-force" for help
  #1
zhaoh
Guest
 
Posts: n/a
Dear all:

My udf of "particle-body-force" is as follows: #include "udf.h" #include "dpm.h" #include "surf.h" #define C1 2.2 #define C2 1.5 DEFINE_DPM_BODY_FORCE(p_b_force,p,i) { real bforce; if(i==1) bforce=0; else if(i==0) bforce=C1*P_POS(p)[0]+C2*P_POS(p)[1]; return (bforce/P_MASS(p)); } When i compiled it and iterate it, there is a mistake: divergence detected - temporarily reducing Courant number to 0.5 and trying again... divergence detected - temporarily reducing Courant number to 0.05 and trying again... divergence detected - temporarily reducing Courant number to 0.005 and trying again... divergence detected - temporarily reducing Courant number to 0.0005 and trying again... divergence detected - temporarily reducing Courant number to 5e-05 and trying again... Error: Internal error at line 872 in file 'rp_mstage.c'. divergence detected in AMG solver Error Object: ()

and there are often a mistake as follows: Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT Can't figure which cell particle is going to -- ABORT\

I don`t know how to solve these questions. Who can help me? Thanks alot! Expecting for your reply!

  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 in Fluent Andrew Fluent UDF and Scheme Programming 5 March 7, 2016 04:38
Force can not converge colopolo CFX 13 October 4, 2011 23:03
UDF force on a face enry Fluent UDF and Scheme Programming 10 March 23, 2011 11:48
Problem with a simple UDF to calculate cell-averaged particle values kmayank FLUENT 1 January 18, 2011 02:40
change particle properties using udf? ljp FLUENT 0 April 1, 2010 16:12


All times are GMT -4. The time now is 05:15.