diff options
| -rw-r--r-- | typst/main.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/main.typ b/typst/main.typ index 50f2dca..9a4add2 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -244,7 +244,7 @@ Van-Der-Waal forces and electromagnetic repulsion where the final particle-parti #math.equation( block:true, $ F_"ij"^"DLVO"_"pp" = ( - A_"iLj" r_"ij" / (6h^2_"ij") + 64 pi epsilon_0 epsilon_r r_"ij" kappa (k_B T / (Z e)) ^2\ -tanh ( Z e psi / (4k_B T) ) ^2 +tanh ( Z e psi / (4k_B T) ) ^2 e^(kappa h_"ij") ) n_"ij" $ ) |
