ordinary_diffusion¶
- openpnm.models.physics.diffusive_conductance.ordinary_diffusion(target, pore_diffusivity='pore.diffusivity', throat_diffusivity='throat.diffusivity', size_factors='throat.diffusive_size_factors')[source]¶
Calculates the diffusive conductance of conduits in network.
- 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.
pore_diffusivity (str) – Name of the dictionary key on
target
pointing to the array containing values of pore diffusivitythroat_diffusivity (str) – Name of the dictionary key on
target
pointing to the array containing values of throat diffusivitysize_factors (str) – Name of the dictionary key on
target
pointing to the array containing values of conduit diffusive size factors
- Returns
values – A numpy ndarray containing the computed values of diffusive conductance
- Return type
ndarray