From e0d1f49089a5055d92fadf90c88be37f46ce2b38 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Nov 2025 13:48:06 +0100 Subject: progress --- typst/bridging.png | Bin 0 -> 36203 bytes typst/main.typ | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 typst/bridging.png (limited to 'typst') diff --git a/typst/bridging.png b/typst/bridging.png new file mode 100644 index 0000000..d6ef5db Binary files /dev/null and b/typst/bridging.png differ diff --git a/typst/main.typ b/typst/main.typ index 53ee1db..75b7274 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -105,7 +105,7 @@ In the next section we will specialize this for a sphere. == Solid-Fluid single sphere interaction with Stokes flow With the previous assumptions a solid sphere of radius $r$ moving with a relative velocity $v$ in an unbounded creeping flow, -we receive the drag force provided by Stokes +we receive the drag force provided by Stokes@kundu2015fluid #math.equation( block: true, @@ -183,6 +183,10 @@ image("narrow_channel.png"), caption: [One example geometry from Laurez@laurez2025bridging describing] ) +#figure( + image("bridging.png") + caption: [Particles forming an arch visualized by Laurez@laurez2025bridging] +) == Discusion -- cgit v1.2.3