Commit 113fe5fd authored by Jordan Musser's avatar Jordan Musser
Browse files

Add definition of mass-weighted sum (exa/docs!73)

parent 364bde27
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -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