cylinder#
- cylinder(network, throat_diameter='throat.diameter', throat_length='throat.length')[source]#
Calculate surface area for a cylindrical throat
- 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.
- Returns:
surface_areas – A numpy ndarray containing throat surface area values
- Return type:
ndarray