From dbf44aa8131acabf9c7d1cbcea474d34791c9096 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Nov 2025 10:34:05 +0100 Subject: progress --- typst/main.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typst/main.typ') diff --git a/typst/main.typ b/typst/main.typ index 136dc6c..6076b9f 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -58,7 +58,7 @@ velocity field $u(x,t)$ the Navier-Stokes formulation is primarly defined by the #math.equation( block: true, -$ rho D/(Dt)u = ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f,\ +$ rho D/(D t)u = ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f,\ ∇ · u = 0 $ ) -- cgit v1.2.3