|
[Sponsors] |
March 11, 2009, 06:03 |
My question may be silly. In t
|
#1 |
Senior Member
Prapanch Nair
Join Date: Mar 2009
Location: Bangalore, India
Posts: 105
Rep Power: 17 |
My question may be silly. In the controlDict file, I only see an option to set dT. Is there anyway I can specify a Co number and let dT vary, for a steady state problem? I am sure there is a way. But I haven't some across any tutorial that explains this.
Thanks in advance |
|
March 11, 2009, 08:56 |
For the steady case,you do not
|
#2 |
Senior Member
Hua Zen
Join Date: Mar 2009
Posts: 138
Rep Power: 17 |
For the steady case,you do not need to worry about the Co number.
|
|
March 11, 2009, 09:07 |
Sometimes you need to use pseu
|
#3 |
Member
Michael Roth
Join Date: Mar 2009
Location: Guelph, Ontario, Canada
Posts: 50
Rep Power: 17 |
Sometimes you need to use pseudo-transient solvers to get to a steady-state so one option is to run a transient solver and use the CoEuler scheme.
In fvSchemes: ddtSchemes { // default backward; default CoEuler phi maxCo 0.5; } If you have a sufficiently large timestep size set in your controlDict, the above it will use localized, smaller timestep sizes based on maintaining Courant less than 0.5. Physically it doesn't make much sense but if all you're trying to do is to get to steady state it might be faster than using the same timestep size everywhere in your domain. The alternative is to add adaptive time-stepping to your solver. Michael |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Steady state | Ruben | Main CFD Forum | 43 | May 7, 2011 04:32 |
Steady State DPM | K. Jagus | FLUENT | 7 | June 24, 2005 18:10 |
Steady state at vof!! | Heydari | FLUENT | 6 | December 22, 2002 08:27 |
Steady state in VOF | CFD Newbie | FLUENT | 4 | December 18, 2002 17:11 |
VOF steady state? | CFD Newbie | Main CFD Forum | 3 | December 16, 2002 01:23 |