intersecting_trapezoids#
- intersecting_trapezoids(network, pore_diameter='pore.diameter', throat_coords='throat.coords')[source]#
Computes hydraulic size factors for conduits of intersecting trapezoids.
- Parameters:
network (OpenPNM Network object)
- pore_diameterstr
Name of the dictionary key on
networkcontaining the ndarray of pore diameter values.- throat_coordsstr
Name of the dictionary key on
networkcontaining the ndarray of throat centroid coordinate values.
Notes
This model should only be used for true 2D networks, i.e. with planar symmetry.