MATLAB codes accompanying:
- Banetta & Zaccone, Physical Review E 99, 052606 (2019)
- Banetta & Zaccone, Colloid and Polymer Science 298, 761–771 (2020)
The repository computes radial/pair distribution functions of interacting colloidal particles under shear flow (inclusive of hydrodynamic interactions) using intermediate asymptotics solutions of the Smoluchowski equation with shear.
Radial distribution function of interacting colloids under shear flow (averaged over compressional and extensional sectors of the solid angle).
src/
: core numerical routines
examples/
: scripts reproducing the published results
notebooks/
: Mathematica derivations and symbolic calculations
results/
: generated figures and output data
legacy/
: deprecated or experimental scripts
If you use this code in academic work, please cite:
L. Banetta and A. Zaccone,
Radial distribution function of Lennard-Jones fluids in shear flows from intermediate asymptotics,
Phys. Rev. E 99, 052606 (2019).
and/or
L. Banetta and A. Zaccone,
Pair correlation function of charge-stabilized colloidal systems under sheared conditions,
Colloid Polym Sci 298, 761–771 (2020).
cd examples/reproduce_PRE_2019
run_LJ_compression
run_LJ_extension
---