cylinder#
- cylinder(network, throat_diameter='throat.diameter')[source]#
Calcuate the throat perimeter assuming a circular cross-section
- Parameters:
network (OpenPNM Network object)
- throat_diameterstr
Name of the dictionary key on
network
containing the ndarray of throat diameter values.
- Returns:
perimeters – A numpy ndarray containing throat perimeter values
- Return type:
ndarray