Lecture notes - Belépés
13. Volume computation
13.1. Grid method
This method is typically applied when the original terrain is more or less linear and an earthwork is just a horizontal plane. A TIN-model is used to describe the original terrain. In the first step, a grid model is derived using linear interpolation. In the grid points, the difference between the terrain and the planned earthwork is computed. More dense the grid is, more accurate the result can be, however, more the amount of computation is.
The volume for each grid is computed as the multiplication of its area and its average depth value. The volume of total earthwork is computed as the sum of each grid volume.
As you may see in the picture, the volume of the cell in the grid is:
In general:
where
depth in those grid points which are taken into account just once, like
depth in those grid points which are taken into account two times, like
depth in those grid points which are taken into account three times, like
depth in those grid points which are taken into account four times, like
Volume according to the example in the picture is
The example is taken from [Uren and Price, 1985].