rectangle#
- rectangle(network, throat_diameter='throat.diameter', throat_length='throat.length')[source]#
Calculate throat volume assuing a rectangular shape
- Parameters:
network (OpenPNM Network object)
- throat_diameterstr
Name of the dictionary key on
networkcontaining the ndarray of throat diameter values.- throat_lengthstr
Name of the dictionary key on
networkcontaining the ndarray of throat length values.
Notes
At present this models does NOT account for the volume reprsented by the intersection of the throat with a spherical pore body.