Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit 2db5af1c1dc1fe40502e5e601d52da34ce1dd86f
parent 419d6f2970af64809d69f4eb7c97106b3d1df2f3
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed,  8 Nov 2017 11:59:09 -0500

add output of fitGridToGrains in example

Diffstat:
Mdocs/src/man/getting_started.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/docs/src/man/getting_started.md b/docs/src/man/getting_started.md @@ -313,8 +313,14 @@ created above: ```julia-repl julia> Granular.fitGridToGrains!(sim, sim.ocean) +INFO: Created regular Granular.Ocean grid from [0.06382302477946442, +0.03387419706945263] to [3.0386621000253293, 10.87955941983313] with a cell +size of 0.3862075959573571 ([7, 28]). ``` +The code informs us of the number of grid cells in each dimension (7 by 28 +cells), and the edge positions (x = 0.0638 to 3.04 m, y = 0.0339 to 10.9 m). + We want the boundaries of the above grid to be impermeable for the grains, so they stack up at the bottom. Granular.jl acknowledges the boundary types with a confirmation message: