From 7ae8e2b3114bb3d14940cd3f816df3a70e531ef9 Mon Sep 17 00:00:00 2001 From: Michael Kuron <mkuron@icp.uni-stuttgart.de> Date: Thu, 19 Dec 2019 15:23:28 +0100 Subject: [PATCH] minor documentation fix for Shan-Chen --- doc/notebooks/07_tutorial_shanchen_twophase.ipynb | 2 +- doc/notebooks/08_tutorial_shanchen_twocomponent.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/notebooks/07_tutorial_shanchen_twophase.ipynb b/doc/notebooks/07_tutorial_shanchen_twophase.ipynb index 6f0be3f5..ac9c4af0 100644 --- a/doc/notebooks/07_tutorial_shanchen_twophase.ipynb +++ b/doc/notebooks/07_tutorial_shanchen_twophase.ipynb @@ -84,7 +84,7 @@ "metadata": {}, "source": [ "The force on the fluid is\n", - "$\\vec{F}_A(\\vec{x})=-\\psi(\\rho_A(\\vec{x}))g_{AA}\\sum\\limits_{i=1}^{19}w_i\\psi(\\rho_A(\\vec{x}+\\vec{c}_i))\\vec{c}_i$\n", + "$\\vec{F}_A(\\vec{x})=-\\psi(\\rho_A(\\vec{x}))g_{AA}\\sum\\limits_{i=1}^{q}w_i\\psi(\\rho_A(\\vec{x}+\\vec{c}_i))\\vec{c}_i$\n", "with \n", "$\\psi(\\rho)=\\rho_0\\left[1-\\exp(-\\rho/\\rho_0)\\right]$." ] diff --git a/doc/notebooks/08_tutorial_shanchen_twocomponent.ipynb b/doc/notebooks/08_tutorial_shanchen_twocomponent.ipynb index 4d2d79f9..3b60debd 100644 --- a/doc/notebooks/08_tutorial_shanchen_twocomponent.ipynb +++ b/doc/notebooks/08_tutorial_shanchen_twocomponent.ipynb @@ -102,7 +102,7 @@ "metadata": {}, "source": [ "The force between the two components is\n", - "$\\vec{F}_k(\\vec{x})=-\\psi(\\rho_k(\\vec{x}))\\sum\\limits_{k^\\prime\\in\\{A,B\\}}g_{kk^\\prime}\\sum\\limits_{i=1}^{19}w_i\\psi(\\rho_{k^\\prime}(\\vec{x}+\\vec{c}_i))\\vec{c}_i$\n", + "$\\vec{F}_k(\\vec{x})=-\\psi(\\rho_k(\\vec{x}))\\sum\\limits_{k^\\prime\\in\\{A,B\\}}g_{kk^\\prime}\\sum\\limits_{i=1}^{q}w_i\\psi(\\rho_{k^\\prime}(\\vec{x}+\\vec{c}_i))\\vec{c}_i$\n", "for $k\\in\\{A,B\\}$\n", "and with \n", "$\\psi(\\rho)=\\rho_0\\left[1-\\exp(-\\rho/\\rho_0)\\right]$." -- GitLab