From 6b5a774f57454e86c583efd2feb5086a6dbd0888 Mon Sep 17 00:00:00 2001 From: Andrin Rehmann Date: Fri, 25 Apr 2025 15:58:36 +0200 Subject: [PATCH] Update demo.ipynb Divergence free is not the same incompressibility --- examples/cfd/demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cfd/demo.ipynb b/examples/cfd/demo.ipynb index ebaabb6..87732e9 100644 --- a/examples/cfd/demo.ipynb +++ b/examples/cfd/demo.ipynb @@ -416,7 +416,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We define the loss function, which additionally ensures physical realism of the initial condition by penalizing the flow's divergence (incompressibility)." + "We define the loss function, which additionally ensures physical realism of the initial condition by penalizing the flow's divergence." ] }, {