From a7b913e08cee6a1858e05dfbfce8f0a000bac993 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Nov 2025 15:32:42 +0100 Subject: progress --- typst/main.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'typst') diff --git a/typst/main.typ b/typst/main.typ index 6454037..69419a5 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -180,9 +180,9 @@ the a porostiy field $epsilon$ is introduced and defined as $ epsilon = { cases( - 1", if the cell is occupied by fluids only", - (0,1)", if the cell is occupied by a fluid-solid"\ "aggregate or interface", - 0", if the cell is occupied by solids only." + 1", if the cell is fully fluid", + (0,1)", if the cell fluid-solid mix", + 0", if the cell is fully solid." ) $ ) -- cgit v1.2.3