|
[Sponsors] |
October 10, 2009, 17:38 |
Time step of steady particle tracking
|
#1 |
New Member
Payan
Join Date: Oct 2009
Posts: 21
Rep Power: 17 |
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? |
|
October 12, 2009, 09:19 |
|
#2 |
New Member
Join Date: Oct 2009
Posts: 11
Rep Power: 17 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
Physical time step for steady state solver | Marcin | OpenFOAM | 0 | July 2, 2009 03:20 |
false time step implementation for steady state | Kushagra | CFX | 1 | June 22, 2008 20:06 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |
unsteady calcs in FLUENT | Sanjay Padhiar | Main CFD Forum | 1 | March 31, 1999 13:32 |