intersecting_trapezoids#
- intersecting_trapezoids(network, pore_coords='pore.coords', throat_coords='throat.coords')[source]#
Finds throat length assuming pores are intersecting trapezoids.
- Parameters:
network (OpenPNM Network object)
- pore_coordsstr
Name of the dictionary key on
network
containing the ndarray of pore coordinate values.- throat_coordsstr
Name of the dictionary key on
network
containing the ndarray of throat centroid coordinate values.