Loading docs/source_docs/conf.py +0 −1 Original line number Diff line number Diff line Loading @@ -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': '', Loading docs/source_docs/user_guide/inputs/fluid_model.rst +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading docs/source_docs/user_guide/inputs/model_options.rst +1 −1 Original line number Diff line number Diff line Loading @@ -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 | | | Loading docs/source_docs/user_guide/inputs/species_defs.rst +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading
docs/source_docs/conf.py +0 −1 Original line number Diff line number Diff line Loading @@ -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': '', Loading
docs/source_docs/user_guide/inputs/fluid_model.rst +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading
docs/source_docs/user_guide/inputs/model_options.rst +1 −1 Original line number Diff line number Diff line Loading @@ -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 | | | Loading
docs/source_docs/user_guide/inputs/species_defs.rst +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading