From 08e74a4d2fefaae372fc3af3388acf977cfc7039 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 11 Nov 2025 18:46:32 +0100 Subject: progress --- typst/main.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'typst/main.typ') diff --git a/typst/main.typ b/typst/main.typ index 08ce3a9..2676c32 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -44,7 +44,7 @@ The incompressible Navier Stokes equations are derived from Newton are a set of #math.equation( block: true, -$ ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f\ +$ ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f,\ ∇ · u = 0 $ ) @@ -55,7 +55,7 @@ and is assumed to be zero. // Stokes #math.equation( block: true, -$ μ∇²u − ∇p +f \ +$ μ∇²u − ∇p +f = 0,\ ∇ · u = 0 $ ) -- cgit v1.2.3