From a1e50f56642e55ad92160c064fe920cd9ad4e4b9 Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Thu, 23 May 2024 13:23:57 -0400 Subject: [PATCH] Add definition of mass-weighted sum --- .../user_guide/inputs/output/monitors.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/output/monitors.rst b/docs/source_docs/user_guide/inputs/output/monitors.rst index 6a5bda1..1ff27e1 100644 --- a/docs/source_docs/user_guide/inputs/output/monitors.rst +++ b/docs/source_docs/user_guide/inputs/output/monitors.rst @@ -522,12 +522,24 @@ Sum .. math:: \sum_p w_p \phi_p +Mass-Weighted Sum + + +----------------------------------------------+ + | Lagrangian::GeneralProperty::MassWeightedSum | + +----------------------------------------------+ + + The mass-weighted sum of particle property, :math:`\phi_p` in the selected region is + calculated using the following expression. + + .. math:: \sum_p w_p m_p \phi_p + + Min +----------------------------------+ | Lagrangian::GeneralProperty::Min | +----------------------------------+ - The minimum value of particle property :math:`phi_p` is the selected region + The minimum value of particle property :math:`\phi_p` is the selected region is obtained using the following expression. .. math:: \min_p \phi_p @@ -537,7 +549,7 @@ Max | Lagrangian::GeneralProperty::Max | +----------------------------------+ - The maximum value of particle property :math:`phi_p` is the selected region + The maximum value of particle property :math:`\phi_p` is the selected region is obtained using the following expression. .. math:: \max_p \phi_p -- GitLab