Commit 7cb495bb authored by Jordan Musser's avatar Jordan Musser
Browse files

Remove initial condition ranking keywords (exa/docs!159)

parent 6201ff14
Loading
Loading
Loading
Loading
+4 −13
Original line number Diff line number Diff line
@@ -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