From d85753377cd67feb26ccd90601fba2e8fac806a8 Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Fri, 14 Nov 2025 15:26:00 -0500 Subject: [PATCH] set particles.constraint = None as default --- docs/source_docs/user_guide/inputs/model_options.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/model_options.rst b/docs/source_docs/user_guide/inputs/model_options.rst index 7032d26..6da492d 100644 --- a/docs/source_docs/user_guide/inputs/model_options.rst +++ b/docs/source_docs/user_guide/inputs/model_options.rst @@ -107,7 +107,9 @@ The following inputs are defined using the prefix ``particles``: | | | | | | | Options: | | | | | | | | -| | * ``mean_velocity`` | | | +| | * ``None`` - Particles evolve normally | | | +| | * ``mean_velocity`` - Impose a mean velocity on particles at the end of | | | +| | each solids update step. | | | | | | | | +---------------------+---------------------------------------------------------------------------+-------------+-----------+ -- GitLab