sphere#
- sphere(network, pore_diameter='pore.diameter')[source]#
Calculate cross-sectional area assuming the pore body is a sphere
- Parameters:
network (OpenPNM Network object)
- pore_diameterstr
Name of the dictionary key on
network
containing the ndarray of pore diameter values.
- Returns:
areas – A numpy ndarry containing pore cross-sectional area values
- Return type:
ndarray