From 7b17a9eeac41d6be4840efc964e5d0d2e749cf58 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Nov 2025 16:29:07 +0100 Subject: progress --- typst/main.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'typst') diff --git a/typst/main.typ b/typst/main.typ index e4a09ed..3e5c415 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -243,7 +243,8 @@ 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 +$ 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 $ ) -- cgit v1.2.3