Loading docs/source_docs/user_guide/inputs/initial_conditions.rst +4 −13 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docs/source_docs/user_guide/inputs/initial_conditions.rst +4 −13 Original line number Diff line number Diff line Loading @@ -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 Loading