diff options
| -rw-r--r-- | typst/main.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/typst/main.typ b/typst/main.typ index 9a4add2..8e47953 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -248,6 +248,12 @@ tanh ( Z e psi / (4k_B T) ) ^2 e^(kappa h_"ij") ) n_"ij" $ ) +#math.equation( +block:true, +$ F_"ij"^"DLVO"_"pw" = ( - A_"iLj" R_"i" ) 1+28 h_"ij" / lambda ) / (6h^2_"ij" ( 1 + 14 h_"ij" / lambda )^2) +$ +) + == Discussion The particles forming arches are often inherently unstable. Slight fluctuations in flow rate, local velocity gradients or the particle shape |
