From 57c6cc96071181c6874f9ad2e0d1063c5cdeba0a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Nov 2025 15:35:08 +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 6ec3a26..1ed47aa 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 (epsilon rho_f) / (delta t) + div ( epsilon rho_f v^f) = 0 +delta (epsilon rho_f) / (delta t) + divergence ( epsilon rho_f v^f) = 0 $ ) -- cgit v1.2.3