4.11. Monitors¶
A Monitor is a tool for capturing data from the solver about the model.
Data (such as volume fraction, pressure, velocity, etc.) for a given Region selection is written to a CSV file while the solver is running.
The number of monitors that can be defined for a project is limited to a maximum of 100.

Fig. 4.10 Monitor pane¶
4.11.1. Region selection¶
To define a monitor, there must be a region already defined in the Regions
Pane. Click the button at the top, which will open a popup
window for selecting the region. A Monitor region is a single point, plane, or
volume. Multiple regions cannot be combined for a monitor, and STL regions
cannot be used for monitors.
4.11.2. Monitor Output¶
- Filename
The monitor output file will have a default name based on the name of the monitor’s region. You can edit the filename of a monitor by selecting the monitor from the list of monitors and changing “Filename base”. The monitor data will be output to the Filename base with the extension
.csv
.The monitor output file is in Comma Separated Value (CSV) format. The first line of the file provides header information. For example, running the Silane Pyrolysis tutorial (SP2D) will generate a file
PROBE_SPECIES.csv
:# # Run type: NEW # "Time","x_g(1)","x_g(2)","x_g(3)","x_g(4)","x_g(5)","x_s(1,1)","x_s(1,2)" 0.0000000 , 0.0000000 , 0.0000000 , 0.0000000 , 0.0000000 , 1.0000000 , 0.0000000 , 1.0000000
- Write Interval
The write interval defines how frequently the monitor data will be written to the output file. It has a default value of 0.05 seconds of simulation time.
After creating a monitor, use the menus and check boxes to select one or more variables.
4.11.3. Eulerian Monitors¶
The monitor variables available for the fluid phase are:
Volume fraction (of all fluid species)
Fluid Pressure
Fluid Velocity
Fluid Temperature
Turbulent Kinetic Energy
Turbulent Dissipation
Volume fraction of each individual fluid species
The variables available for TFM solids include:
Velocity of this solid phase
Bulk Density of this solid phase
Temperature of this solid phase
Granular Temperature of this solid phase
Pressure (total for all solid species for this solid phase)
Mass fraction of each individual species of this solid phase
There is a monitor variable available for each scalar defined on the Scalars tab.
There is a monitor variable available for each reaction defined on the Chemical Reactions tab.
There are different types of monitors available. A monitor type applies an operator (for example a sum, an area integral or a volume integral) to the variable. The dimensionality of the region determines which operators can be applied.
The table below summarizes the nomenclature used to describe the monitor operators:
Symbol |
Description |
---|---|
Variable value at indexed cell |
|
Phase volume fraction at indexed cell |
|
Phase density at indexed cell |
|
Phase velocity at indexed cell |
|
Cross-sectional area of cell |
|
Volume of indexed cell |
4.11.3.1. Point Region¶
For a point region, the monitor data value is simply the value of the variable at that point:
- Value
Returns the value of the field quantity in the selected region.
4.11.3.2. Area or Volume Region¶
The following monitor types are valid for area and volume regions:
- Sum
The sum is computed by summing all values of the field quantity in the selected region.
- Min
Minimum value of the field quantity in the selected region.
- Max
Maximum value of the field quantity in the selected region.
- Average
Average value of the field quantity in the selected region where
is the total number of observations (cells) in the selected region.- Standard Deviation
The standard deviation of the field quantity in the selected region where
is the average of the variable in the selected region.
4.11.3.3. Surface Integrals¶
The following types are only valid for area regions:
- Area
Area of selected region is computed by summing the areas of the facets that define the surface.
- Area-Weighted Average
The area-weighted average is computed by dividing the summation of the product of the selected variable and facet area by the total area of the region.
- Flow Rate
The flow rate of a field variable through a surface is computed by summing the product of the phase volume fraction, density, the selected field variable, phase velocity normal to the facet
, and the facet area.- Mass Flow Rate
The mass flow rate through a surface is computed by summing the product of the phase volume fraction, density, phase velocity normal to the facet
, and the facet area.- Mass-Weighted Average
FIXME The mass flow rate through a surface is computed by summing the product of the phase volume fraction, density, phase velocity normal to the facet, and the facet area.
- Volume Flow Rate
The volume flow rate through a surface is computed by summing the product of the phase volume fraction, phase velocity normal to the facet
, and the facet area.
4.11.3.4. Volume Integrals¶
The following types are only valid for volume regions:
- Volume
The volume is computed by summing all of the cell volumes in the selected region.
- Volume Integral
The volume integral is computed by summing the product of the selected field variable and the cell volume.
- Volume-Weighted Average
The volume-weighted average is computed by dividing the summation of the product of the selected field variable and cell volume by the sum of the cell volumes.
- Mass-Weighted Integral
The mass-weighted integral is computed by summing the product of phase volume fraction, density, selected field variable, and cell volume.
- Mass-Weighted Average
The mass-weighted average is computed by dividing the sum of the product of phase volume fraction, density, selected field variable, and cell volume by the summation of the product of the phase volume fraction, density, and cell volume.
4.11.4. Lagrangian Monitors¶
The variables available for DEM and PIC solids are:
Radius
Mass
Volume
Density
Translational velocity components
Rotational velocity components (DEM only)
Temperature
Mass fraction of each individual species
DES user variable (DES_USR_VAR)
There are different types of monitors available. A monitor type applies an operator (for example a sum, an area integral or a volume integral) to the variable. The dimensionality of the region determines which operators can be applied.
The table below summarizes the nomenclature used to describe the monitor operators:
Symbol |
Description |
---|---|
Variable value of the indexed particle |
|
Mass of the indexed particle |
|
Volume of the indexed particle |
|
Statistical weight of the indexed particle 1 |
- 1
The statistical weight is one for DEM simulations.
4.11.4.1. General particle properties¶
General particle properties can be obtained from area (plane) and volume regions. For area regions, all particles in Eulerian cells that intersect the plane are used in evaluating the average.
- Sum
The sum of particle property,
in the selected region is calculated using the following expression.- Min
The minimum value of particle property
is the selected region is obtained using the following expression.- Max
The maximum value of particle property
is the selected region is obtained using the following expression.
4.11.4.2. Averaged particle properties¶
Particle properties can be averaged over area (plane) and volume regions. For area regions, all particles in Eulerian cells that intersect the plane are used in evaluating the average.
- Average
The average value of particle property,
in the selected region is calculated using the following expression. For DEM simulations, the statistical weight of a particle, , is one such that the sum of the weights is the total number of observations in the selected region.- Standard Deviation
The standard deviation of particle property,
in the selected region is calculated using the following expression. is the averaged variable in the selected region.- Mass-weighted average
Mass-weighted average value of particle property,
in the selected region is calculated using the following expression.- Volume-weighted average
Volume-weighted average value of particle property,
in the selected region is calculated using the following expression.
4.11.4.3. Flow rates¶
Flow rate monitors for Lagrangian particles (DEM/PIC) are only valid for area
(plane) regions. The set of particles crossing the flow plane,
and
- Flow rate
The net flow rate of a general particle property
is computed by summing the properties of the set of particles projected to have crossed the flow plane, .- Mass-weighted flow rate
The net mass-weighted flow rate is the sum of the general particle property
multiplied by the particle mass, of the set of particles projected to have crossed the flow plane, .- Volume-weighted flow rate
The net volume-weighted flow rate is the sum of the general particle property
multiplied by the particle volume, of the set of particles projected to have crossed the flow plane, .