Commit 5a3b4ef2 authored by Johannes Blaschke's avatar Johannes Blaschke
Browse files

fixed equation in time discretization section

parent 8a14755f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line

Time Discretization
===============
===================

In the absence of reactions, we assume that the fluid density is unchanged.

@@ -38,12 +38,12 @@ In the corrector

-  Define a new approximation to the new-time state, :math:`(\varepsilon_g \rho_g U)^{\ast \ast \ast}` by setting  

.. math::  (\varepsilon_g \rho_g U)^{\ast \ast \ast} = (\varepsilon_g \rho_g U)^n + 
           \Delta t \left( (-1/2) \nabla \cdot (\varepsilon_g \rho_g U^{MAC} U_g)^n -(1/2) \nabla \cdot (\varepsilon_g \rho_g U^{MAC} U_g)^{\ast \ast} 
          - \varepsilon_g \nabla {p_g}^{n+1/2,\ast} 
.. math:: (\varepsilon_g \rho_g U)^{\ast \ast \ast} &= (\varepsilon_g \rho_g U)^n + \frac{\Delta t}{2} \left( - \nabla \cdot (\varepsilon_g \rho_g U^{MAC} U_g)^n - \nabla \cdot (\varepsilon_g \rho_g U^{MAC} U_g)^{\ast \ast} + \nabla \cdot \tau^n + \nabla \cdot \tau^{\ast \ast} \right) \\ &+ \Delta t \left( - \varepsilon_g \nabla {p_g}^{n+1/2,\ast} + \Pi + \Gamma \right)

.. math::  + (1/2) \nabla \cdot \tau^n + (1/2) \nabla \cdot \tau^{\ast \ast} + 
            \sum_p \beta_p (V_p - {U_g}^{\ast \ast \ast}) + \rho_g g \right)
where the external forcing terms are given by: 

 .. math :: \Pi = \sum_p \beta_p (V_p - {U_g}^{\ast \ast \ast})
 .. math :: \Gamma = \rho_g g

-  Project :math:`U^{\ast \ast \ast}` by solving

+1 −1
Original line number Diff line number Diff line
.. _Chap:Fluids
.. _Chap:Fluids:

Here we describe the fluid variables, the governing equations, and the time discretization
of the fluid evolution.
+2 −2
Original line number Diff line number Diff line
.. _Chap:GettingStarted
.. _Chap:GettingStarted:

Getting Started
==================
===============

.. toctree::
   :maxdepth: 1
+1 −1
Original line number Diff line number Diff line
MFiX-Exa Introduction
==================
=====================

MFiX-Exa is a new massively parallel code for computing multiphase
flow in which solid particles interact with the gas surrounding them.
+1 −1
Original line number Diff line number Diff line
.. _Chap:Particles
.. _Chap:Particles:

Particles
=========
Loading