Granular.jl

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

commit 9f95ef0e27e951353b7bdc87e100391de0971c3a
parent 45ec12321e583500d09837dcbe673ccc942c6949
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed, 20 Dec 2017 13:55:37 -0500

Add viscosity parameter to wall-function docstring

Diffstat:
Msrc/wall.jl | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/wall.jl b/src/wall.jl @@ -3,7 +3,8 @@ export addWallLinearFrictionless! """ function addWallLinear!(simulation, normal, pos[, bc, mass, thickness, - normal_stress, vel, acc, force, verbose]) + normal_stress, vel, acc, force, + contact_viscosity_normal, verbose]) Creates and adds a linear (flat) and frictionless dynamic wall to a grain to a simulation. Most of the arguments are optional, and come with default values.