Difference between revisions of "OpenFOAM guide/PrimitivePatchInterpolation"

From OpenFOAMWiki
(Created page with 'primitivePatchInterpolation creates inverse distance weighting factors to perform linear interpolation between elements of a primitive mesh. This includes: * faceToPointInt…')
 
 
(No difference)

Latest revision as of 19:20, 30 June 2010

primitivePatchInterpolation creates inverse distance weighting factors to perform linear interpolation between elements of a primitive mesh. This includes:

  • faceToPointInterpolate;
    •  \left . \boldsymbol \Phi \right \vert_{f \to p}
    • faceToPointInterpolate(Phi);
  • pointToFaceInterpolate;
    •  \left . \boldsymbol \Phi \right \vert_{p \to f}
    • pointToFaceInterpolate(Phi);
  • faceToEdgeInterpolate
    •  \left . \boldsymbol \Phi \right \vert_{f \to e}
    • faceToEdgeInterpolate(Phi);