To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Lax–Wendroff method

From Wikipedia, the free encyclopedia

The Lax–Wendroff method, named after Peter Lax and Burton Wendroff,[1] is a numerical method for the solution of hyperbolic partial differential equations, based on finite differences. It is second-order accurate in both space and time. This method is an example of explicit time integration where the function that defines the governing equation is evaluated at the current time.

YouTube Encyclopedic

  • 1/5
    Views:
    2 141
    5 750
    5 130
    5 028
    7 030
  • CFD-03: How do we solve the advection equation using the Lax-Wendroff scheme?
  • Lec 19 Numerical Techniques for Fluid Flow: Lax-Wendroff Technique
  • 011.3 - Lax-Wendroff Method
  • Matlab program with the explicit Lax method for the advection equation
  • 7.4 The Lax-Wendroff method for advection

Transcription

Definition

Suppose one has an equation of the following form:

where x and t are independent variables, and the initial state, u(x, 0) is given.

Linear case

In the linear case, where f(u) = Au, and A is a constant,[2]

Here refers to the dimension and refers to the dimension. This linear scheme can be extended to the general non-linear case in different ways. One of them is letting

Non-linear case

The conservative form of Lax-Wendroff for a general non-linear equation is then:

where is the Jacobian matrix evaluated at .

Jacobian free methods

To avoid the Jacobian evaluation, use a two-step procedure.

Richtmyer method

What follows is the Richtmyer two-step Lax–Wendroff method. The first step in the Richtmyer two-step Lax–Wendroff method calculates values for f(u(x, t)) at half time steps, tn + 1/2 and half grid points, xi + 1/2. In the second step values at tn + 1 are calculated using the data for tn and tn + 1/2.

First (Lax) steps:

Second step:

MacCormack method

Another method of this same type was proposed by MacCormack. MacCormack's method uses first forward differencing and then backward differencing:

First step:

Second step:

Alternatively, First step:

Second step:

References

  1. ^ P.D Lax; B. Wendroff (1960). "Systems of conservation laws" (PDF). Commun. Pure Appl. Math. 13 (2): 217–237. doi:10.1002/cpa.3160130205. Archived from the original on September 25, 2017.
  2. ^ LeVeque, Randall J. (1992). Numerical Methods for Conservation Laws (PDF). Boston: Birkhäuser. p. 125. ISBN 0-8176-2723-5.
This page was last edited on 2 January 2023, at 02:56
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.