|
[Sponsors] |
September 20, 2008, 18:30 |
how to solve a steady problem explicitly
|
#1 |
Guest
Posts: n/a
|
Dear all, I am a little bit confused how I can solve a steady-state problem EXPLICITLY. do I have to write code for an unsteady situation and then give a long time?
thanks. Meda |
|
September 21, 2008, 06:39 |
Re: how to solve a steady problem explicitly
|
#2 |
Guest
Posts: n/a
|
Yes, until the time derivatives will be 0
|
|
September 21, 2008, 11:55 |
Re: how to solve a steady problem explicitly
|
#3 |
Guest
Posts: n/a
|
yes, you need to specify a time step, and it must satisfy the stability condition, then let it run until the difference between two consecutive time step is very small.
|
|
September 22, 2008, 07:30 |
Re: how to solve a steady problem explicitly
|
#4 |
Guest
Posts: n/a
|
In a steady state solution you can use local time stepping. Each cell progresses at it's own CFD criterium. As the solution is steady state the final converged outcome does not depend on the (local) timestep. This can significantly decrease your CPU time. In normal unsteady problems (explicit) your timestep is determined by the smallest cell with the largest velocity (via CFL criterium giving you a small overall timestep).
Bart |
|
September 22, 2008, 15:36 |
Re: how to solve a steady problem explicitly
|
#5 |
Guest
Posts: n/a
|
hi Bart.how can I define the local time stepping for each cell? doesnt it take more time to compute the criteria for each cell than to define a genaral criteria?
|
|
September 23, 2008, 04:27 |
Re: how to solve a steady problem explicitly
|
#6 |
Guest
Posts: n/a
|
I general criteria also requires you calculate a CFL timestep for every cell in between timesteps. I mean, how do you determine your timestep now and would it really make a big difference? However if your velocity scales and cell sizes in your domain vary only slightly then it may not make sense to use local timestepping.
|
|
September 25, 2008, 07:53 |
Re: how to solve a steady problem explicitly
|
#7 |
Guest
Posts: n/a
|
You can also employ local-preconditioning, which alters PDE such that all waves travel at an equal speed, thereby maximizing the minimum local time step (local time step is limited by the slowest wave speed of the PDE system). See this van Leer's paper --> Download at http://citeseerx.ist.psu.edu/viewdoc...10.1.1.43.8861
Good luck, bkjohn |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help me to solve a basic heat transfer problem | maysmech | OpenFOAM Running, Solving & CFD | 3 | April 2, 2010 08:14 |
convergence problem in 3D steady state, laminar flow in a bath | vajiheh | FLUENT | 0 | July 10, 2009 13:18 |
Steady State 2 phase problem | fivos | FLUENT | 0 | April 27, 2009 17:34 |
transient problem run in steady state | luigi | FLUENT | 4 | March 13, 2008 07:54 |
use of MAC method to solve sloshing problem. | S.R.SAHI | Main CFD Forum | 1 | April 15, 1999 23:28 |