From c60f58ae29b86e574d17e6c814b2d8c6806ca2f0 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 11 Nov 2025 20:23:42 +0100 Subject: progress --- typst/main.typ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'typst/main.typ') diff --git a/typst/main.typ b/typst/main.typ index 9440754..c3aec22 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -82,10 +82,10 @@ $ F_S = 6 pi mu r v $ where according to Proudman and Pearson@proudman_pearson_1957 at a Reynolds number of 0.05 the predicted drag is two percent lower than the possibly more correct value by Proudman and Pearson@proudman_pearson_1957. -#math.equation( -block: true, -$F = F_S (( 1 + (3/8)"Re" + (9/40)("Re")^2 * (log "Re" + gamma + (5/3) log 2 - (323/360)) + (27/80)*"Re"^3 log "Re" ) )$ -) +//#math.equation( +//block: true, +//$ F = F_S ( 1 + (3/8)"Re" + (9/40)("Re")^2 * (log "Re" + gamma + (5/3) log 2 - (323/360)) + (27/80)*"Re"^3 log "Re" ) $ +//) Do the analitical derivation from sphere here -- cgit v1.2.3