The problem of determining the point-wise variation of the flow
variables from the cell averages is known as the reconstruction problem.
Simply stated, the reconstruction problem involves the process of
determining the point-wise distribution given the cell averages with the
restriction that integrating the point-wise function recovers the cell
averages.
The variation of the flow quantities is approximated by a
polynomial over each control volume.
The polynomial satisfies a criteria called k-exactness which
states that the polynomial reconstruction be exact i.e. recovers the
cell average correctly whenever a polynomial of degree k is used.
A general polynomial of degree k in 3D is written as
In 3D, the polynomial contains coefficients
and in 1D and 2D, it contains k+1 and coefficients
respectively. e.g. P1 (x,y,z) = C0+C1x+C2y+C3z
As a final task to complete the reconstruction, a support stencil
of number equal to the number of coefficients is selected, and the resulting
linear system solved. e.g for P1 above