Is there a way to calculate the area of the faces of 3D cells (Hexahedral mesh)?

I want to let Paraview calculate the following aspect ratio:
aspect ratio = (1/6)*(face area of cell i/volume of cell i ^0.6667)

I manged using Cell Size fileter to calculate the volume of the each cell but this filter only calculate the area of 2D cells. Mesh Quality filter has the same issue.

This is an OpenFOAM mesh if it matters.