discretize.CylindricalMesh.face_z_areas#

property CylindricalMesh.face_z_areas#

Areas of each z-face for the entire mesh.

This property returns a 1D vector containing the areas of the z-faces of the mesh. The surface area takes into account curvature. For a single z-face at between r1 and r2 with azimuthal width Δϕ, the area is given by:

Az=Δϕ2(r22r12)
Returns:
(n_faces_z) numpy.ndarray

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