discretize.CylindricalMesh.face_x_areas#

property CylindricalMesh.face_x_areas#

Areas of each x-face for the entire mesh.

This property returns a 1D vector containing the areas of the x-faces of the mesh. The surface area takes into account curvature. For a single x-face at radial location r with azimuthal width Δϕ and vertical width hz, the area is given by:

Ax=rΔϕhz
Returns:
(n_faces_x) numpy.ndarray

A 1D array containing the x-face areas for the entire mesh