diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-11 20:22:44 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-11 20:22:44 +0100 |
| commit | e23ec61a7ca94d6fce870de8a659bba2c0ac56e8 (patch) | |
| tree | 0d6f3031156f6172e090d92feb8507dfae77a9f1 | |
| parent | 0abea7feb141e1cbcd27f54f4282a225492e9c0e (diff) | |
| download | phd-fluid_mechanics_report-e23ec61a7ca94d6fce870de8a659bba2c0ac56e8.tar.gz | |
progress
| -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 e26a756..9440754 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -84,7 +84,7 @@ than the possibly more correct value by Proudman and Pearson@proudman_pearson_19 #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" ) ) $ +$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 |
