Showing changes from revision #20 to #21:
Added | Removed | Changed
Burgers’ equation is a partial differential equation that was originally proposed as a simplified model of turbulence as exhibited by the full-fledged Navier-Stokes equations. The turbulent behaviour of the stochastically forced Burgers’ equation is sometimes dubbed Burgulence.
It is a nonlinear equation for which exact solutions are known and is therefore important as a benchmark problem for numerical methods.
We may obtain Burgers’ equation as a simplified version of the Navier-Stokes equations. For a Newtonian incompressible fluid, the Navier-Stokes equations say
where is the density, is the velocity vector field, is the pressure, is the viscosity, and is an external force. If we drop the pressure term we get Burgers’ equation:
The equation simplifies further if we assume the external force is equal to zero and take advantage of the fact that is a constant for an incompressible fluid; this allows us to define a new constant, the kinematic viscosity , and write Burgers’ equation as
An even further simplification arises when we assume the viscosity is zero. Then we obtain the inviscid Burgers’ equation:
We may derive the inviscid Burgers’ equation by considering a gas of free (that is, noninteracting) particles where at the point at time the velocity of the particles there is . As time passes, the velocity of each particle does not change. However, the particles move, so it is the the convective derivative of that vanishes:
In what follows we will consider Burgers’ equation with nonzero viscosity, but in the special case of one space dimension (). Then the equation becomes
We may consider this in some spatial region for positive times and with a real constant , with appropriate boundary conditions and initial conditions.
We write for the initial condition:
It is possible to write Burgers’s equation in a conservation form (with a flow that is conserved):
with
It is possible to get an exact solution to the Burgers’ equation with given initial conditions.
It is possible to transform Burgers’ equation to the heat equation via
so that the function satisfies
iff the function satisfies Burgers’ equation.
This transformation is usually called Cole-Hopf transformation.
The initial condition for is
which can be integrated to yield:
The initial problem of the heat equation has a well known solution, which is
We can use our knowledge about the form of the inital value in order to rewrite this formula in a form that is a little bit more convenient, by introducing the help function
and get
for the solution itself, and thus for its derivative:
Now plugging both formulas into the Cole-Hopf transformation gets us
The involved integrals may of course turn out to be hard to evaluate, both analytically and numerically, depending, of course, on the initial condition, but this exact formula is still very useful to crosscheck numerical schemes.
We will state the exact solution of the combined initial and boundary value problem, where the periodic boundary condition is for :
and we state a specific initial condition:
From the Cole-Hopf-transformation we get as corresponding initial condition of the heat equation:
The solution of the wave equation is:
with the coefficients:
and
where are the modified Bessel functions of the first kind.
Therefore, the solution of Burgers’ equation is:
The formula simplifies somewhat if we make the obvious choice :
Setting and , a numerical calculation (TODO: add reference to repository project) shows that this solution describes exponential decay:
When you consider a high viscosity or big times in the exact solution, you will see that the first summand in the nominator dominates, which describes exponential decay. So the plot seems to be plausible.
From the exact formula for the initial value problem, we can calculate the solution of the Burgers’ equation from the solution of the heat equation
with a positive constant .
Plugging this into the formula for the exact solution yields:
This solution is commonly called the N-solution, because for fixed values of it has a N-shaped graph:
We will use a spectral method for an approximate solution of Burgers’ equation on the domain . “Fourier” means that we will use an approximation via a Fourier series, and “Galerkin” means that we will use the approximation functions also as test functions. As usual, we will use the spectral approximation for the spatial dimension only, not for the temporal. This results in an ansatz that is usually called “separation of variables”. One could indeed call “separation of variables” a special case of spectral methods.
Our ansatz for the approximate solution is:
Since we choose as test functions our approximation functions, the conditions resulting from the requirement that (see spectral methods for an explanation of the nomenclature) results in our case in the system of equations
for .
This results in a system of ordinary differential equations for the Fourier components :
with
The initial conditions are of course:
and we have left the boundary conditions unspecified.
When we consider the Fourier transformation of a product of functions
and assume that these functions are trigonometric polynomials, we get the k-th component in form of a convolution sum:
Convolution sums can be efficiently evaluated by using a Fast Fourier Transform, for example.
The Burgers’ equation with stochastic forcing is, besides many other applications, also a sandbox problem to study turbulence. Due to the stochastic forcing term, the Burgers’ equation becomes a stochastic partial differential equation.
Burgers equation, Wikipedia.
Burgers equation (Chapter 3 of a textbook).
A lot of information including the derivation of the solution on closed form can be found here:
Some analytical descriptions of solutions to the Burgers equation will be collected on the page analytical hydrodynamics.
These authors study shock waves for the inviscid Burgers equation using differential geometry:
They consider the inviscid Burgers equation on an -dimensional Riemannian manifold :
where is the velocity vector field, a time-dependent vector field on . They show how it’s related to freely moving noninteracting particles on : if you have one such particle at each point of , moving with velocity , tracing out a geodesic, the vector field obeys the above equation. More abstractly, they think of the motion of these particles as defining a 1-parameter family of diffeomorphisms
If a particle starts as at time zero, at time it’s at . And they show the inviscid Burgers equation is equivalent to this 1-parameter family being a geodesic with respect to a certain Riemannian metric on the diffeomorphism group.
This resembles Arnol’d’s study of the Euler equation for an inviscid incompressible fluid: indeed, the paper is dedicated to Arnol’d. The difference is that Arnol’d got geodesics in the group of volume-preserving diffeomorphisms.
Then they use this idea to study shock waves in the inviscid Burgers equation.