From a9e5b9bb5980e261abe2bc2f92061f0bc67e8ee1 Mon Sep 17 00:00:00 2001 From: PhasicFlow <113092888+PhasicFlow@users.noreply.github.com> Date: Wed, 23 Apr 2025 01:19:10 +0330 Subject: [PATCH] Update readme.md --- src/PostprocessData/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PostprocessData/readme.md b/src/PostprocessData/readme.md index 2e6d937b..436b7e25 100644 --- a/src/PostprocessData/readme.md +++ b/src/PostprocessData/readme.md @@ -107,11 +107,11 @@ Within each processing region of type `bulk`, you can define multiple operations Equation 1: -$\text{result}=\qquad \frac{\sum_{j} w_j \cdot \phi_j \cdot \text{field}_j}{\sum_{j} w_i \cdot \phi_i}$ +$$\text{result} = \frac{\sum_j w_j \cdot \phi_j \cdot \text{field}_j}{\sum_i w_i \cdot \phi_i}$$ Equation 2: -$\text{result} = \sum_{j} w_j \cdot \phi_j \cdot \text{field}_j$ +$$\text{result} = \sum_j w_j \cdot \phi_j \cdot \text{field}_j$$ where: