From b81a164f8337ee8f77acbd650f4ad9a5f738386b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Nov 2025 13:07:34 +0100 Subject: progress --- typst/main.typ | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'typst/main.typ') diff --git a/typst/main.typ b/typst/main.typ index 3a4fb38..1deb619 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -131,7 +131,13 @@ $ F = F_S ( 1 + (3/8)"Re" + (9/40)("Re")^2 *\ (323/360)) + (27/80)*"Re"^3 log "Re" ) $ ) -There is of course the Osen correction@proudman_pearson_1957,@kundu2015fluid +An simpler version of this is Osen correction@proudman_pearson_1957,@kundu2015fluid which is described by + +#math.equation( +block: true, +$ F = F_S ( 1 + (3/8)"Re") $ +) + //Using spherical coordinates $(r,theta,phi.alt)$ and no external force we receive the velocity components -- cgit v1.2.3