From 921e9cfcbab1a713ffc14417f76efc41588c10c9 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 23 Feb 2026 08:41:12 -0600 Subject: [PATCH] fix tables --- docs/source_docs/user_guide/inputs/boundary_conditions.rst | 5 +++-- docs/source_docs/user_guide/inputs/initial_conditions.rst | 5 +++-- docs/source_docs/user_guide/inputs/model_options.rst | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/boundary_conditions.rst b/docs/source_docs/user_guide/inputs/boundary_conditions.rst index 7f96725..6c71775 100644 --- a/docs/source_docs/user_guide/inputs/boundary_conditions.rst +++ b/docs/source_docs/user_guide/inputs/boundary_conditions.rst @@ -163,13 +163,14 @@ For inflow boundary conditions , the solids inputs are defined using the prefix +------------------------+-----------------------------------------------------------------------+-------------+-----------+ -For inflow boundary conditions, diameter and density distributions can be specified.. +For inflow boundary conditions, diameter and density distributions can be specified. The following inputs control the diameter distribution and are defined with -the prefix ``bc.[region_name].[solid_name].diameter``: +the prefix ``bc.[region_name].[solid_name].diameter`` Note that diameter distributions must define a weighting type, please refer to :ref:`ReferenceParticleDistributions `. + +------------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | +========================+=======================================================================+=============+===========+ diff --git a/docs/source_docs/user_guide/inputs/initial_conditions.rst b/docs/source_docs/user_guide/inputs/initial_conditions.rst index d831651..d46a3f8 100644 --- a/docs/source_docs/user_guide/inputs/initial_conditions.rst +++ b/docs/source_docs/user_guide/inputs/initial_conditions.rst @@ -89,10 +89,11 @@ using the compound prefix ``ic.[region_name].[solid_name]``: For automatically generated particles, diameter and density distributions can be specified. The following inputs control the diameter distribution and are defined with -the prefix ``ic.[region_name].[solid_name].diameter``: +the prefix ``ic.[region_name].[solid_name].diameter`` Note that diameter distributions must define a weighting type, please refer to :ref:`ReferenceParticleDistributions `. + +------------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | +========================+=======================================================================+=============+===========+ @@ -179,7 +180,7 @@ the prefix ``ic.[region_name].[solid_name].density``: +------------------------+-----------------------------------------------------------------------+-------------+-----------+ -The following inputs must be preceded by the prefix ``mfix``: +The following input must be preceded by the prefix ``mfix``: +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | | Description | Type | Default | diff --git a/docs/source_docs/user_guide/inputs/model_options.rst b/docs/source_docs/user_guide/inputs/model_options.rst index 7a473ec..b40827a 100644 --- a/docs/source_docs/user_guide/inputs/model_options.rst +++ b/docs/source_docs/user_guide/inputs/model_options.rst @@ -36,7 +36,7 @@ The following input is defined using the prefix ``mfix``: Fluid options ------------- -The following input is defined using the prefix ``mfix``: +The following inputs are defined using the prefix ``mfix``: +---------------------------------+----------------------------------------------------------------------------+-------------+---------------------+ | | Description | Type | Default | -- GitLab