diff options
Diffstat (limited to 'typst/main.typ')
| -rw-r--r-- | typst/main.typ | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/typst/main.typ b/typst/main.typ index fb3ef3f..ccc8306 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -250,7 +250,10 @@ $ #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)) n_"ij" +$ F_"ij"^"DLVO"_"pw" = ( - (A_"iLj" R_"i" ( 1+28 (h_"ij" / lambda))) / (6h^2_"ij" ( 1 + 14 h_"ij" / lambda )^2)\ ++2 pi eps_0 eps_r R_i kappa ((2 psi_i psi_j e^(-kappa h_"ij") - (psi_i^2 + psi_j^2) e^(-2 kappa h_"ij") )/(1-e^(-2 kappa h_"ij"))) + +) n_"ij" $ ) |
