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

Time step of steady particle tracking

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 10, 2009, 16:38
Default Time step of steady particle tracking
  #1
New Member
 
Payan
Join Date: Oct 2009
Posts: 21
Rep Power: 16
payam_IUST is on a distinguished road
Hi
I am using steady particle tracking and then generate step by step file to see positions of particle at evrey time step.unfortunately the time step that fluent considers is very small(ebout 1e-6) and I want to change it(to about 1e-2),but however I change length scale or step length,the time step does not chang effectively,I even examined this udf to change time step :


#include "udf.h"
#include "dpm.h"

DEFINE_DPM_TIMESTEP(PAYAM,p,dt)
{
return 0.1;
return dt
}

but nothing changes!
Anyone can help me?
payam_IUST is offline   Reply With Quote

Old   October 12, 2009, 08:19
Default
  #2
New Member
 
Join Date: Oct 2009
Posts: 11
Rep Power: 16
Andrej is on a distinguished road
Probably you can not make time step more , then
length of Cell divided by the Velocity of the particle in cell. CFL Number in Cell can not be more then 1.0.
Andrej is offline   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
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Physical time step for steady state solver Marcin OpenFOAM 0 July 2, 2009 02:20
false time step implementation for steady state Kushagra CFX 1 June 22, 2008 19:06
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07
unsteady calcs in FLUENT Sanjay Padhiar Main CFD Forum 1 March 31, 1999 12:32


All times are GMT -4. The time now is 10:33.