Commit b889ae0f authored by Roberto Porcu's avatar Roberto Porcu Committed by Jordan Musser
Browse files

add UniformScalarField monitor documentation (!81)

parent 9ec6c292
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -203,6 +203,31 @@ The following table lists all the fluid phase variables that can be monitored:
+--------------------------+-----------------------------------------------------------------------------------------+


Uniform Scalar Field
~~~~~~~~~~~~~~~~~~~~

The following table lists all the fluid phase space-uniform variables that can
be monitored:

+--------------------------+-----------------------------------------------------------------------------------------+
|                          | Description                                                                             |
+==========================+=========================================================================================+
| thermo_p_g               | fluid thermodynamic pressure                                                            |
+--------------------------+-----------------------------------------------------------------------------------------+

For a uniform scalar field, the monitor data value is simply the value of the
variable at current time:

Value
   +-------------------------------------+
   | Eulerian::UniformScalarField::Value |
   +-------------------------------------+

   Returns the value of the field quantity in the selected region.

   .. math:: \phi_{ijk}


Point Region
~~~~~~~~~~~~