Difference between revisions of "OpenFOAM guide/Mesh weights"

From OpenFOAMWiki
(Created page with 'Mesh weights are used to interpolate from cell centres to face centres: <math>\left . \boldsymbol \Phi \right \vert_{v \to f}</math>, and visa versa, <math>\lef…')
 
 
(No difference)

Latest revision as of 19:21, 30 June 2010

Mesh weights are used to interpolate from cell centres to face centres: \left . \boldsymbol \Phi \right \vert_{v \to f}, and visa versa, \left . \boldsymbol \Phi \right \vert_{f \to v}. This interpolation is performed using:

\boldsymbol \Phi_f = \lambda_f \boldsymbol \Phi_o + \left ( 1 - \lambda_f \right ) \boldsymbol \Phi_n

Where:

In OpenFOAM mesh weights are managed by the surfaceInterpolation class.