ESI for Suppression of Self-Stratification in Colloidal Mixtures with High Peclet Numbers by Schulz et al in Soft Matter

Model and comparison of model with experimental findings for stratification

by Malin Schulz, Richard Brinkhuis, Carol Crean, Richard P. Sear and Joseph L. Keddie

This Jupyter notebook has the Python code for a model that predicts when stratification will and will not occur, in the parameter space of the volume fraction of small colloid, $\phi_S$ and Peclet number for the small colloid, Pe$_S$. It also briefly summarises the equations, see main text for more details.

Fit power law to measurements for viscosity at pH=12 and shear rate 0.1/s

We fit a power law

$$ \eta=a[\mbox{ASE %}]^b $$

to a set of experimental data at pH=12 and at the lowest shear rate we could reach, $0.1/$s. Here ASE = alkali-swellable emulsion - our thickener, and % ASE $=100\phi_{CP}$. Note that as viscosity measurements are done without colloids present, there $\phi_T=\phi_{CP}$.

We do the fit to logs of the data, i.e.,

$$ \log_{10}\eta=\log_{10}a+b\log_{10}[\mbox{ASE %}] $$

data is of form 4 measurements of viscosity in Pa s at pH=12 at % ASE $\equiv 100\phi_T$.

plot data and fit to check that it looks OK

Now plot figures for functions of time during evaporation, for a particular experiment

$$ t_{evap}=\frac{H}{v_{evap}} $$

is a nominal evaporation time, in the sense that as we start with 30% (involatile) solids then all the solvent has evaporated in 70% of $t_{evap}$. We are assuming a constant rate of descent of the water/air interface. So the fraction of the total initial volume of the film occupied by the solvent or continuous phase, after $t$ seconds of evaporation at assumed constant speed $v_{evap}$ is

$$ f_{CP}(t)=0.7-t/t_{evap} $$

which starts at $0.7$ because the continuous phase only occupies 70% of the initial volume, with the rest occupied by solids. After a time $t$ the effective concentration of ASE is

$$ \mbox{effective ASE concentration}=\phi_T/f_{CP}(t) $$