From 6dca9209c8d4470f3f5e0d5ab8763f944209884a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Nov 2025 15:31:24 +0100 Subject: progress --- typst/main.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typst') diff --git a/typst/main.typ b/typst/main.typ index 5091145..fa0cf6f 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -192,7 +192,7 @@ The mass balance equation for the fluid phase then reads #math.equation( block:true, $ -delta (epsion rho_f) / (delta t) + div ( epsilon rho_f v^f) = 0 +delta (epsilon rho_f) / (delta t) + div ( epsilon rho_f v^f) = 0 $ ) -- cgit v1.2.3