spheres_and_cylinders#

spheres_and_cylinders(network, pore_diameter='pore.diameter', throat_diameter='throat.diameter')[source]#

Computes hydraulic size factors for conduits assuming pores are spheres and throats are cylinders.

Parameters:

network (OpenPNM Network object) –

pore_diameterstr

Name of the dictionary key on network containing the ndarray of pore diameter values.

throat_diameterstr

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

Returns:

size_factors – Array (Nt by 3) containing conduit values for each element of the pore-throat-pore conduits. The array is formatted as [pore1, throat, pore2].

Return type:

ndarray

Notes

The hydraulic size factor is the geometrical part of the pre-factor in Stoke’s flow:

\[Q = \frac{A^2}{8 \pi \mu L} \Delta P = \frac{S_{hydraulic}}{\mu} \Delta P\]

Thus \(S_{hydraulic}\) represents the combined effect of the area and length of the conduit, which consists of a throat and 1/2 of the pores on each end.