|
[Sponsors] |
January 25, 2010, 17:32 |
How to find a good initial guess for a BVP
|
#1 |
New Member
Yan Yan
Join Date: Jan 2010
Posts: 3
Rep Power: 16 |
Hi All,
Can anyone please share some hints on how to find a good inital guess? I am solving a nonlinear BVP(steady-states) extracted from a time-dependent problem by setting d/dt=0. The equation is conservational law for mass, momentum, internal energy, with an algebraic heating source. v(velocity), P(pressure), U(fluid internal energy), can be solved from this coupled system. I am using Newton's method for this nonlinear system. Frankly, I do not have a good initial guess for the solver. The only information that I have is the inital condition for the time-dependent problem, where the BVP comes from. I have runned my solver with different inital guess many times, but with no luck of a satisfying residual reduction. So, do I have to solve the time-dependent problem after a long time stepping to get a steady solution? Or is there any better way of finding a good initial guess? Any suggestion is highly appreciated. Yan |
|
January 25, 2010, 22:51 |
Implicit time-stepping to Newton
|
#2 |
Member
Join Date: Mar 2009
Posts: 32
Rep Power: 17 |
I think I've read this issue in a CFD book (Fletcher's book?).
You may want to add a time term to the Jacobian (just like an implicit time-stepping), and guadually take the time step to infinity (so that the time term goes to zero and finally the method reduces to the Newton iteration). Small time step enlarges the radius of convergence. Good luck. gory |
|
January 26, 2010, 12:31 |
|
#3 |
New Member
Yan Yan
Join Date: Jan 2010
Posts: 3
Rep Power: 16 |
Thanks for the reply.
I think I will try continuation method as suggested by an expert. I have not read anything about that. But I will start soon Yan |
|
January 27, 2010, 14:05 |
|
#4 |
New Member
Yan Yan
Join Date: Jan 2010
Posts: 3
Rep Power: 16 |
Hi Gory,
Just to confirm that I did find a chapter on steady-state problem in Fletcher's book. Also what you said is exactly continuation method. Again, thanks a lot for providing the reference. Yan |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Floating point exception error | Alan | OpenFOAM Running, Solving & CFD | 11 | July 1, 2021 22:51 |
Error log | vw.cfd | OpenFOAM | 6 | August 7, 2009 06:44 |
reactingFoam: adiabatic flame temperature | rFkhemek | OpenFOAM | 2 | July 31, 2009 07:42 |
Negative value of k causing simulation to stop | velan | OpenFOAM Running, Solving & CFD | 1 | October 17, 2008 06:36 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |