Granular.jl

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

commit e4878bcb6a4eac1592e99bf1281adac63bbc874c
parent f8a4b1a273e29811ec8ffaa7775c98e605aac507
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 12 Sep 2017 13:19:36 -0400

fix variable name in docstring

Diffstat:
Msrc/icefloe.jl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/icefloe.jl b/src/icefloe.jl @@ -59,7 +59,7 @@ are optional, and come with default values. The only required arguments are * `contact_dynamic_friction::Float64 = 0.4`: contact dynamic Coulomb frictional coefficient [-]. * `youngs_modulus::Float64 = 2e7`: elastic modulus [Pa]; overrides any value - set for `k_n`. + set for `contact_stiffness_normal`. * `poissons_ratio::Float64 = 0.185`: Poisson's ratio, used to determine the contact-tangential stiffness from `youngs_modulus` [-]. * `tensile_strength::Float64 = 0.`: contact-tensile (cohesive) bond strength