Skip to content
Snippets Groups Projects
Commit 64a96b4e authored by Roberto Porcu's avatar Roberto Porcu Committed by Jordan Musser
Browse files

Add input option "ones" for solids monitors (!107)

parent 68bd68b9
No related branches found
No related tags found
1 merge request!107Add input option "ones" for solids monitors
Pipeline #42832 passed
...@@ -141,7 +141,7 @@ The following table lists all the fluid phase variables that can be monitored: ...@@ -141,7 +141,7 @@ The following table lists all the fluid phase variables that can be monitored:
+--------------------------+-----------------------------------------------------------------------------------------+ +--------------------------+-----------------------------------------------------------------------------------------+
| | Description | | | 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 | | ep_g | fluid volume fraction |
+--------------------------+-----------------------------------------------------------------------------------------+ +--------------------------+-----------------------------------------------------------------------------------------+
...@@ -470,6 +470,8 @@ The following table lists all the solids phase variables that can be monitored: ...@@ -470,6 +470,8 @@ The following table lists all the solids phase variables that can be monitored:
+--------------------------+-----------------------------------------------------------------------------------------+ +--------------------------+-----------------------------------------------------------------------------------------+
| | Description | | | Description |
+==========================+=========================================================================================+ +==========================+=========================================================================================+
| ones | value of :math:`\phi_p` is set to 1 for each solid particle |
+--------------------------+-----------------------------------------------------------------------------------------+
| position | particles position (all the three components) | | position | particles position (all the three components) |
+--------------------------+-----------------------------------------------------------------------------------------+ +--------------------------+-----------------------------------------------------------------------------------------+
| pos_[x/y/z] | x, y, or z component of the particles position | | pos_[x/y/z] | x, y, or z component of the particles position |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment