OpenFOAM guide/Mesh weights

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

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

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.