diff options
| -rw-r--r-- | typst/main.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/main.typ b/typst/main.typ index 8ff3227..410a685 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -50,7 +50,7 @@ $ ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f,\ While we are often interested in Navier-Stokes flows, a generalized analytical solution does not exist, most analytical approaches rely on a set of restrictions or assumptions. -Luckily we decided to work on a fluid which tends $"Re" arrow 0$ where due to the viscous forces +Luckily we decided to work on a fluid which tends $"Re" arrow 0$ or at least $"Re" << 1$ where due to the viscous forces the inertial term is negligable and is assumed to be zero. Which is why we arrive at this term |
