Next: Triangular Profile
Up: Burgers Equation
Previous: Exact and Approximated evolution
Contents
The models we are analyzing are the following. We use pulse profiles
and the recommendation of piecewise linear reconstruction with the
minimod slope limiter, and the second order TVD Runge-Kutta time
stepping.
| Model Type |
A |
B |
C |
 |
-5 |
-5 |
0 |
 |
-1 |
5 |
5 |
 |
-5 |
-5 |
0 |
The condition given at first,
, was not working for us
and after consulting we realized it violates The time step of the numerical scheme must satisfy the
Courant-Friedrichs-Lewy (CFL) condition, being small enough to prevent the
waves from advancing more than
in
.
So we set
and
at most. The evolutions can
be appreciated in the web site. The time required to evolve has to be
increased proportionally to the
modification.
The
is also preserved (horizontal line). For A and C models
the figure was like (5). for Model B we found a surprise, it was
like in figure (6): it is a diagonal line! this does not
mean that the conservation of the system is breaking down, but tells
us that the L1 method is not suitable for this type of
evolution. Physically the area is indeed conserved for B. We
have to calculate the area under the curve using some other method.
Figure 5:
Monitoring of the L1 Norm conservation.
![\includegraphics[width=\columnwidth]{l1norm.ps}](img101.png) |
Figure 6:
for Model B we found a surprise, it was
It is a diagonal line! this does not
mean that the conservation of the system is breaking down, but tells
us that the L1 method is not suitable for this type of
evolution.
![\includegraphics[width=\columnwidth]{l1normB.eps}](img102.png) |
We also investigated the Rankine-Hugoniot condition for the speed of
the shock propagation:
 |
(35) |
This condition is satisfied in all our models. We can appreciate the
most extreme behavior in pulse B, where the initial speed of the
shock is zero, then the rarefraction that develops causes the
amplitude to decrease, and the shock moves to the left. We expect the
shock to propagate to the left since
is larger than
in the long term evolution.
satisfied in all three cases, this is most easily seen in case B
where, the shock speed is expected to be 0 initially, and we
notice when the rarefaction side caused the amplitude to decrease,
the shock front begins to propagate to the left, which is expected
since
which is negative, has a larger magnitude than the
value for larger t.
Next: Triangular Profile
Up: Burgers Equation
Previous: Exact and Approximated evolution
Contents
Benjamin Gutierrez
2005-07-23