discretize.CylindricalMesh.cell_volumes#
- property CylindricalMesh.cell_volumes#
Volumes of all mesh cells.
This property returns a 1D vector containing the volumes of all cells in the mesh. When computing the volume of each cell, we take into account curvature. Thus a cell lying within radial distance
and , with height and with azimuthal width , the volume is given by:- Returns:
- (
n_cells
numpy.ndarray
Volumes of all mesh cells
- (