From 8b6242393cd94ff6a8b6977cb9722f734e2dc697 Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Mon, 12 Jan 2026 12:21:02 -0500 Subject: [PATCH] Remove IC ranking --- .../user_guide/inputs/initial_conditions.rst | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/initial_conditions.rst b/docs/source_docs/user_guide/inputs/initial_conditions.rst index 5c1397c..0ae8a32 100644 --- a/docs/source_docs/user_guide/inputs/initial_conditions.rst +++ b/docs/source_docs/user_guide/inputs/initial_conditions.rst @@ -9,20 +9,11 @@ The following inputs are defined using the prefix ``ic``: | regions | Regions used to define initial conditions. | Strings | None | +-----------------------+------------------------------------------------------------------------+-------------+-----------+ | allow_regions_overlap | If enabled, particles will be generated/initialized more than once | Int | 1 | -| | on areas where the IC regions intersect. | | | +| | on areas where the IC regions intersect. This only applied to particle | | | +| | initializations. Fluid initial conditions are applied in the order | | | +| | defined in the inputs file, with later regions overwriting earlier | | | +| | ones. | | | +-----------------------+------------------------------------------------------------------------+-------------+-----------+ -| ranking_type | Specifies the order in which IC regions are sorted during | String | Inputs | -| | initialization. | | | -| | | | | -| | Options: | | | -| | | | | -| | * ``Inputs`` - preserve order in inputs file | | | -| | * ``Volume`` - sort by volume of each IC region | | | -| | * ``Priority`` - sort by specified priority value | | | -+-----------------------+------------------------------------------------------------------------+-------------+-----------+ -| [region_name].priority| Priority value for IC regions if ``ranking_type`` == ``Priority`` | Int | Max | -+-----------------------+------------------------------------------------------------------------+-------------+-----------+ - Fluid settings -- GitLab