Mesh weights are used to interpolate from cell centres to face centres: , and visa versa, . This interpolation is performed using:
Where:
- f is the face index;
- o and n are the owner and neighbour indices; and
- is the quantity being interpolated.
In OpenFOAM mesh weights are managed by the surfaceInterpolation class.