tAdd viscosity parameter to wall-function docstring - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9f95ef0e27e951353b7bdc87e100391de0971c3a
(DIR) parent 45ec12321e583500d09837dcbe673ccc942c6949
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 20 Dec 2017 13:55:37 -0500
Add viscosity parameter to wall-function docstring
Diffstat:
M src/wall.jl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/wall.jl b/src/wall.jl
t@@ -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.