Commit 27149e46 authored by Jordan Musser's avatar Jordan Musser
Browse files

Change constraint_type to constraint (exa/docs!98)

parent 74416fbf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -105,7 +105,6 @@ html_theme = 'sphinx_rtd_theme'
#
html_theme_options = {
    'logo_only': False,
    'display_version': True,
    'prev_next_buttons_location': 'bottom',
    'style_external_links': False,
    'vcs_pageview_mode': '',
+3 −3
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ are not solved.
.. code-block:: bash
   :caption: Snippet of inputs defining a simple incompressible fluid. This is not a complete input file.

   mfix.constraint_type = IncompressibleFluid
   mfix.constraint = IncompressibleFluid

   mfix.advect_density  = 0
   mfix.advect_enthalpy = 0
@@ -274,7 +274,7 @@ pressure when evaluating the equation of state.
.. code-block:: bash
   :caption: Snippet of inputs defining a simple ideal gas. This is not a complete input file.

   mfix.constraint_type = IdealGasOpenSystem
   mfix.constraint = IdealGasOpenSystem

   mfix.advect_density  = 1
   mfix.advect_enthalpy = 0
@@ -332,7 +332,7 @@ thermodynamic pressure for the system.
.. code-block:: bash
   :caption: Snippet of inputs defining an idea gas with energy. This is not a complete input file.

   mfix.constraint_type = IdealGasOpenSystem
   mfix.constraint = IdealGasOpenSystem

   mfix.advect_density  = 1
   mfix.advect_enthalpy = 1
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ The following inputs are defined using the ``mfix`` prefix.
| solve_species          | Flag to enable the time evolution of fluid species mass                    |   int    | 0                   |
|                        | fractions.                                                                 |          |                     |
+------------------------+----------------------------------------------------------------------------+----------+---------------------+
| constraint_type        | Select low Mach number constraint.                                         | string   | IncompressibleFluid |
| constraint             | Select low Mach number constraint.                                         | string   | IncompressibleFluid |
|                        |                                                                            |          |                     |
|                        | * ``IncompressibleFluid`` constraint is appropriate for cold flow systems  |          |                     |
|                        |   that do not have chemical reactions. Fluid temperature and species mass  |          |                     |
+2 −2
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ local species concentrations do not affect the fluid.
.. code-block:: bash
   :caption: Snippet of inputs defining species as passive tracers. This is not a complete input file.

   mfix.constraint_type = IncompressibleFluid
   mfix.constraint = IncompressibleFluid

   mfix.advect_density  = 0
   mfix.advect_enthalpy = 0
@@ -175,7 +175,7 @@ outflow boundary condition pressure which is set here to 1 atmosphere.
.. code-block:: bash
   :caption: Snippet of inputs defining fluid as a mixture with ``NASA7-poly`` specific heat model. This is not a complete input file.

   mfix.constraint_type = IdealGasOpenSystem
   mfix.constraint = IdealGasOpenSystem

   mfix.advect_density  = 1
   mfix.solve_species   = 1