Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • wfullmer/docs
  • exa/docs
2 results
Show changes
Commits on Source (2)
......@@ -141,7 +141,7 @@ The following table lists all the fluid phase variables that can be monitored:
+--------------------------+-----------------------------------------------------------------------------------------+
| | Description |
+==========================+=========================================================================================+
| ones | values of :math:`phi` is set to 1. |
| ones | value of :math:`\phi_{ijk}` is set to 1 in each fluid cell |
+--------------------------+-----------------------------------------------------------------------------------------+
| ep_g | fluid volume fraction |
+--------------------------+-----------------------------------------------------------------------------------------+
......@@ -470,6 +470,8 @@ The following table lists all the solids phase variables that can be monitored:
+--------------------------+-----------------------------------------------------------------------------------------+
| | Description |
+==========================+=========================================================================================+
| ones | value of :math:`\phi_p` is set to 1 for each solid particle |
+--------------------------+-----------------------------------------------------------------------------------------+
| position | particles position (all the three components) |
+--------------------------+-----------------------------------------------------------------------------------------+
| pos_[x/y/z] | x, y, or z component of the particles position |
......
......@@ -188,9 +188,6 @@ outflow boundary condition pressure which is set here to 1 atmosphere.
species.diffusivity = constant
species.diffusivity.constant = 1.9e-5
species.O2.molecular_weight = 31.99880e-3
species.N2.molecular_weight = 28.01340e-3
species.specific_heat = NASA7-poly
# Oxygen
......