hybrid_pyramids_and_cuboids#
- hybrid_pyramids_and_cuboids(network, pore_diameter='pore.diameter', throat_coords='throat.coords')[source]#
Calculates conduit lengths in the network assuming pores are truncated pyramids that intersect. Therefore, the throat is the cross sectional plane where two pores meet and has negligible/zero volume.
- Parameters:
network (OpenPNM Network object)
- pore_diameterstr
Name of the dictionary key on
network
containing the ndarray of pore diameter values.- throat_coordsstr
Name of the dictionary key on
network
containing the ndarray of throat centroid coordinate values.