burgers_solution_test
burgers_solution_test,
a FORTRAN77 code which
calls burgers_solution(), which
evaluates an exact solution of the time-dependent 1D viscous Burgers equation.
Licensing:
The computer code and data files described and made available on this
web page are distributed under
the GNU LGPL license.
Related Data and Programs:
burgers_solution,
a FORTRAN77 code which
evaluates an exact solution of the time-dependent 1D viscous Burgers equation.
Source Code:
-
burgers_test01.txt,
a data file of solution values for -1 <= x <= +1,
0 <= t <= 3/pi, using 11 grid points in x and in t.
-
burgers_test02.txt,
a data file of solution values for -1 <= x <= +1,
0 <= t <= 3/pi, using 41 grid points in x and in t.
-
burgers_test01.png,
an image of U(X,T) for the burgers_test02 data,
produced by MATLAB's surf() command.
Last revised on 15 September 2023.