diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-12 13:04:21 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-12 13:04:21 +0100 |
| commit | f92be70fd59c369afcb05f378f018277196a98ef (patch) | |
| tree | d659838be9b7974be730fd442f9cc140a5a77b5e /typst | |
| parent | fe61a03676d5628695a66cd245e2e0a70bb53e18 (diff) | |
| download | phd-fluid_mechanics_report-f92be70fd59c369afcb05f378f018277196a98ef.tar.gz | |
progress
Diffstat (limited to 'typst')
| -rw-r--r-- | typst/main.typ | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/typst/main.typ b/typst/main.typ index 818b484..f39d839 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -124,10 +124,10 @@ $ 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" ) $ +) There is of course the Osen correction@proudman_pearson_1957,@kundu2015fluid |
