|
[Sponsors] |
September 28, 2005, 07:22 |
CFX-10 - Adaptive Time Stepping
|
#1 |
Guest
Posts: n/a
|
Can anyone explain how the adaptive time stepping control values work. I've had a play but they don't seem to be doing what i expect! I assume the relaxation factors are meant to relax the time steps from one iteration to another? This doesn't seem to be happening in my simulation by the factors specified! Any answers guys?
SIMULATION TYPE: Option = Transient INITIAL TIME: Option = Automatic with Value Time = 0 [s] END TIME DURATION: Option = Total Time Total Time = 1.25 [s] END TIME STEPS: First Update Time = 0.0 [s] Initial Timestep = 0.005 [s] Option = Adaptive Timestep Update Frequency = 1 TIMESTEP ADAPTION: Courant Number = 0.75 Decreasing Relaxation Factor = 1.0 Increasing Relaxation Factor = 0.5 Maximum Timestep = 0.01 [s] Minimum Timestep = 0.00001 [s] Option = MAX Courant Number END END END |
|
September 28, 2005, 09:52 |
Re: CFX-10 - Adaptive Time Stepping
|
#2 |
Guest
Posts: n/a
|
Hi James,
These relaxation factors work like other relaxation factors. The solver will try to reach the timestep which satisfy the Courant Number condition (in your case, 0.75 MAX) but the solver will do this finding a increasing (or decreasing) factor. This factor is multiplied by the relaxation factor in order to obtain a more conservative factor. That's the idea. Regards, |
|
September 29, 2005, 06:16 |
Re: CFX-10 - Adaptive Time Stepping *NM*
|
#3 |
Guest
Posts: n/a
|
|
|
October 17, 2005, 23:15 |
Re: CFX-10 - Adaptive Time Stepping
|
#4 |
Guest
Posts: n/a
|
With this setup the solver will reduce the timestep without under realaxtion, but increase it with under relaxation of 0.5.
The raw deltat (for the next timestep) is obtained by multiplying the old deltat by the the factor (target courant number)/(last courant number) to force the deltat used for the next timestep to give your specified target. Neale |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TimeVaryingMappedFixedValue | irishdave | OpenFOAM Running, Solving & CFD | 32 | June 16, 2021 07:55 |
Time step dependence of convergence behavior of steady state simulations in CFX | Chander | Main CFD Forum | 5 | December 23, 2013 06:31 |
variable time stepping text commands | moe | FLUENT | 0 | September 2, 2009 12:19 |
Computational time | sunnysun | OpenFOAM Running, Solving & CFD | 5 | March 16, 2009 04:32 |
AMG versus ICCG | msrinath80 | OpenFOAM Running, Solving & CFD | 2 | November 7, 2006 16:15 |