diff --git a/docs/source_docs/user_guide/inputs/initial_conditions.rst b/docs/source_docs/user_guide/inputs/initial_conditions.rst index 5c1397c4fb070152884e813222231f1fd283a216..0ae8a321d9d6a6d8ed982dee39c0b955655d56d2 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