burgers_solution_test
burgers_solution_test,
a FORTRAN90 code which
calls burgers_solution(), which
evaluates exact solutions 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 MIT license
Related Data and Programs:
burgers_solution,
a FORTRAN90 code which
evaluates exact solutions of
time-dependent 1D viscous Burgers equation.
Source Code:
-
burgers_solution_test01.txt,
a data file of values for exact solution #1 for -1 <= x <= +1,
0 <= t <= 3/pi, using 11 grid points in x and in t.
-
burgers_solution_test02.txt,
a data file of values for exact solution #1 for -1 <= x <= +1,
0 <= t <= 3/pi, using 41 grid points in x and in t.
-
burgers_solution_test03.txt,
a data file of values for exact solution #2 for 0 <= x <= 2 Pi,
0 <= t <= 1, using 11 grid points in x and in t.
-
burgers_solution_test04.txt,
a data file of values for exact solution #2 for 0 <= x <= 2 Pi,
0 <= t <= 1, using 41 grid points in x and in t.
Last revised on 03 September 2021.