From 509c7046ad0f2bb7249574e7dc0c59387a51d9a9 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 3 Apr 2024 14:40:54 +0000 Subject: [PATCH] updates for making tangential dem settings optional --- .../user_guide/inputs/solids_model.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/solids_model.rst b/docs/source_docs/user_guide/inputs/solids_model.rst index 101679d..7b57e3b 100644 --- a/docs/source_docs/user_guide/inputs/solids_model.rst +++ b/docs/source_docs/user_guide/inputs/solids_model.rst @@ -75,17 +75,17 @@ Enabling the DEM solver and specifying model options. +-------------------------+-------------------------------------------------------------------------+----------+-----------+ | dem.spring_const.pw | Normal spring constant :: particle to wall collisions [required] | Real | 0 | +-------------------------+-------------------------------------------------------------------------+----------+-----------+ -| dem.spring_tang_fac.pp | Tangential-to-normal spring constant factor :: particle to particle | Real | 0 | -| | collisions [required] | | | +| dem.spring_tang_fac.pp | Tangential-to-normal spring constant factor :: particle to particle | Real | 0.2857 | +| | collisions | | | +-------------------------+-------------------------------------------------------------------------+----------+-----------+ -| dem.spring_tang_fac.pw | Tangential-to-normal spring constant factor :: particle to wall | Real | 0 | -| | collisions [required] | | | +| dem.spring_tang_fac.pw | Tangential-to-normal spring constant factor :: particle to wall | Real | 0.2857 | +| | collisions | | | +-------------------------+-------------------------------------------------------------------------+----------+-----------+ -| dem.damping_tang_fac.pp | Factor relating the tangential damping coefficient to the normal | Real | 0 | -| | damping coefficient :: particle to particle collisions [required] | | | +| dem.damping_tang_fac.pp | Factor relating the tangential damping coefficient to the normal | Real | 0.5 | +| | damping coefficient :: particle to particle collisions | | | +-------------------------+-------------------------------------------------------------------------+----------+-----------+ -| dem.damping_tang_fac.pw | Factor relating the tangential damping coefficient to the normal | Real | 0 | -| | damping coefficient :: particle to wall collisions [required] | | | +| dem.damping_tang_fac.pw | Factor relating the tangential damping coefficient to the normal | Real | 0.5 | +| | damping coefficient :: particle to wall collisions | | | +-------------------------+-------------------------------------------------------------------------+----------+-----------+ The following inputs use the DEM type names specified using the `dem.solve` input to define restitution coefficients and -- GitLab