cuboid#
- cuboid(network, throat_diameter='throat.diameter', throat_length='throat.length')[source]#
Calculate throat volume assuing a square cross-section
- Parameters:
network (OpenPNM Network object)
- throat_diameterstr
Name of the dictionary key on
network
containing the ndarray of throat diameter values.- throat_lengthstr
Name of the dictionary key on
network
containing 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.