Granular.jl

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

commit c6482c2d3564de1ffd604cb369ff4d696734d30c
parent c1c29f47904a825bc479ff4c0081661b4b6f54e7
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 20 Feb 2018 19:35:42 -0500

Fix units in docstring for tensile_heal_rate

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

diff --git a/src/grain.jl b/src/grain.jl @@ -68,7 +68,7 @@ are optional, and come with default values. The only required arguments are * `tensile_strength::Float64 = 0.`: contact-tensile (cohesive) bond strength [Pa]. * `tensile_heal_rate::Float64 = 0.`: rate at which contact-tensile bond strength - is obtained [1/s]. + is obtained [Pa/s]. * `fracture_toughness::Float64 = 0.`: maximum compressive strength on granular contact (not currently enforced) [m^{1/2}*Pa]. A value of 1.285e3 m^{1/2}*Pa is used for sea ice by Hopkins 2004.