Skip to content

Commit

Permalink
add image
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Aug 18, 2024
1 parent 35c3148 commit 299f4b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

0 comments on commit 299f4b2

Please sign in to comment.