discretize.CylindricalMesh.cell_centers_y#

property CylindricalMesh.cell_centers_y#

Return the y-positions of cell centers along the y-direction (azimuthal).

This property returns a 1D vector containing the y-position values of the cell centers along the y-direction (azimuthal). The length of the vector is equal to the number of cells in the y-direction. If the mesh is symmetric, this property returns a numpy array with a single entry of 0 ; indicating all cell-centers have a y-position of 0. see is_symmetric.

Returns:
(n_cells_y) numpy.ndarray

y-positions of cell centers along the y-direction