diff options
Diffstat (limited to 'typst/main.typ')
| -rw-r--r-- | typst/main.typ | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/typst/main.typ b/typst/main.typ index 410a685..f1f6d43 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -63,17 +63,16 @@ $ μ∇²u + f = ∇p,\ == Solid-Fluid interaction with Stokes flow -For a solid sphere of radius a moving with velocity $U$ in an unbounded creeping flow, -we define the - -// Insert analytical solution - +With the previous assumptions a solid sphere of radius $r$ moving with velocity $u$ in an unbounded creeping flow, +we receive the drag force provided by Stokes +#math.equation( +block: true, +$ F = 6 pi mu r u $ +) -Since -// Boundary -// +// Insert analytical solution // Different boundary examples ? |
