From 26606f0c2970c54dd9799436d39ef0a498de0a3a Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Fri, 14 Nov 2025 12:28:40 -0500 Subject: [PATCH] Add default mfix.geometry = box --- docs/source_docs/user_guide/inputs/geometry.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/geometry.rst b/docs/source_docs/user_guide/inputs/geometry.rst index a1839c8..bc4f7cc 100644 --- a/docs/source_docs/user_guide/inputs/geometry.rst +++ b/docs/source_docs/user_guide/inputs/geometry.rst @@ -8,7 +8,7 @@ The following inputs are defined using the prefix ``mfix``: +------------------------+-------------------------------------------------------------------------------+----------+---------------------+ | | Description | Type | Default | +========================+===============================================================================+==========+=====================+ -| geometry | Simulation geometry type. | String | '' | +| geometry | Simulation geometry type. | String | 'box' | | | Options (case-insensitive): | | | | | | | | | | * ``box`` - predefined :ref:`box geometry` | | | @@ -16,10 +16,7 @@ The following inputs are defined using the prefix ``mfix``: | | * ``generic`` - :ref:`user-defined geometry` | | | | | * ``CSG`` - use :ref:`Constructive Solid Geometry` file | | | | | * ``STL`` - use :ref:`Standard Triangle Language` file | | | -| | | | | -| | If left undefined, then the system should be fully periodic, or | | | -| | :ref:`planar regions` should be used to | | | -| | enclose the domain. | | | +| | * ``None`` - no embedded boundary -- all domain faces must be specified | | | | | | | | +------------------------+-------------------------------------------------------------------------------+----------+---------------------+ | levelset__refinement | Refinement factor of levelset resolution relative to level 0 | Int | 1 | -- GitLab