OpenFOAM guide/SurfaceInterpolationScheme

From OpenFOAMWiki

surfaceInterpolationScheme is a generic surfaceInterpolation scheme that other functions use to interface with the dozens of derived surface interpolation schemes. Therefore, surfaceInterpolationScheme is an RTS base class. Derived classes are surfaceInterpolation schemes, such as linear, upwind, QUICK, etc..

See also: