From 4e8a947946d20c56838099865754a75d4be3b777 Mon Sep 17 00:00:00 2001 From: Roberto Porcu Date: Mon, 6 Jan 2025 17:07:15 -0500 Subject: [PATCH] add option ones for solids monitors input --- docs/source_docs/user_guide/inputs/output/monitors.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/output/monitors.rst b/docs/source_docs/user_guide/inputs/output/monitors.rst index 176f692..d622554 100644 --- a/docs/source_docs/user_guide/inputs/output/monitors.rst +++ b/docs/source_docs/user_guide/inputs/output/monitors.rst @@ -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 | -- GitLab