Difference between revisions of "OpenFOAM guide/SurfaceInterpolationScheme"

From OpenFOAMWiki
(Created page with 'surfaceInterpolationScheme is a generic surfaceInterpolation scheme that other functions use to interface with the dozens of derived surface interpolation schemes. There…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
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..
 
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:
 +
* [[surfaceInterpolationScheme;;interpolate]]
 
[[Category:OpenFOAM coding guide]]
 
[[Category:OpenFOAM coding guide]]

Latest revision as of 19:26, 30 June 2010

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: