Loading docs/source_docs/references/size_distributions.rst +5 −5 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ density. The initial condition region volume is 0.001 m\ :sup:`3`, and it has a # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -141,7 +141,7 @@ and 1.75 mm, respectively. # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -383,7 +383,7 @@ and 3.00 mm, respectively. # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -528,7 +528,7 @@ The minimum and maximum particle diameters are 0.25 mm and 1.75 mm, respectively # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -740,7 +740,7 @@ distribution is a 50/50 mixture of two particle sizes. # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading docs/source_docs/user_guide/inputs/model_options.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ The following inputs are defined using the prefix ``mfix``: +------------------------+----------------------------------------------------------------------------+----------+---------------------+ | | Description | Type | Default | +========================+============================================================================+==========+=====================+ | gravity | Gravity vector [required] | Reals<3> | 0 0 0 | | gravity | Gravity vector. | Reals<3> | 0 0 0 | +------------------------+----------------------------------------------------------------------------+----------+---------------------+ | advect_density | Enable time evolution of fluid density. | Int | 0 | +------------------------+----------------------------------------------------------------------------+----------+---------------------+ Loading docs/source_docs/user_guide/inputs/output/monitors.rst +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ Region selection ---------------- To define a monitor, a region must already be defined in the regions inputs ``mfix.regions``. A monitor region is a single point, plane, or volume. inputs ``regions``. A monitor region is a single point, plane, or volume. Multiple regions cannot be combined for a monitor. The following input must be preceded by the prefix ``mfix.monitors``: Loading docs/source_docs/user_guide/inputs/output/reports.rst +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ that is output every 50 time steps. The ``right-side`` report is a PSD consistin # Define two regions for collecting report data # ------------------------------------------------------------- mfix.regions = ... left right regions = ... left right regions.left.shape = box regions.left.box.lo = 0.00 0.00 0.00 Loading docs/source_docs/user_guide/inputs/regions.rst +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Regions are used to define sections of the domain and are used in defining initi +-----------------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | +=============================+=======================================================================+=============+===========+ | mfix.regions | Names given to regions. | Strings | None | | regions | Names given to regions. | Strings | None | +-----------------------------+-----------------------------------------------------------------------+-------------+-----------+ | regions.[region_name].shape | Region shape: | String | None | | | Options: | | | Loading @@ -25,7 +25,7 @@ Regions are used to define sections of the domain and are used in defining initi Box ~~~ For each region, the inputs are defined using the compound prefix ``regions.[region_name].box``: For each box region, the inputs are defined using the compound prefix ``regions.[region_name].box``: +--------------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | Loading @@ -39,7 +39,7 @@ Below is an example for specifying two regions. .. code-block:: none mfix.regions = full-domain riser regions = full-domain riser regions.full-domain.shape = box regions.full-domain.box.lo = 0.0000 0.0000 0.0000 Loading Loading
docs/source_docs/references/size_distributions.rst +5 −5 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ density. The initial condition region volume is 0.001 m\ :sup:`3`, and it has a # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -141,7 +141,7 @@ and 1.75 mm, respectively. # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -383,7 +383,7 @@ and 3.00 mm, respectively. # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -528,7 +528,7 @@ The minimum and maximum particle diameters are 0.25 mm and 1.75 mm, respectively # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading Loading @@ -740,7 +740,7 @@ distribution is a 50/50 mixture of two particle sizes. # Regions for defining ICs and BCs # ----------------------------------------------------------------------- mfix.regions = full-domain regions = full-domain regions.full-domain.lo = 0.0 0.0 0.0 regions.full-domain.hi = 0.1 0.1 0.1 Loading
docs/source_docs/user_guide/inputs/model_options.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ The following inputs are defined using the prefix ``mfix``: +------------------------+----------------------------------------------------------------------------+----------+---------------------+ | | Description | Type | Default | +========================+============================================================================+==========+=====================+ | gravity | Gravity vector [required] | Reals<3> | 0 0 0 | | gravity | Gravity vector. | Reals<3> | 0 0 0 | +------------------------+----------------------------------------------------------------------------+----------+---------------------+ | advect_density | Enable time evolution of fluid density. | Int | 0 | +------------------------+----------------------------------------------------------------------------+----------+---------------------+ Loading
docs/source_docs/user_guide/inputs/output/monitors.rst +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ Region selection ---------------- To define a monitor, a region must already be defined in the regions inputs ``mfix.regions``. A monitor region is a single point, plane, or volume. inputs ``regions``. A monitor region is a single point, plane, or volume. Multiple regions cannot be combined for a monitor. The following input must be preceded by the prefix ``mfix.monitors``: Loading
docs/source_docs/user_guide/inputs/output/reports.rst +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ that is output every 50 time steps. The ``right-side`` report is a PSD consistin # Define two regions for collecting report data # ------------------------------------------------------------- mfix.regions = ... left right regions = ... left right regions.left.shape = box regions.left.box.lo = 0.00 0.00 0.00 Loading
docs/source_docs/user_guide/inputs/regions.rst +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Regions are used to define sections of the domain and are used in defining initi +-----------------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | +=============================+=======================================================================+=============+===========+ | mfix.regions | Names given to regions. | Strings | None | | regions | Names given to regions. | Strings | None | +-----------------------------+-----------------------------------------------------------------------+-------------+-----------+ | regions.[region_name].shape | Region shape: | String | None | | | Options: | | | Loading @@ -25,7 +25,7 @@ Regions are used to define sections of the domain and are used in defining initi Box ~~~ For each region, the inputs are defined using the compound prefix ``regions.[region_name].box``: For each box region, the inputs are defined using the compound prefix ``regions.[region_name].box``: +--------------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | Loading @@ -39,7 +39,7 @@ Below is an example for specifying two regions. .. code-block:: none mfix.regions = full-domain riser regions = full-domain riser regions.full-domain.shape = box regions.full-domain.box.lo = 0.0000 0.0000 0.0000 Loading