EXAMPLE01
CLAWPACK Example
EXAMPLE01 is a 1D problem, using advection with constant
velocity and outflow boundary conditions. The velocity is set
in the SETPROB data file.
The user input includes the following:
Here is a set of commands to run the program, and the
main output that results:
Data files are created for each time step, so that
plotting can be done:
-
fort.info,
some overall information.
-
fort.plot,
some overall information.
-
fort.q0000,
Q at time step 0.
-
fort.q0001,
Q at time step 1.
-
fort.q0002,
Q at time step 2.
-
fort.q0003,
Q at time step 3.
-
fort.q0004,
Q at time step 4.
-
fort.q0005,
Q at time step 5.
-
fort.q0006,
Q at time step 6.
-
fort.q0007,
Q at time step 7.
-
fort.q0008,
Q at time step 8.
-
fort.q0009,
Q at time step 9.
-
fort.q0010,
Q at time step 10.
-
fort.t0000,
T at time step 0.
-
fort.t0001,
T at time step 1.
-
fort.t0002,
T at time step 2.
-
fort.t0003,
T at time step 3.
-
fort.t0004,
T at time step 4.
-
fort.t0005,
T at time step 5.
-
fort.t0006,
T at time step 6.
-
fort.t0007,
T at time step 7.
-
fort.t0008,
T at time step 8.
-
fort.t0009,
T at time step 9.
-
fort.t0010,
T at time step 10.
To see a graphical version of the results, go to the
CLAWPACK_PLOT Example01 directory.
You can go up one level to
the CLAWPACK directory.
Last revised on 10 April 2006.