count_coincident_pores¶
- openpnm.models.network.count_coincident_pores(target, thresh=1e-06)[source]¶
Count number of pores that are spatially coincident with other pores
- Parameters
network (dict) – The GenericNetwork
thresh (float) – The distance below which two pores are considered spatially coincident
- Returns
count – A numpy array of Np length containing the number coincident pores
- Return type
ndarray