intersecting_cones#

intersecting_cones(network, pore_diameter='pore.diameter', throat_coords='throat.coords')[source]#

Computes hydraulic size factors of intersecting cones.

Parameters:

network (OpenPNM Network object) –

pore_diameterstr

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

throat_diameterstr

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

Notes