|
[Sponsors] |
How L-norms are used to study stability of a numerical scheme? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 20, 2012, 10:13 |
How L-norms are used to study stability of a numerical scheme?
|
#1 |
Member
Ravindra Shende
Join Date: Feb 2011
Location: Pune, India
Posts: 45
Rep Power: 15 |
Greetings,
Can someone tell me in what way L1, L2 or infinity norm is used to study stability analysis of a numerical scheme? I am trying to develop a code to solve compressible-Navier-Stokes equation using compact scheme for spatial discretization and runge-kutta scheme for temporal discretization. What other methods can be used for stability analysis of this scheme? Thank you. |
|
April 20, 2012, 12:08 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
|
||
April 20, 2012, 15:35 |
|
#3 | |
Member
Ravindra Shende
Join Date: Feb 2011
Location: Pune, India
Posts: 45
Rep Power: 15 |
Quote:
Thanks for your reply! Now, in addition to studying the norms for vanishing step sizes, I would like to know how can the norms be used in determining stability of a numerical scheme. My next question is about that. I applied the scheme mentioned in my previous post to one dimensional linear wave equation (u_t + a * u_xx = 0) with Gaussian function as initial condition. I used cfl of 0.5. I have attached a plot in this post which shows the L1, L2 and infinity norm of the error. The error is defined as the difference between exact solution and analytical solution. The plots show that the L-norms are uniformly increasing with number of time iterations. Now, from this plot, what can I say about the stability of this scheme? This is the link to the plot. http://dl.dropbox.com/u/56389861/norms%20of%20error.png Last edited by Ravindra Shende; April 20, 2012 at 15:46. Reason: very large image size |
||
April 20, 2012, 17:48 |
|
#4 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
a) The linear wave equation is u_t + a*u_x = 0, is a first order equation, not a second order.
b) the stability of a numerical scheme can be studied by the von Neumann analysis, the magnitude of the amplification factor must be less the unity. c) The Lax theorem implies that a consistent and stable linear scheme must converge to the exact solution Therefore, the stability in your case can be studied analitically, you have no reason to do a numerical case. You could use a norm on the error to verify the error slope and the accuracy order. |
|
April 21, 2012, 05:02 |
|
#5 | |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
Quote:
|
||
April 21, 2012, 08:43 |
|
#6 |
Member
Ravindra Shende
Join Date: Feb 2011
Location: Pune, India
Posts: 45
Rep Power: 15 |
Thank you for your replies!!!
Sorry for the error. I did mean the equation u_t + a*u_x = 0 and the plot is for this equation. I used this equation just as a simple example to ask my question about the use of L-norms in determining the stability of a numerical scheme. Now, von-Neumann stability analysis cannot be used for compressible-Navier-Stokes equations. So, can the concept of linear growth of L-norms of error be used as a stability criterion? What other methods are used to study the stability of a numerical scheme meant for compressible-Navier-Stokes equations? Kind regards. |
|
April 21, 2012, 14:36 |
|
#7 |
Senior Member
|
Dear Ravindra,
i suggest you to read: LeVeque: Finite Volume Methods for Hyperbolic Problems - Chapter 8 Hirsch: Numerical Computation of Internal and External Flows - Chapter 7, 8, 9 where the concepts of norms, stability and convergence are fully clarified. However, as you said, classical Von Neumann analysis (which, by the way, is stability in L2 norm) is not suitable for non linear problems. In that case (but this really is not my field) i think you have to move to more general concepts like Total Variation Bounding where, still, some specific norm is applied to some specific quantity. However, i don't think that there are general stability results concerning systems of non-linear equations like the compressible NSE. |
|
April 22, 2012, 18:15 |
|
#8 |
Senior Member
|
However, as said by cfdnewbie, as long as the error norms grow linearly (and not exponentially) you can conclude that there is no instability (it is just the buildup of error), no matter what system you are considering. The converse, of course, could not be true.
|
|
Tags |
compact schemes, l-norms, stability analysis |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Numerical viscosity due to the MUSCL and HLL coulpled scheme | sonsiest | Main CFD Forum | 0 | May 23, 2011 16:37 |
problem about numerical scheme in LES. | libin | Main CFD Forum | 4 | July 1, 2004 05:32 |
the numerical scheme for LES. | John S | Main CFD Forum | 2 | March 14, 2004 08:52 |
Stability for Nonlinear Numerical Scheme | Guo | Main CFD Forum | 3 | February 12, 2001 13:21 |
numerical scheme | ado | Main CFD Forum | 3 | October 12, 2000 09:20 |