|
[Sponsors] |
February 2, 2011, 12:40 |
time step in steady state
|
#1 |
New Member
vishnu
Join Date: Feb 2011
Posts: 8
Rep Power: 15 |
Dear users
I understand both steady and unsteady solvers will involve calculation of time steps. I usually calculate time step for unsteady case by CFL criteria. For steady case there will be psedo time step, how does the solver calculates this psueotime step . Thanks & Regards vnnnn. |
|
February 3, 2011, 02:31 |
|
#2 |
Senior Member
|
Hi,
It depends on the software you are talking about. Implementation of steady-state solver usually uses either of the following: - An under-relaxation term (in place of a transient term). Note 1: some solver do solve for the steady-state equation (without transient or under-relaxation terms), but usually needs to get close to the solution first (using an under-relaxation or transient term). Note 2: the formulation of the under-relaxation term is so close to the transient one, that it is my belief that you may even be able to work it backward to an actual time. However, it is standard practice to employ different under-relaxation factors for different variables. - a local time-step based on a local CFL. In this approach an individual time-step is computed for each individual control volume/cell and used during the integration. Consequently you loose time consistency, but convergence is faster. Regardless of the approach the software employs, the "converged" solution should have its transient term/under-relaxation term going to zero. Sincerely, Julien
__________________
--- Julien de Charentenay |
|
February 3, 2011, 14:18 |
timesteps
|
#3 |
New Member
vishnu
Join Date: Feb 2011
Posts: 8
Rep Power: 15 |
Dear julien
Thanks for the information. I use star-cd for my runs, do you have any idea how does star-cd calculates the time step in steady state. I run my cases by specifying the number of iterations. My belief is steady or unsteady solver, the outer iterations are time step and inner one are iterations. Thanks & Regards Vnnnn |
|
February 3, 2011, 20:49 |
|
#4 |
Senior Member
|
For steady-state, STAR-CD uses under-relaxation factors. There is no time-step in the integration of the solver equations. Note that there may be time-steps associated with specific models, lagrangian particle tracking for example.
The correct terminology is as follows: - steady-state: iterations; - transient: time-step with sub-iterations (which are used to converge the time-step). Sincerely, Julien de Charentenay
__________________
--- Julien de Charentenay |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Time step size and max iterations per time step | pUl| | FLUENT | 31 | October 23, 2020 23:50 |
Adding heat source to chtMultiRegionFoam | maddalena | OpenFOAM Programming & Development | 61 | February 17, 2018 09:33 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |
Intermediate step during a time step | Burn | OpenFOAM | 0 | July 16, 2009 11:01 |
unsteady calcs in FLUENT | Sanjay Padhiar | Main CFD Forum | 1 | March 31, 1999 13:32 |