|The most central of the points used is located at time level "n" and volume number "i", so we declare the equation to be evaluated there, and look at everything else in terms of values obtained at that point. This is done via Taylor series expansions about that point. One example of this type analysis is in some work by Tony Hirt, which provides further insight into the stability of first order upwind methods. However, the primary reason to remember Hirt's analysis is not simply error, but as a quantitative way to compare the numerical diffusion in a code like TRACE to the actual turbulent diffusion processes present in a system. What you will find is that for mesh sizes and time steps standardly used in reactor safety analysis, numerical diffusion is significantly larger than turbulent diffusion. Another example of error analysis can be found in the section on "Truncation Error" in this conduction equation example.
n+1 | *
n | * * *
|______________________
i-1 i i+1
Maintained by John Mahaffy : jhm@psu.edu