extrusion#

extrusion(network, throat_perimeter='throat.perimeter', throat_length='throat.length')[source]#

Calculate surface area for an arbitrary shaped throat give the perimeter and length.

Parameters:

network (OpenPNM Network object) –

throat_perimeterstr

Name of the dictionary key on network containing the ndarray of throat perimeter values.

throat_lengthstr

Name of the dictionary key on network containing the ndarray of throat length values.