diff options
| -rw-r--r-- | typst/main.typ | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
