Commit 8e7795aa authored by Charles G Waldman's avatar Charles G Waldman
Browse files

update docs for doc_scanner

parent 5e98f8e1
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -15,7 +15,9 @@ The following inputs are defined using the prefix ``mfix``:
+------------------------+----------------------------------------------------------------------------+----------+---------------------+
| solve_species          | Enable the time evolution of fluid species mass fractions.                 |   Int    | 0                   |
+------------------------+----------------------------------------------------------------------------+----------+---------------------+
| constraint             | Select low Mach number constraint. Options (case-insensitive):             |   String | IncompressibleFluid |
| constraint             | Select low Mach number constraint.                                         |   String | IncompressibleFluid |
|                        |                                                                            |          |                     |
|                        | Options (case-insensitive):                                                |          |                     |
|                        |                                                                            |          |                     |
|                        | * ``IncompressibleFluid`` constraint is appropriate for cold flow systems  |          |                     |
|                        |   that do not have chemical reactions. Fluid temperature and species mass  |          |                     |
@@ -103,7 +105,9 @@ The following inputs are defined using the prefix ``particles``:
+---------------------+---------------------------------------------------------------------------+-------------+-----------+
|                     | Description                                                               |   Type      | Default   |
+=====================+===========================================================================+=============+===========+
| constraint          | Constraint type. Options:                                                 | String      | None      |
| constraint          | Constraint type.                                                          | String      | None      |
|                     |                                                                           |             |           |
|                     | Options:                                                                  |             |           |
|                     |                                                                           |             |           |
|                     | * ``mean_velocity``                                                       |             |           |
|                     |                                                                           |             |           |
@@ -146,7 +150,9 @@ The following inputs are defined using the prefix ``mfix``:
+============================+====================================================================+===========+===============+
| deposition_scheme          | The algorithm used to transfer particle properties to the Eulerian |  String   | trilinear     |
|                            | grid. An overview of the schemes is provided                       |           |               |
|                            | :ref:`below<deposition_description>`.  Options:                    |           |               |
|                            | :ref:`below<deposition_description>`.                              |           |               |
|                            |                                                                    |           |               |
|                            | Options:                                                           |           |               |
|                            |                                                                    |           |               |
|                            | * ``centroid``                                                     |           |               |
|                            | * ``trilinear``                                                    |           |               |
+50 −50

File changed.

Preview size limit exceeded, changes collapsed.