|
[Sponsors] |
September 17, 2007, 06:25 |
Why timestep for steady state case?
|
#1 |
Guest
Posts: n/a
|
As we were taught in basic fluid mechanics, steady flow is independent of time. Why do we need to specify timesteps even for steady state simulation? (in some softwares it is calculated automatically! But my question is why is it required in first case?)
|
|
September 18, 2007, 07:44 |
Re: Why timestep for steady state case?
|
#2 |
Guest
Posts: n/a
|
Dear Srikanth,
The Euler equations at steady state show a mathematical behaviour which is a function of the mach number. Thus, it turns out that the equations are elliptic in the subsonic regime, hyperbolic in the supersonic regime. In applications involving purely subsonic or supersonic flows, therefore specific elliptic or hyperbolic solvers can be used, but in transonic regimes, where the flow could accelerate from subsonic velocities to supersonic ones, the behaviour of the equations will also change accordingly. This make use of steady solvers near to impossible, as some regions will have subsonic M, others supersonic M. However, it turns out that with an added time derivative to the steady state equations, the unsteady Euler equations are always hyperbolic, independent of M. Add to this the nicety of hyperoblic pdes and their solution procedures, we get a single solver that can be used for any mach regime. Steady state is often decided when some norm of the time derivative falls below a prescribed tolerance, say 1e-8. Hope this helps Regards, Ganesh |
|
September 19, 2007, 05:10 |
Re: Why timestep for steady state case?
|
#3 |
Guest
Posts: n/a
|
Thanks Ganesh... I had a faint idea but you have given the complete explanation!!!
|
|
September 19, 2007, 05:11 |
Re: Why timestep for steady state case?
|
#4 |
Guest
Posts: n/a
|
Dear Ganesh,
Incase we are to develop a solver for completely elliptic pdes,( subsonic regime) , do you mean to say that it can be done without specifying timestep? |
|
September 19, 2007, 06:26 |
Re: Why timestep for steady state case?
|
#5 |
Guest
Posts: n/a
|
Dear learningCFD,
For a completely subsonic steady state problem, you can as well have a steady elliptic solver, since the solution needs to be time--independent. But, you can also opt for the unsteady version, stepping in time and drive the solution to steady state. Hope this helps Regards, Ganesh |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bc's of a komegaSST case | Zymon | OpenFOAM | 11 | July 25, 2010 10:36 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |
Prism layer advice needed for steady state port flow case | MaxCFM | Main CFD Forum | 1 | October 1, 2009 10:26 |
Steady state > Transient | Willem | FLUENT | 1 | June 24, 2008 12:18 |
Use of Timestep in obtaining solution. | hagupta | CFX | 7 | February 28, 2006 14:14 |