extrusion¶
- openpnm.models.geometry.throat_volume.extrusion(target, throat_length='throat.length', throat_area='throat.area')[source]¶
Calculate throat volume from the throat area and the throat length. This method is useful for abnormal shaped throats.
- Parameters
---------- –
target (OpenPNM Base object) – Object with which this model is associated. This controls the length of the calculated array, and also provides access to other necessary properties.
throat_length (str) – Name of the dictionary key on
target
where the array containing throat length values is storedthroat_area (str) – Name of the dictionary key on
target
where the array containing throat area values is stored
- Returns
volumes – A numpy ndarray containing throat volume values
- Return type
ndarray
Notes
At present this models does NOT account for the volume reprsented by the intersection of the throat with a spherical pore body.