Rocscience acquires 3GSM. Read more

Search Results

Interpolation Method

There are many different methods which can be used to interpolate values from a grid of data specified at X , Y,and Z locations. Interpolation implies that the value of a variable can be determined at any required location, based on the defined values at specified locations.

In RS3, Interpolation Methods are used for:

  • Interpolating values of pore pressure if the Static Water Mode is set to Grid. See the Groundwater Method topic for details. The Interpolation Method is used to obtain the value of pore pressure at each node of the finite element mesh, based on the water pressure data at the grid points. The pore pressure at the mesh nodes can then be used directly in the finite element analysis.
  • Interpolating values of strength function parameters (cohesion, friction angle, modulus) when using the Discrete Strength Function option in the Define Material Properties dialog. See the Discrete Strength Function topic for details.

The following Interpolation Methods are available in RS3.

Inverse Distance

The Inverse Distance Interpolation method weights every grid point according to its distance from the sample point. This scheme is also known as the Shepard method (Shepard, 1968) and can be written in the form:

Shepard method in written form

where P is the location of the sample point, F(P) is the interpolated value at the sample point, Pi the location of the grid points, Fi are the grid point values, and ||P-Pi||2 represents the distance from P to Pi. The main deficiencies of this method are: 1) the local extrema are typically located at the grid points and this results in poor shape properties, and 2) undue influence of grid points which are far away from the sample point.

Thin Plate Spline

The Thin-Plate Spline method utilizes the concept of an infinite thin elastic plate under tension, to determine a spline surface (a smooth 3-dimensional surface which fits through all of the grid points). The spline surface is used to determine the sample value at any location (Franke, 1985).

NOTE: if you have a large number of data points (> 200), then the Local Thin Plate Spline method is recommended, because similar results are obtained with less computation, compared to the Thin Plate Spline method.

Chugh’s Method

The Chugh interpolation method is based on finding the nearest grid point in each of the four quadrants with origin centered at the point where the interpolation is required. A plane is then fit through each combination of three quadrant grid points, and an interpolation is performed for each plane. This results in four interpolations, which are then averaged to obtain the final interpolated value at the desired point (Chugh, 1981).

NOTE: if a grid point does not exist in each of the four quadrants around a sample point, then a secondary interpolation method must be used, for such sample locations. See the note below about the secondary interpolation method.

Local Thin Plate Spline

The Local Thin Plate Spline method is an extension of the Thin Plate Spline interpolation technique, and is recommended for use with a large number of grid points (>200). The only difference between the methods is that instead of using all the grid points for the interpolation, the Local version takes a maximum of 10 closest points to the sample point and fits a spline surface through them. The local spline surface is then used to determine the sample value.

NOTE: if there are less than 10 data points then this method defaults to the non-local version.

Linear By Elevation

The Linear by Elevation method only utilizes the elevation (y-coordinate) of each grid point. The method determines the closest grid point (elevation) above the sample point and the closest grid point (elevation) below the sample point, and linearly interpolates the sample value based on these two data points. Interpolation is done in the vertical direction only. This method is meant for horizontally bedded soils where data varies by depth only. It is very useful for cases where a complicated pore pressure profile exists in only the vertical direction. The x-coordinate of the grid points is not used in the interpolation process. However, it is used to display the data on your model.

NOTE: if a sample point lies ABOVE the grid point with the highest elevation, then the sample value is equal to the grid value at the highest elevation. If a sample point lies BELOW the grid point with the lowest elevation, then the sample value is equal to the grid value at the lowest elevation.

Gaussian

Gaussian or Normal distribution is a commonly used radial basis function (Fornberg & Piret, 2008) that follows the form:

Radical Basis function

Where Variable representing the influence of a data point to the interpolated point based on the distance between them. is the influence of a data point to the interpolated point based on the distance between them denoted as r. Shape parameter symbol is a shape parameter and is taken as the average distance between all data points. Similar to other radial basis functions such as thin-plate spline, the interpolated point is obtained by summing the weighted Variable representing the influence of a data point to the interpolated point based on the distance between them. values of all data points. The weights for each Variable representing the influence of a data point to the interpolated point based on the distance between them. value are determined by the magnitude of the data point. In surface reconstruction, the magnitude of the data point is the elevation at the XY coordinate. In pore pressure interpolation, the weight would be pore pressure at the XYZ coordinate of the data point.

Multi Quadratic

Multi Quadratic radial basis function (Fornberg & Piret, 2008) used in Slide3 follows the form:

Multi Quadratic radical basis function

Where Variable representing the influence of a data point to the interpolated point based on the distance between them. is the influence of a data point to the interpolated point based on the distance between them denoted as r. Shape Parameter is a shape parameter and is taken as the average distance between all data points. Similar to other radial basis functions such as thin-plate spline, the interpolated point is obtained by summing the weighted Variable representing the influence of a data point to the interpolated point based on the distance between them. values of all data points. The weights for each Variable representing the influence of a data point to the interpolated point based on the distance between them. value are determined by the magnitude of the data point. In surface reconstruction, the magnitude of the data point is the elevation at the XY coordinate. In pore pressure interpolation, the weight would be pore pressure at the XYZ coordinate of the data point.

Polyharmonic Spline

Polyharmonic spline radial basis function (Fornberg & Piret, 2008) used in Slide3 follows the form:

Polyharmonic spline radical based function

Where Variable representing the influence of a data point to the interpolated point based on the distance between them. is the influence of a data point to the interpolated point based on the distance between them denoted as r. Thin-Plate Spline is a special case of the polyharmonic spline functions. Similar to other radial basis functions such as thin-plate spline, the interpolated point is obtained by summing the weighted Variable representing the influence of a data point to the interpolated point based on the distance between them. values of all data points. The weights for each Variable representing the influence of a data point to the interpolated point based on the distance between them. value are determined by the magnitude of the data point. In surface reconstruction, the magnitude of the data point is the elevation at the XY coordinate. In pore pressure interpolation, the weight would be pore pressure at the XYZ coordinate of the data point.

Compactly Supported

Compactly supported methods perform interpolation for a point in space using the closest data points within a specified radius. All data points outside of the specified radius have no influence on the interpolation for that specific point (Wendland, 1995). The compactly-supported radial basis function implemented in Slide3 to calculate the influence of a data point to the interpolation follows the form:

The compactly-supported radical basis function

Where Variable representing the influence of a data point to the interpolated point based on the distance between them. is the influence of a data point to the interpolated point based on the distance between them denoted as r. Similar to other radial basis functions such as thin-plate spline, the interpolated point is obtained by summing the weighted Variable representing the influence of a data point to the interpolated point based on the distance between them. values of all data points. The weights for each Variable representing the influence of a data point to the interpolated point based on the distance between them. value are determined by the magnitude of the data point. In surface reconstruction, the magnitude of the data point is the elevation at each XY coordinate.

For Porewater Pressure Grid:

Kriging

Kriging is a best linear unbiased estimator (BLUE), or a weighted average that minimizes the prediction error associated with the estimate. Ordinary Kriging is used in RS3, meaning that the mean is assumed to be constant but unknown (Baily and Gatrell, 1995). The weighted average equation is expressed as follows:

Weighted averaeg equation

Where y is the vector of sampled values, and w’ is the vector of weights applied to the sampled values. The weights are based on the covariances between the sampled points, and the covariances between the sampled points and the point to be predicted. Slide uses an exponential semivariogram for estimating the covariances. For compatibility with a large number of data points, the kriging method takes a maximum of 50 closest points to the point to be predicted.

Multi Quadratic

Multi Quadratic radial basis function (Fornberg & Piret, 2008) used in RS3 follows the form:

Multi quadratic radical basis function

Where Variable representing the influence of a data point to the interpolated point based on the distance between them. is the influence of a data point to the interpolated point based on the distance between them denoted as r. Shape parameter is a shape parameter and is taken as the average distance between all data points. Similar to other radial basis functions such as thin-plate spline, the interpolated point is obtained by summing the weighted Variable representing the influence of a data point to the interpolated point based on the distance between them. values of all data points. The weights for each Variable representing the influence of a data point to the interpolated point based on the distance between them. value are determined by the magnitude of the data point. In surface reconstruction, the magnitude of the data point is the elevation at the XY coordinate. In pore pressure interpolation, the weight would be pore pressure at the XYZ coordinate of the data point.

Rocscience logo, click here to return to the homepage Portal Account Portal Account Log In Log Out Home Shopping Cart icon Click here to search our site Click here to close Learning Tech Support Documentation Info Chevron Delete Back to Top View More" Previous Next PDF File Calendar Location Language Fees Video Click here to visit Rocscience's LinkedIn page Click here to visit Rocscience's YouTube page Click here to visit Rocscience's X page Click here to visit Rocscience's Facebook page Click here to visit Rocscience's Instagram page Click here to visit Rocscience's Reddit page Bookmark Network Scroll down for more Checkmark Download Print Back to top Single User Multiple Users RSLog RocFall3 CPillar Dips EX3 RocFall RocPlane RocSlope RocSupport RocTopple RS2 RS3 RSData RSPile Settle3 Slide2 Slide3 SWedge UnWedge RocTunnel Commercial License Education License Trial License Shop safe & secure Money-back guarantee