discretize.CylindricalMesh.edge_y_lengths#

property CylindricalMesh.edge_y_lengths#

Arc-lengths of each y-edge for the entire mesh.

This property returns a 1D vector containing the arc-lengths of all y-edges in the mesh. For a single y-edge at radial location r with azimuthal width Deltaphi, the arc-length is given by:

Δy=rΔϕ
Returns:
(n_edges_y) numpy.ndarray

A 1D array containing the y-edge arc-lengths for the entire mesh