summaryrefslogtreecommitdiff
path: root/typst
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-12 13:05:37 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-12 13:05:37 +0100
commita1d86fc2f91899560deac264d7ba24ef8d0cc2d4 (patch)
treeb5b90273fc65ee166282a05106de795c6c2071cf /typst
parent25a17faa6c28c629f3406458abc146e6a830abe5 (diff)
downloadphd-fluid_mechanics_report-a1d86fc2f91899560deac264d7ba24ef8d0cc2d4.tar.gz
progress
Diffstat (limited to 'typst')
-rw-r--r--typst/main.typ3
1 files changed, 2 insertions, 1 deletions
diff --git a/typst/main.typ b/typst/main.typ
index 294df88..3a4fb38 100644
--- a/typst/main.typ
+++ b/typst/main.typ
@@ -126,7 +126,8 @@ 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 -\
+$ 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" ) $
)