From 299f4b23f09115fdc3cd8ed96be7898688694cc8 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sun, 18 Aug 2024 21:13:02 +0200 Subject: [PATCH] add image --- docs/src/examples.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/examples.md b/docs/src/examples.md index c890565..e632eab 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -255,8 +255,8 @@ for i in 1:(segments+1) eqs2 = vcat(eqs2, reduce(vcat, eqs)) end ``` -We loop over the particles. The first and the last particle only one spring force is acting. -On the other particles two spring forces are acting in the opposite direction. Because the first particle is fixed +We loop over the particles. On the first and the last particle only one spring force is acting. +On the other particles, two spring forces are acting in the opposite direction. Because the first particle is fixed we set its acceleration to zero. **Julia code:** [Tether_05.jl](https://github.com/ufechner7/Tethers.jl/blob/main/src/Tether_05.jl) @@ -407,3 +407,5 @@ The first version calls - the steady-state solver - and then the model with the initial positions (POS0) found by the steady-state solver, using the original values of `fix_p1`, `fix_p2` and the original reel-out speed. +![Catenary](docs/images/Tether_08.gif) +