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
and with azimuthal width , the area is given by:- Returns:
- (
n_faces_z
)numpy.ndarray
A 1D array containing the z-face areas for the entire mesh
- (