circle#

circle(network, pore_diameter='pore.diameter', throat_cross_sectional_area='throat.cross_sectional_area', amin=0)[source]#

Calculates internal surface area of pore bodies assuming they are circular then subtracts the area of the neighboring throats.

Parameters:

network (OpenPNM Network object) –

pore_diameterstr

Name of the dictionary key on network containing the ndarray of pore diameter values.

throat_cross_sectional_areastr

Name of the dictionary key on network containing the ndarray of throat cross-sectional area values.

aminfloat

The lower limit for surface area, useful for preventing

Notes