OpenFOAM guide/SurfaceInterpolationScheme

From OpenFOAMWiki
< OpenFOAM guide
Revision as of 19:26, 30 June 2010 by Marupio (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: